date and time created 83/03/02 13:29:58 by ralph
[unix-history] / usr / src / local / ditroff / ditroff.old.okeeffe / gremlin.aed / gprint / Makefile
CommitLineData
57b78ab3
RC
1
2OBJ= hdb.o hpoint.o hgraph.o main.o getlogin.o
3
4all: $(OBJ) gprint
5
6hdb.o: hdb.c
7 cc -c -g hdb.c
8
9hgraph.o: hgraph.c
10 cc -c -g hgraph.c
11
12hpoint.o: hpoint.c
13 cc -c -g hpoint.c
14
15
16main.o: main.c
17 cc -c -g main.c
18
19gprint: $(OBJ)
20 cc -o gprint -g $(OBJ) -lm
21
22gdump: gdump.o getlogin.o
23 cc -o gdump -g gdump.o getlogin.o