home *** CD-ROM | disk | FTP | other *** search
- #
- # makefile for portable graphics programs
- #
- graph.exe: graph.o scale.o gpc.o g31.o g32.o
- bind graph scale gpc g31 g32
-
- graph.o: graph.c g3.h g.h
- c88 graph
-
- scale.o: scale.c
- c88 scale
-
- gpc.o: gpc.c
- c88 gpc
-
- dots.exe: dots.o gpc.o g31.o g32.o
- bind dots gpc g31 g32
-
- dots.o: dots.c g3.h g.h
- c88 dots
-
- bench.exe: bench.o gpc.o
- bind bench gpc
-
- bench.o: bench.c g.h
- c88 bench
-
- g31.o: g31.c g.h g3.h
- c88 g31
-
- g32.o: g32.c g.h g3.h
- c88 g32
-
- graph.c:
-
- scale.c:
-
- gpc.c:
-
- dots.c:
-
- bench.c:
-
- g31.c:
-
- g32.c:
-
- g.h:
-
- g3.h: