summaryrefslogtreecommitdiff
path: root/dviware/quicspool/standard/makefile.trw
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /dviware/quicspool/standard/makefile.trw
Initial commit
Diffstat (limited to 'dviware/quicspool/standard/makefile.trw')
-rw-r--r--dviware/quicspool/standard/makefile.trw28
1 files changed, 28 insertions, 0 deletions
diff --git a/dviware/quicspool/standard/makefile.trw b/dviware/quicspool/standard/makefile.trw
new file mode 100644
index 0000000000..2967f24873
--- /dev/null
+++ b/dviware/quicspool/standard/makefile.trw
@@ -0,0 +1,28 @@
+# $Header: Makefile.TRW,v 1.1 88/01/15 13:07:04 simpson Rel $
+# $Log: Makefile.TRW,v $
+#Revision 1.1 88/01/15 13:07:04 simpson
+#initial release
+#
+#Revision 0.1 87/12/11 18:34:11 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: