From: CSRG Date: Fri, 31 Aug 1984 02:43:44 +0000 (-0800) Subject: BSD 4_3 development X-Git-Tag: BSD-4_3~1447 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/34b9da23f1a31108a04cdcda6e3d978185d5fb54 BSD 4_3 development Work on file usr/contrib/icon/libtest/Makefile Synthesized-from: CSRG/cd1/4.3 --- diff --git a/usr/contrib/icon/libtest/Makefile b/usr/contrib/icon/libtest/Makefile new file mode 100644 index 0000000000..af44fcc405 --- /dev/null +++ b/usr/contrib/icon/libtest/Makefile @@ -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`