home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-08-03 | 1018 b | 29 lines |
- Headers =
-
- CFLAGS = -O
-
- Objects = alert_test.o axes.o \
- clip.o color.o \
- errors.o file.o \
- getdat.o getfile.o \
- gethowto.o gethowto2.o \
- iffw.o ilbmw.o \
- main.o message.o \
- mp.o packer.o \
- physio.o plot.o \
- safeclose.o savedat.o \
- screensave.o smooth.o \
- texted.o util.o
-
-
- $(Objects) : $(Headers)
-
- \\mplot\multiplot : $(Objects)
- BLINK lib:c.o+errors.o+screensave.o+iffw.o+ilbmw.o+packer.o+message.o+getfile.o+safeclose.o+getdat.o+gethowto.o+mp.o+file.o+physio.o+plot.o+util.o+color.o+axes.o+clip.o+texted.o+smooth.o+savedat.o
- TO //mplot/MultiPlot LIB lib:lcmieee.lib+lib:lcm.lib+lib:lc.lib+lib:amiga.lib
- NODEBUG
-
-
-
-
-