BSD 4_3_Tahoe development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 1 Dec 1986 09:11:32 +0000 (01:11 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 1 Dec 1986 09:11:32 +0000 (01:11 -0800)
Work on file usr/src/new/X/libibm/Makefile

Synthesized-from: CSRG/cd2/4.3tahoe

usr/src/new/X/libibm/Makefile [new file with mode: 0644]

diff --git a/usr/src/new/X/libibm/Makefile b/usr/src/new/X/libibm/Makefile
new file mode 100644 (file)
index 0000000..6bbbe81
--- /dev/null
@@ -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
+