NetBSD/gnu/usr.bin/gcc2/Makefile.cc1

19 lines
417 B
Makefile
Raw Normal View History

1995-10-23 02:02:05 +03:00
# $Id: Makefile.cc1,v 1.8 1995/10/22 23:02:05 christos Exp $
1993-08-23 13:20:24 +04:00
NOMAN=
BINDIR= /usr/libexec
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../common \
1993-12-05 03:49:23 +03:00
-I${.CURDIR}/../arch -I${.CURDIR}/../arch/${MACHINE_ARCH}
1993-08-23 13:20:24 +04:00
YFLAGS=
1993-12-28 13:59:05 +03:00
LIBCC1!= cd $(.CURDIR)/../common; \
1995-10-23 02:02:05 +03:00
printf "xxx:\n\techo \$${.OBJDIR}/libcc1.a\n" | \
${MAKE} -r -s -f - xxx | grep libcc1
1993-08-23 13:20:24 +04:00
1993-12-28 13:59:05 +03:00
LDADD+=${LIBCC1} -lgnumalloc
DPADD+= /usr/lib/libgnumalloc.a
1993-09-24 03:13:04 +04:00
1993-08-23 13:20:24 +04:00
.include <bsd.prog.mk>