From 980d589e1ed6193a75ddea71e302822475f54cc2 Mon Sep 17 00:00:00 2001 From: CSRG Date: Mon, 1 Dec 1986 01:11:32 -0800 Subject: [PATCH] BSD 4_3_Tahoe development Work on file usr/src/new/X/libibm/Makefile Synthesized-from: CSRG/cd2/4.3tahoe --- usr/src/new/X/libibm/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 usr/src/new/X/libibm/Makefile diff --git a/usr/src/new/X/libibm/Makefile b/usr/src/new/X/libibm/Makefile new file mode 100644 index 0000000000..6bbbe81f27 --- /dev/null +++ b/usr/src/new/X/libibm/Makefile @@ -0,0 +1,19 @@ +CONFDIR= /usr/new +XDIR= /lib/X + +SUBDIR= bitblt libaed libapa16 libapa8 libapa16 libpqd +all: + for i in ${SUBDIR}; do \ + (cd $$i; echo "compiling $$i";\ + make ${MFLAGS} DESTDIR=${DESTDIR} CONFDIR=${CONFDIR} all;\ + cd ..);\ + done + +install: + +inc: + +clean: + rm -f a.out *~ core *.o errs ERRS \#* + for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} clean; cd ..); done + -- 2.20.1