X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/95f51977ddc18faa2e212f30c00a39540b39f325..ca67e7b465996afb3821d6a075c4dc6a7f0f5d52:/usr/src/ucb/pascal/utilities/pc2/Makefile diff --git a/usr/src/ucb/pascal/utilities/pc2/Makefile b/usr/src/ucb/pascal/utilities/pc2/Makefile index 3969220985..b4737e4e1a 100644 --- a/usr/src/ucb/pascal/utilities/pc2/Makefile +++ b/usr/src/ucb/pascal/utilities/pc2/Makefile @@ -3,13 +3,13 @@ # All rights reserved. The Berkeley software License Agreement # specifies the terms and conditions for redistribution. # -# @(#)Makefile 5.2 (Berkeley) 3/18/86 +# @(#)Makefile 5.5 (Berkeley) 10/26/87 # DESTDIR= CFLAGS= -O INCPATH=-I${SRCDIR} LFLAGS= -SRCDIR= /sys/vax/inline +SRCDIR= /sys/${MACHINE}/inline # The program itself # @@ -50,6 +50,7 @@ lint: depend: cc -M ${INCPATH} ${LOCSRCS} ${RMTSRCS} | \ + sed 's/${MACHINE}/$${MACHINE}/' | \ awk ' { if ($$1 != prev) { print rec; rec = $$0; prev = $$1; } \ else { if (length(rec $$2) > 78) { print rec; rec = $$0; } \ else rec = rec " " $$2 } } \ @@ -67,12 +68,13 @@ depend: # DO NOT DELETE THIS LINE -- make depend uses it -langpats.o: langpats.c /sys/vax/inline/inline.h -main.o: /sys/vax/inline/main.c /usr/include/stdio.h /usr/include/ctype.h -main.o: /sys/vax/inline/inline.h -machdep.o: /sys/vax/inline/machdep.c /usr/include/stdio.h /usr/include/ctype.h -machpats.o: /sys/vax/inline/machpats.c /sys/vax/inline/inline.h -libcpats.o: /sys/vax/inline/libcpats.c /sys/vax/inline/inline.h +langpats.o: langpats.c /sys/${MACHINE}/inline/inline.h +main.o: /sys/${MACHINE}/inline/main.c /usr/include/stdio.h /usr/include/ctype.h +main.o: /sys/${MACHINE}/inline/inline.h +machdep.o: /sys/${MACHINE}/inline/machdep.c /usr/include/stdio.h +machdep.o: /usr/include/ctype.h /sys/${MACHINE}/inline/inline.h +machpats.o: /sys/${MACHINE}/inline/machpats.c /sys/${MACHINE}/inline/inline.h +libcpats.o: /sys/${MACHINE}/inline/libcpats.c /sys/${MACHINE}/inline/inline.h # DEPENDENCIES MUST END AT END OF FILE # IF YOU PUT STUFF HERE IT WILL GO AWAY # see make depend above