From cae47511b6bba46034064d8505def8fa6c2c7306 Mon Sep 17 00:00:00 2001 From: evan Date: Wed, 18 May 1983 21:16:11 -0800 Subject: [PATCH] Removes entries related to the interperter. SCCS-vsn: usr.bin/pascal/pcexterns/Makefile 1.15 --- usr/src/usr.bin/pascal/pcexterns/Makefile | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/usr/src/usr.bin/pascal/pcexterns/Makefile b/usr/src/usr.bin/pascal/pcexterns/Makefile index 103f97be84..d4c579ae05 100644 --- a/usr/src/usr.bin/pascal/pcexterns/Makefile +++ b/usr/src/usr.bin/pascal/pcexterns/Makefile @@ -1,17 +1,15 @@ -SCCSID = @(#)Makefile 1.14 %G% +SCCSID = @(#)Makefile 1.15 %G% INSTALL = ${DESTDIR}/usr/ucb INSTALLIB = ${DESTDIR}/usr/lib SRCDIR= ../src -PX_HEADER = px_header NM = nm -go RM = rm -f CFLAGS = -O -I${SRCDIR} -all: pix px_header pc pc2 pc3 pmerge pcexterns.o +all: pc pc2 pc3 pmerge pcexterns.o install: all pxref.p - dd if=px_header of=${INSTALLIB}/${PX_HEADER} conv=sync - cp pc pix ${INSTALL} + cp pc ${INSTALL} cp how* pc2 pc3 pcexterns.o ${INSTALLIB} cd ${INSTALLIB}; chmod 744 how* pcexterns.o ${PX_HEADER} strip ${INSTALLIB}/pc2 @@ -19,18 +17,11 @@ install: all pxref.p cd ${INSTALLIB}; chmod 555 pc2 pc3 cp pmerge ${INSTALL}/pmerge -pc -w pxref.p -o ${INSTALL}/pxref - cd ${INSTALL} ; chmod 555 pmerge pxref pc pix - -pix: pix.c config.o - ${CC} ${CFLAGS} -o pix pix.c config.o + cd ${INSTALL} ; chmod 555 pmerge pxref pc pmerge: pmerge.c ${CC} ${CFLAGS} -o pmerge pmerge.c -px_header: px_header.c ${SRCDIR}/objfmt.h config.o - ${CC} ${CFLAGS} -o px_header px_header.c config.o -N - strip px_header - pc2: pc2.c ${CC} ${CFLAGS} pc2.c -lpc -o tmp ${CC} ${CFLAGS} -S pc2.c @@ -79,10 +70,10 @@ picture: ${SRCDIR}/OPnames.h ${SRCDIR}/pic.c ${RM} pic clean: - ${RM} pix px_header pxref pmerge pc pc2 pc3 \ + ${RM} pxref pmerge pc pc2 pc3 \ pcexterns.s *.o errs opc opc.c pic pic.c picture print: picture @pr READ_ME makefile picture @ls -l | pr - @pr pix.c pmerge.c pxref.p pc.c pc2.c pc3.h pc3.c + @pr pmerge.c pxref.p pc.c pc2.c pc3.h pc3.c -- 2.20.1