date and time created 83/03/02 13:29:58 by ralph
authorRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Thu, 3 Mar 1983 05:29:58 +0000 (21:29 -0800)
committerRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Thu, 3 Mar 1983 05:29:58 +0000 (21:29 -0800)
SCCS-vsn: local/ditroff/ditroff.old.okeeffe/gremlin.aed/gprint/Makefile 1.1

usr/src/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gprint/Makefile [new file with mode: 0644]

diff --git a/usr/src/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gprint/Makefile b/usr/src/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gprint/Makefile
new file mode 100644 (file)
index 0000000..26dd5fa
--- /dev/null
@@ -0,0 +1,23 @@
+
+OBJ= hdb.o hpoint.o hgraph.o main.o getlogin.o
+
+all:   $(OBJ) gprint
+
+hdb.o:   hdb.c 
+       cc -c -g hdb.c 
+
+hgraph.o:      hgraph.c
+       cc -c -g hgraph.c
+
+hpoint.o:      hpoint.c
+       cc -c -g hpoint.c
+
+
+main.o:   main.c 
+       cc -c -g main.c 
+
+gprint:  $(OBJ)
+       cc -o gprint -g $(OBJ) -lm 
+
+gdump: gdump.o getlogin.o
+       cc -o gdump -g gdump.o getlogin.o