freebsd-dev/gnu/usr.bin/binutils/libbfd/Makefile

29 lines
600 B
Makefile
Raw Normal View History

#
# $Id: Makefile,v 1.1.1.1 1998/03/01 23:41:03 jdp Exp $
#
.include "../Makefile.inc0"
.PATH: ${SRCDIR}/bfd
LIB= bfd
SRCS+= archive.c archures.c bfd.c binary.c cache.c \
coffgen.c corefile.c elf.c format.c hash.c ihex.c \
init.c libbfd.c linker.c opncls.c reloc.c section.c \
srec.c stab-syms.c stabs.c syms.c targets.c tekhex.c
CFLAGS+= -I${SRCDIR}/bfd
NOPROFILE= true
NOPIC= true
CLEANFILES+= targmatch.h
beforedepend: targmatch.h
targets.o: targmatch.h
targmatch.h: targmatch.sed config.bfd
sed -f ${.ALLSRC:M*.sed} ${.ALLSRC:M*.bfd} > ${.TARGET}
install:
.include <bsd.lib.mk>