home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-01-01 | 2.3 KB | 113 lines |
- all: menu request three-d rubberbandline rubberbandbox placeobject clipdemo screentypes text graph graph2 graph3 speedy colormap2 spiceplot changecolor bug-e recovermem
-
- menu: menu.o
- ln menu.o -lmfl -lcl
-
- menu.o: menu.c gwin.user.h
- cc -mc -md -ff menu.c
-
- request: request.o
- ln request.o -lmfl -lcl
-
- request.o: request.c gwin.user.h
- cc -mc -md -ff request.c
-
- three-d: three-d.o
- ln three-d.o -lmfl -lcl
-
- three-d.o: three-d.c gwin.user.h
- cc -mc -md -ff three-d.c
-
- rubberbandline: rubberbandline.o
- ln rubberbandline.o -lmfl -lcl
-
- rubberbandline.o: rubberbandline.c gwin.user.h
- cc -mc -md -ff rubberbandline.c
-
- rubberbandbox: rubberbandbox.o
- ln rubberbandbox.o -lmfl -lcl
-
- rubberbandbox.o: rubberbandbox.c gwin.user.h
- cc -mc -md -ff rubberbandbox.c
-
- placeobject: placeobject.o
- ln placeobject.o -lmfl -lcl
-
- placeobject.o: placeobject.c gwin.user.h
- cc -mc -md -ff placeobject.c
-
- clipdemo: clipdemo.o
- ln clipdemo.o -lmfl -lcl
-
- clipdemo.o: clipdemo.c gwin.user.h
- cc -mc -md -ff clipdemo.c
-
- screentypes: screentypes.o
- ln screentypes.o -lmfl -lcl
-
- screentypes.o: screentypes.c gwin.user.h
- cc -mc -md -ff screentypes.c
-
- text: text.o
- ln text.o -lmfl -lcl
-
- text.o: text.c gwin.user.h
- cc -mc -md -ff text.c
-
- graph: graph.o
- ln graph.o -lmfl -lcl
-
- graph.o: graph.c gwin.user.h
- cc -mc -md -ff graph.c
-
- graph2: graph2.o
- ln -g graph2.o -lmfl -lcl
-
- graph2.o: graph2.c gwin.user.h
- cc -mc -md -ff graph2.c
-
- graph3: graph3.o
- ln -g graph3.o -lmfl -lcl
-
- graph3.o: graph3.c gwin.user.h
- cc -mc -md -ff graph3.c
-
- speedy: speedy.o
- ln speedy.o -lmfl -lcl
-
- speedy.o: speedy.c gwin.user.h
- cc -mc -md -ff speedy.c
-
- colormap2: colormap2.o
- ln colormap2.o -lmfl -lcl
-
- colormap2.o: colormap2.c gwin.user.h
- cc -mc -md -ff colormap2.c
-
- spiceplot: spiceplot.o
- ln spiceplot.o -lmfl -lcl
-
- spiceplot.o: spiceplot.c gwin.user.h
- cc -mc -md -ff spiceplot.c
-
- changecolor: changecolor.o
- ln changecolor.o -lmfl -lcl
-
- changecolor.o: changecolor.c gwin.user.h
- cc -mc -md -ff changecolor.c
-
- bug-e: bug-e.o
- ln bug-e.o -lmfl -lcl
-
- bug-e.o: bug-e.c
- cc -mc -md -ff bug-e.c
-
- recovermem: recovermem.o
- ln recovermem.o -lmfl -lcl
-
- recovermem.o: recovermem.c gwin.user.h
- cc -mc -md -ff recovermem.c
-
-
-
-