|
|
1.1 ! root 1: # @(#)Makefile 5.8 (Berkeley) 6/24/90 ! 2: ! 3: PROG= adb ! 4: SRCS= access.c command.c expr.c format.c kstack.c machdep.c main.c \ ! 5: opset.c optab.c output.c pcs.c print.c rodata.c setup.c strings.c \ ! 6: sym.c ! 7: ASPATH= ../../../pgrm/as.vax ! 8: .PATH: ${.CURDIR}/../common_source ! 9: CLEANFILES=instrs.adb ! 10: ! 11: CFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/../common_source -I${.CURDIR}/${ASPATH} ! 12: ! 13: optab.o: instrs.adb ! 14: ! 15: optab.o rodata.o strings.o: ! 16: ${CC} ${CFLAGS} -R -c ${.IMPSRC} ! 17: ! 18: INSTR=${.CURDIR}/${ASPATH}/instrs ! 19: instrs.adb: ${INSTR} ! 20: (echo FLAVOR ADB; cat ${INSTR}) | awk -f ${INSTR} > ${.TARGET} ! 21: ! 22: .include "../../Makefile.inc" ! 23: .include <bsd.prog.mk> ! 24: ! 25: .depend: instrs.adb
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.