Deleted Added
full compact
Makefile (34495) Makefile (34498)
1#
1#
2# $Id: Makefile,v 1.1.1.1 1998/03/01 23:41:05 jdp Exp $
2# $Id: Makefile,v 1.2 1998/03/12 02:55:30 jdp Exp $
3#
4
5.include "../Makefile.inc0"
6
7.PATH: ${SRCDIR}/binutils
8
9LIB= binutils
10SRCS+= arlex.l arparse.y arsup.c bucomm.c debug.c filemode.c \
11 ieee.c rdcoff.c rddbg.c stabs.c wrstabs.c version.c
12CFLAGS+= -DTARGET=\"${TARGET}\"
13CFLAGS+= -DVERSION=\"${VERSION}\"
14CFLAGS+= -I${SRCDIR}/binutils
15CFLAGS+= -I${SRCDIR}/bfd
16NOPROFILE= true
17NOPIC= true
3#
4
5.include "../Makefile.inc0"
6
7.PATH: ${SRCDIR}/binutils
8
9LIB= binutils
10SRCS+= arlex.l arparse.y arsup.c bucomm.c debug.c filemode.c \
11 ieee.c rdcoff.c rddbg.c stabs.c wrstabs.c version.c
12CFLAGS+= -DTARGET=\"${TARGET}\"
13CFLAGS+= -DVERSION=\"${VERSION}\"
14CFLAGS+= -I${SRCDIR}/binutils
15CFLAGS+= -I${SRCDIR}/bfd
16NOPROFILE= true
17NOPIC= true
18INTERNALLIB= true
19INTERNALSTATICLIB=true
18CLEANFILES+= arlex.c arparse.c arparse.h
19
20beforedepend: arlex.c arparse.c arparse.h
21
22arlex.o: arparse.h
23
24arparse.c arparse.h: arparse.y
25 ${YACC} -d -o arparse.c ${.IMPSRC}
26
27# This rule is an attempt to cause "make -j" to work.
28arparse.h: arparse.c
29
20CLEANFILES+= arlex.c arparse.c arparse.h
21
22beforedepend: arlex.c arparse.c arparse.h
23
24arlex.o: arparse.h
25
26arparse.c arparse.h: arparse.y
27 ${YACC} -d -o arparse.c ${.IMPSRC}
28
29# This rule is an attempt to cause "make -j" to work.
30arparse.h: arparse.c
31
30install:
31
32.include <bsd.lib.mk>
32.include <bsd.lib.mk>