File:  [CSRG BSD Unix] / 43BSD / contrib / icon / libtest / Makefile
Revision 1.1: download - view: text, annotated - select for diffs
Tue Apr 24 16:12:55 2018 UTC (8 years, 1 month ago) by root
CVS tags: MAIN, HEAD
Initial revision

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`

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.