home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / gwin_433.lzh / Gwin / exsrc.lzh / makefile < prev    next >
Makefile  |  1991-01-12  |  2KB  |  88 lines

  1. all: menu request three-d rubberbandline rubberbandbox placeobject clipdemo screentypes text graph speedy colormap2 spiceplot changecolor
  2.  
  3. menu: menu.o /gwin.ff.o
  4.      ln  menu.o /gwin.ff.o -lmf -lc
  5.  
  6. menu.o: menu.c
  7.      cc -ff  menu.c
  8.  
  9. request: request.o /gwin.ff.o
  10.      ln  request.o /gwin.ff.o -lmf -lc
  11.  
  12. request.o: request.c
  13.      cc -ff  request.c
  14.  
  15. three-d: three-d.o /gwin.ff.o
  16.      ln  three-d.o /gwin.ff.o -lmf -lc
  17.  
  18. three-d.o: three-d.c
  19.      cc -ff  three-d.c
  20.  
  21. rubberbandline: rubberbandline.o /gwin.ff.o
  22.      ln  rubberbandline.o /gwin.ff.o -lmf -lc
  23.  
  24. rubberbandline.o: rubberbandline.c
  25.      cc -ff  rubberbandline.c
  26.  
  27. rubberbandbox: rubberbandbox.o /gwin.ff.o
  28.      ln  rubberbandbox.o /gwin.ff.o -lmf -lc
  29.  
  30. rubberbandbox.o: rubberbandbox.c
  31.      cc -ff  rubberbandbox.c
  32.  
  33. placeobject: placeobject.o /gwin.ff.o
  34.      ln  placeobject.o /gwin.ff.o -lmf -lc
  35.  
  36. placeobject.o: placeobject.c
  37.      cc -ff  placeobject.c
  38.  
  39. clipdemo: clipdemo.o /gwin.ff.o
  40.      ln  clipdemo.o /gwin.ff.o -lmf -lc
  41.  
  42. clipdemo.o: clipdemo.c
  43.      cc -ff  clipdemo.c
  44.  
  45. screentypes: screentypes.o /gwin.ff.o
  46.      ln  screentypes.o /gwin.ff.o -lmf -lc
  47.  
  48. screentypes.o: screentypes.c
  49.      cc -ff  screentypes.c
  50.  
  51. text: text.o /gwin.ff.o
  52.      ln  text.o /gwin.ff.o -lmf -lc
  53.  
  54. text.o: text.c
  55.      cc -ff  text.c
  56.  
  57. graph: graph.o /gwin.ff.o
  58.      ln  graph.o /gwin.ff.o -lmf -lc
  59.  
  60. graph.o: graph.c
  61.      cc  -ff  graph.c
  62.  
  63. speedy: speedy.o /gwin.ff.o
  64.      ln  speedy.o /gwin.ff.o -lmf -lc
  65.  
  66. speedy.o: speedy.c
  67.      cc  -ff  speedy.c
  68.  
  69. colormap2: colormap2.o /gwin.ff.o
  70.      ln  colormap2.o /gwin.ff.o -lmf -lc
  71.  
  72. colormap2.o: colormap2.c
  73.      cc  -ff  colormap2.c
  74.  
  75. spiceplot: spiceplot.o /gwin.fiCD.o
  76.      ln  spiceplot.o /gwin.fiCD.o -lma -lcl
  77.  
  78. spiceplot.o: spiceplot.c
  79.      cc  -fm -mc -md  spiceplot.c
  80.  
  81. changecolor: changecolor.o /gwin.ff.o
  82.      ln  changecolor.o /gwin.ff.o -lmf -lc
  83.  
  84. changecolor.o: changecolor.c
  85.      cc  -ff  changecolor.c
  86.  
  87.  
  88.