home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / cdity / colorsaver / src / dmakefile < prev    next >
Makefile  |  1994-12-05  |  887b  |  32 lines

  1. # DMakeFile generated by MakeDMake v0.22
  2.  
  3. OPT1 = -ldcbacks.lib -lms.lib -lc.lib
  4. OPT2 = -proto
  5.  
  6. ColorSaver        : main.o gadgets.o fileio.o rexxif.o simplerexx.o\
  7.                 colorfuncs.o pointer.o
  8.     dcc $(OPT1) -o ColorSaver  main.o gadgets.o fileio.o rexxif.o simplerexx.o\
  9.             colorfuncs.o pointer.o
  10.  
  11. main.o            : main.c gadgets.h protos.h simplerexx.h defs.h
  12.     dcc $(OPT2) -c main.o main.c
  13.  
  14. gadgets.o        : gadgets.c gadgets.h
  15.     dcc $(OPT2) -c gadgets.o gadgets.c
  16.  
  17. fileio.o        : fileio.c protos.h gadgets.h defs.h
  18.     dcc $(OPT2) -c fileio.o fileio.c
  19.  
  20. rexxif.o        : rexxif.c simplerexx.h protos.h defs.h
  21.     dcc $(OPT2) -c rexxif.o rexxif.c
  22.  
  23. simplerexx.o        : simplerexx.c SimpleRexx.h
  24.     dcc $(OPT2) -c simplerexx.o simplerexx.c
  25.  
  26. colorfuncs.o        : colorfuncs.c protos.h gadgets.h defs.h
  27.     dcc $(OPT2) -c colorfuncs.o colorfuncs.c
  28.  
  29. pointer.o        : pointer.c defs.h pointer.h gadgets.h
  30.     dcc $(OPT2) -c pointer.o pointer.c
  31.  
  32.