1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Replace empty install targets with definitions of INTERNALLIB and

INTERNALSTATICLIB to suppress installation of internal libraries.
This commit is contained in:
John Polstra 1998-03-12 05:14:19 +00:00
parent e6956da5e0
commit f07eaee2fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34498
4 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
# #
# $Id: Makefile,v 1.1.1.1 1998/03/01 23:41:03 jdp Exp $ # $Id: Makefile,v 1.2 1998/03/12 02:55:25 jdp Exp $
# #
.include "../Makefile.inc0" .include "../Makefile.inc0"
@ -14,6 +14,8 @@ SRCS+= archive.c archures.c bfd.c binary.c cache.c \
CFLAGS+= -I${SRCDIR}/bfd CFLAGS+= -I${SRCDIR}/bfd
NOPROFILE= true NOPROFILE= true
NOPIC= true NOPIC= true
INTERNALLIB= true
INTERNALSTATICLIB=true
CLEANFILES+= targmatch.h CLEANFILES+= targmatch.h
beforedepend: targmatch.h beforedepend: targmatch.h
@ -23,6 +25,4 @@ targets.o: targmatch.h
targmatch.h: targmatch.sed config.bfd targmatch.h: targmatch.sed config.bfd
sed -f ${.ALLSRC:M*.sed} ${.ALLSRC:M*.bfd} > ${.TARGET} sed -f ${.ALLSRC:M*.sed} ${.ALLSRC:M*.bfd} > ${.TARGET}
install:
.include <bsd.lib.mk> .include <bsd.lib.mk>

View File

@ -1,5 +1,5 @@
# #
# $Id: Makefile,v 1.1.1.1 1998/03/01 23:41:05 jdp Exp $ # $Id: Makefile,v 1.2 1998/03/12 02:55:30 jdp Exp $
# #
.include "../Makefile.inc0" .include "../Makefile.inc0"
@ -15,6 +15,8 @@ CFLAGS+= -I${SRCDIR}/binutils
CFLAGS+= -I${SRCDIR}/bfd CFLAGS+= -I${SRCDIR}/bfd
NOPROFILE= true NOPROFILE= true
NOPIC= true NOPIC= true
INTERNALLIB= true
INTERNALSTATICLIB=true
CLEANFILES+= arlex.c arparse.c arparse.h CLEANFILES+= arlex.c arparse.c arparse.h
beforedepend: arlex.c arparse.c arparse.h beforedepend: arlex.c arparse.c arparse.h
@ -27,6 +29,4 @@ arparse.c arparse.h: arparse.y
# This rule is an attempt to cause "make -j" to work. # This rule is an attempt to cause "make -j" to work.
arparse.h: arparse.c arparse.h: arparse.c
install:
.include <bsd.lib.mk> .include <bsd.lib.mk>

View File

@ -1,5 +1,5 @@
# #
# $Id$ # $Id: Makefile,v 1.1.1.1 1998/03/01 23:41:09 jdp Exp $
# #
.include "../Makefile.inc0" .include "../Makefile.inc0"
@ -14,7 +14,7 @@ SRCS= argv.c basename.c choose-temp.c concat.c cplus-dem.c \
xstrdup.c xstrerror.c insque.c xstrdup.c xstrerror.c insque.c
NOPROFILE= true NOPROFILE= true
NOPIC= true NOPIC= true
INTERNALLIB= true
install: INTERNALSTATICLIB=true
.include <bsd.lib.mk> .include <bsd.lib.mk>

View File

@ -1,5 +1,5 @@
# #
# $Id: Makefile,v 1.1.1.1 1998/03/01 23:41:11 jdp Exp $ # $Id: Makefile,v 1.2 1998/03/12 02:55:32 jdp Exp $
# #
.include "../Makefile.inc0" .include "../Makefile.inc0"
@ -11,7 +11,7 @@ SRCS+= dis-buf.c disassemble.c
CFLAGS+= -I${SRCDIR}/opcodes CFLAGS+= -I${SRCDIR}/opcodes
NOPROFILE= true NOPROFILE= true
NOPIC= true NOPIC= true
INTERNALLIB= true
install: INTERNALSTATICLIB=true
.include <bsd.lib.mk> .include <bsd.lib.mk>