From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- dviware/quicspool/standard/makefile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dviware/quicspool/standard/makefile (limited to 'dviware/quicspool/standard/makefile') diff --git a/dviware/quicspool/standard/makefile b/dviware/quicspool/standard/makefile new file mode 100644 index 0000000000..c0e2b528d0 --- /dev/null +++ b/dviware/quicspool/standard/makefile @@ -0,0 +1,28 @@ +# $Header: Makefile,v 1.1 88/01/15 13:07:00 simpson Rel $ +# $Log: Makefile,v $ +#Revision 1.1 88/01/15 13:07:00 simpson +#initial release +# +#Revision 0.1 87/12/11 18:34:10 simpson +#beta test +# +INCLUDE=/usr/include/local + +all: + +# System include files are needed right away +configure: + install -c -m 644 standard.h $(INCLUDE) + install -c -m 644 standmacro.h $(INCLUDE) + install -c -m 644 standtype.h $(INCLUDE) + install -c -m 644 standenviron.h $(INCLUDE) + install -c -m 644 standconst.h $(INCLUDE) + +install: + install -c -m 644 standard.h $(INCLUDE) + install -c -m 644 standmacro.h $(INCLUDE) + install -c -m 644 standtype.h $(INCLUDE) + install -c -m 644 standenviron.h $(INCLUDE) + install -c -m 644 standconst.h $(INCLUDE) + +clean: -- cgit v1.2.3