home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / grafik / coregraf / mkfile < prev    next >
Encoding:
Text File  |  1986-01-06  |  595 b   |  51 lines

  1. #
  2. #    makefile for portable graphics programs
  3. #
  4. graph.exe:    graph.o scale.o gpc.o g31.o g32.o
  5.             bind graph scale gpc g31 g32
  6.  
  7. graph.o:    graph.c g3.h g.h
  8.             c88 graph
  9.  
  10. scale.o:    scale.c
  11.             c88 scale
  12.  
  13. gpc.o:        gpc.c
  14.             c88 gpc
  15.  
  16. dots.exe:    dots.o gpc.o g31.o g32.o
  17.             bind dots gpc g31 g32
  18.  
  19. dots.o:        dots.c g3.h g.h
  20.             c88 dots
  21.  
  22. bench.exe:    bench.o gpc.o
  23.             bind bench gpc
  24.  
  25. bench.o:    bench.c g.h
  26.             c88 bench
  27.  
  28. g31.o:        g31.c g.h g3.h
  29.             c88 g31
  30.  
  31. g32.o:        g32.c g.h g3.h
  32.             c88 g32
  33.  
  34. graph.c:
  35.  
  36. scale.c:
  37.  
  38. gpc.c:
  39.  
  40. dots.c:
  41.  
  42. bench.c:
  43.  
  44. g31.c:
  45.  
  46. g32.c:
  47.  
  48. g.h:
  49.  
  50. g3.h:
  51.