home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-02-27 | 2.0 KB | 94 lines |
- all: menu request three-d rubberbandline rubberbandbox placeobject clipdemo graph speedy colormap2 spiceplot
-
- menu: menu.o /gwin.ff.o
- ln menu.o /gwin.ff.o -lm32 -lc32
-
- menu.o: menu.c
- cc +ff +L menu.c
-
- request: request.o /gwin.ff.o
- ln request.o /gwin.ff.o -lm32 -lc32
-
- request.o: request.c
- cc +ff +L request.c
-
- three-d: three-d.o /gwin.ff.o
- ln three-d.o /gwin.ff.o -lm32 -lc32
-
- three-d.o: three-d.c
- cc +ff +L three-d.c
-
- rubberbandline: rubberbandline.o /gwin.ff.o
- ln rubberbandline.o /gwin.ff.o -lm32 -lc32
-
- rubberbandline.o: rubberbandline.c
- cc +ff +L rubberbandline.c
-
- rubberbandbox: rubberbandbox.o /gwin.ff.o
- ln rubberbandbox.o /gwin.ff.o -lm32 -lc32
-
- rubberbandbox.o: rubberbandbox.c
- cc +ff +L rubberbandbox.c
-
- placeobject: placeobject.o /gwin.ff.o
- ln placeobject.o /gwin.ff.o -lm32 -lc32
-
- placeobject.o: placeobject.c
- cc +ff +L placeobject.c
-
- clipdemo: clipdemo.o /gwin.ff.o
- ln clipdemo.o /gwin.ff.o -lm32 -lc32
-
- clipdemo.o: clipdemo.c
- cc +ff +L clipdemo.c
-
- screentypes: screentypes.o /gwin.ff.o
- ln screentypes.o /gwin.ff.o -lm32 -lc32
-
- screentypes.o: screentypes.c
- cc +ff +L screentypes.c
-
- text: text.o /gwin.ff.o
- ln text.o /gwin.ff.o -lm32 -lc32
-
- text.o: text.c
- cc +ff +L text.c
-
- graph: graph.o /gwin.ff.o
- ln graph.o /gwin.ff.o -lm32 -lc32
-
- graph.o: graph.c
- cc +ff +L graph.c
-
- speedy: speedy.o /gwin.ff.o
- ln speedy.o /gwin.ff.o -lm32 -lc32
-
- speedy.o: speedy.c
- cc +ff +L speedy.c
-
- colormap2: colormap2.o /gwin.ff.o
- ln colormap2.o /gwin.ff.o -lm32 -lc32
-
- colormap2.o: colormap2.c
- cc +ff +L colormap2.c
-
- geomap: geomap.o /gwin.ff.o
- ln geomap.o /gwin.ff.o -lm32 -lc32
-
- geomap.o: geomap.c
- cc +ff +L geomap.c
-
- spiceplot: spiceplot.o /gwin.fiCD.o
- ln spiceplot.o /gwin.fiCD.o -lmal32 -lcl32
-
- spiceplot.o: spiceplot.c
- cc +fi +C +D +L spiceplot.c
-
- text2: text2.o /gwin.ff.o
- ln text2.o /gwin.ff.o -lm32 -lc32
-
- text2.o: text2.c
- cc +ff +L text2.c
-
-
-