19 lines
417 B
Makefile
19 lines
417 B
Makefile
# $Id: Makefile.cc1,v 1.8 1995/10/22 23:02:05 christos Exp $
|
|
|
|
NOMAN=
|
|
|
|
BINDIR= /usr/libexec
|
|
|
|
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../common \
|
|
-I${.CURDIR}/../arch -I${.CURDIR}/../arch/${MACHINE_ARCH}
|
|
YFLAGS=
|
|
|
|
LIBCC1!= cd $(.CURDIR)/../common; \
|
|
printf "xxx:\n\techo \$${.OBJDIR}/libcc1.a\n" | \
|
|
${MAKE} -r -s -f - xxx | grep libcc1
|
|
|
|
LDADD+=${LIBCC1} -lgnumalloc
|
|
DPADD+= /usr/lib/libgnumalloc.a
|
|
|
|
.include <bsd.prog.mk>
|