home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
new
/
util
/
cdity
/
colorsaver
/
src
/
dmakefile
< prev
next >
Wrap
Makefile
|
1994-12-05
|
887b
|
32 lines
# DMakeFile generated by MakeDMake v0.22
OPT1 = -ldcbacks.lib -lms.lib -lc.lib
OPT2 = -proto
ColorSaver : main.o gadgets.o fileio.o rexxif.o simplerexx.o\
colorfuncs.o pointer.o
dcc $(OPT1) -o ColorSaver main.o gadgets.o fileio.o rexxif.o simplerexx.o\
colorfuncs.o pointer.o
main.o : main.c gadgets.h protos.h simplerexx.h defs.h
dcc $(OPT2) -c main.o main.c
gadgets.o : gadgets.c gadgets.h
dcc $(OPT2) -c gadgets.o gadgets.c
fileio.o : fileio.c protos.h gadgets.h defs.h
dcc $(OPT2) -c fileio.o fileio.c
rexxif.o : rexxif.c simplerexx.h protos.h defs.h
dcc $(OPT2) -c rexxif.o rexxif.c
simplerexx.o : simplerexx.c SimpleRexx.h
dcc $(OPT2) -c simplerexx.o simplerexx.c
colorfuncs.o : colorfuncs.c protos.h gadgets.h defs.h
dcc $(OPT2) -c colorfuncs.o colorfuncs.c
pointer.o : pointer.c defs.h pointer.h gadgets.h
dcc $(OPT2) -c pointer.o pointer.c