File:  [CSRG BSD Unix] / 43BSDReno / libexec / pcc / f1.vax / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:55 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43reno
BSD 4.3reno

#	@(#)Makefile	5.3 (Berkeley) 6/28/90

PROG=	f1
MIP=	${.CURDIR}/../mip
CCOM=	${.CURDIR}/../ccom.vax
CFLAGS+=-DFORT -I. -I${.CURDIR} -I${CCOM} -I${MIP}
SRCS=	allo.c common.c fort.c local2.c match.c order.c reader.c table.c
NOMAN=	noman
.PATH:	${MIP} ${CCOM}
CLEANFILES+=pcclocal.h

table.o:
	${CC} ${CFLAGS} -c -R ${.IMPSRC}

common.o:
	${CC} ${CFLAGS} -DPASS2COMMON -c ${.IMPSRC}

pcclocal.h: localdefs.h /usr/include/pcc.h
	cat ${.ALLSRC} | \
	    egrep '^#[ 	]*(define[ 	][ 	]*PCC(F|T|TM|OM)?_|ifdef|ifndef|endif)' | \
	    sed -e 's/PCC[A-Z]*_//' > ${.TARGET}

.include <bsd.prog.mk>

${OBJS} .depend: pcclocal.h

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.