BSD 4_3 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 31 Aug 1984 02:43:44 +0000 (18:43 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 31 Aug 1984 02:43:44 +0000 (18:43 -0800)
Work on file usr/contrib/icon/libtest/Makefile

Synthesized-from: CSRG/cd1/4.3

usr/contrib/icon/libtest/Makefile [new file with mode: 0644]

diff --git a/usr/contrib/icon/libtest/Makefile b/usr/contrib/icon/libtest/Makefile
new file mode 100644 (file)
index 0000000..af44fcc
--- /dev/null
@@ -0,0 +1,32 @@
+what:
+               @echo "what do you want to make?"
+
+All:
+               make Prog
+               make Proc
+
+Prog:
+               cc -o sizes sizes.c
+               Prog1test
+               Prog2test
+
+Proc:
+               Proctest
+
+Clean:
+               rm -f local/*
+               touch local/.placeholder
+
+Dist-setup:
+               make All
+               cd ..;                  make Pidemo
+               rm -f distr/*
+               mv local/* distr
+               touch local/.placeholder
+
+Dist-clean:
+               rm -f .BK* .CK* .emacs*
+               rm -f local/*
+               touch local/.placeholder
+               rm -rf `gcomp Makefile *.gen Prog* Proctest Functest t-* \
+                  *.tlist local distr pdef.h sizes.c READ.ME`