home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d571 / gwin.lha / Gwin / Examples / Makefile.manx < prev    next >
Makefile  |  1991-12-22  |  2KB  |  113 lines

  1. all: menu request three-d rubberbandline rubberbandbox placeobject clipdemo screentypes text graph graph2 graph3 speedy colormap2 spiceplot changecolor bug-e recovermem
  2.  
  3. menu: menu.o
  4.      ln menu.o -lmfl -lcl
  5.  
  6. menu.o: menu.c gwin.user.h
  7.      cc -mc -md -ff menu.c
  8.  
  9. request: request.o
  10.      ln  request.o -lmfl -lcl
  11.  
  12. request.o: request.c gwin.user.h
  13.      cc -mc -md -ff request.c
  14.  
  15. three-d: three-d.o
  16.      ln three-d.o -lmfl -lcl
  17.  
  18. three-d.o: three-d.c gwin.user.h
  19.      cc -mc -md -ff three-d.c
  20.  
  21. rubberbandline: rubberbandline.o
  22.      ln rubberbandline.o -lmfl -lcl
  23.  
  24. rubberbandline.o: rubberbandline.c gwin.user.h
  25.      cc -mc -md -ff rubberbandline.c
  26.  
  27. rubberbandbox: rubberbandbox.o
  28.      ln rubberbandbox.o -lmfl -lcl
  29.  
  30. rubberbandbox.o: rubberbandbox.c gwin.user.h
  31.      cc -mc -md -ff rubberbandbox.c
  32.  
  33. placeobject: placeobject.o
  34.      ln placeobject.o -lmfl -lcl
  35.  
  36. placeobject.o: placeobject.c gwin.user.h
  37.      cc -mc -md -ff placeobject.c
  38.  
  39. clipdemo: clipdemo.o
  40.      ln clipdemo.o -lmfl -lcl
  41.  
  42. clipdemo.o: clipdemo.c gwin.user.h
  43.      cc -mc -md -ff clipdemo.c
  44.  
  45. screentypes: screentypes.o
  46.      ln screentypes.o -lmfl -lcl
  47.  
  48. screentypes.o: screentypes.c gwin.user.h
  49.      cc -mc -md -ff screentypes.c
  50.  
  51. text: text.o
  52.      ln text.o -lmfl -lcl
  53.  
  54. text.o: text.c gwin.user.h
  55.      cc -mc -md -ff text.c
  56.  
  57. graph: graph.o
  58.      ln graph.o -lmfl -lcl
  59.  
  60. graph.o: graph.c gwin.user.h
  61.      cc -mc -md -ff graph.c
  62.  
  63. graph2: graph2.o
  64.      ln -g  graph2.o -lmfl -lcl
  65.  
  66. graph2.o: graph2.c gwin.user.h
  67.      cc -mc -md -ff graph2.c
  68.  
  69. graph3: graph3.o
  70.      ln -g  graph3.o -lmfl -lcl
  71.  
  72. graph3.o: graph3.c gwin.user.h
  73.      cc -mc -md -ff graph3.c
  74.  
  75. speedy: speedy.o
  76.      ln speedy.o -lmfl -lcl
  77.  
  78. speedy.o: speedy.c gwin.user.h
  79.      cc -mc -md -ff speedy.c
  80.  
  81. colormap2: colormap2.o
  82.      ln colormap2.o -lmfl -lcl
  83.  
  84. colormap2.o: colormap2.c gwin.user.h
  85.      cc -mc -md -ff colormap2.c
  86.  
  87. spiceplot: spiceplot.o
  88.      ln spiceplot.o  -lmfl -lcl
  89.  
  90. spiceplot.o: spiceplot.c gwin.user.h
  91.      cc -mc -md -ff spiceplot.c
  92.  
  93. changecolor: changecolor.o
  94.      ln changecolor.o -lmfl -lcl
  95.  
  96. changecolor.o: changecolor.c gwin.user.h
  97.      cc -mc -md -ff changecolor.c
  98.  
  99. bug-e: bug-e.o
  100.      ln bug-e.o -lmfl -lcl
  101.  
  102. bug-e.o: bug-e.c
  103.      cc -mc -md -ff bug-e.c
  104.  
  105. recovermem: recovermem.o
  106.      ln recovermem.o -lmfl -lcl
  107.  
  108. recovermem.o: recovermem.c gwin.user.h
  109.      cc -mc -md -ff recovermem.c
  110.  
  111.  
  112.  
  113.