Deleted Added
full compact
Makefile (34495) Makefile (34498)
1#
1#
2# $Id: Makefile,v 1.1.1.1 1998/03/01 23:41:03 jdp Exp $
2# $Id: Makefile,v 1.2 1998/03/12 02:55:25 jdp Exp $
3#
4
5.include "../Makefile.inc0"
6
7.PATH: ${SRCDIR}/bfd
8
9LIB= bfd
10SRCS+= archive.c archures.c bfd.c binary.c cache.c \
11 coffgen.c corefile.c elf.c format.c hash.c ihex.c \
12 init.c libbfd.c linker.c opncls.c reloc.c section.c \
13 srec.c stab-syms.c stabs.c syms.c targets.c tekhex.c
14CFLAGS+= -I${SRCDIR}/bfd
15NOPROFILE= true
16NOPIC= true
3#
4
5.include "../Makefile.inc0"
6
7.PATH: ${SRCDIR}/bfd
8
9LIB= bfd
10SRCS+= archive.c archures.c bfd.c binary.c cache.c \
11 coffgen.c corefile.c elf.c format.c hash.c ihex.c \
12 init.c libbfd.c linker.c opncls.c reloc.c section.c \
13 srec.c stab-syms.c stabs.c syms.c targets.c tekhex.c
14CFLAGS+= -I${SRCDIR}/bfd
15NOPROFILE= true
16NOPIC= true
17INTERNALLIB= true
18INTERNALSTATICLIB=true
17CLEANFILES+= targmatch.h
18
19beforedepend: targmatch.h
20
21targets.o: targmatch.h
22
23targmatch.h: targmatch.sed config.bfd
24 sed -f ${.ALLSRC:M*.sed} ${.ALLSRC:M*.bfd} > ${.TARGET}
25
19CLEANFILES+= targmatch.h
20
21beforedepend: targmatch.h
22
23targets.o: targmatch.h
24
25targmatch.h: targmatch.sed config.bfd
26 sed -f ${.ALLSRC:M*.sed} ${.ALLSRC:M*.bfd} > ${.TARGET}
27
26install:
27
28.include <bsd.lib.mk>
28.include <bsd.lib.mk>