home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 318_01 / red.mak < prev    next >
Text File  |  1990-06-18  |  2KB  |  55 lines

  1. # Turbo C make file for red.exe
  2. #
  3. # SMALL memory model
  4. #
  5. # January 10, 1990.
  6. #
  7.  
  8. red.exe: redglb.obj \
  9. redmain.obj redcmnd.obj reded.obj redfmt.obj redout.obj redpmt.obj \
  10. redsys.obj redutl.obj redbuf1.obj redbuf2.obj redbuf3.obj redbuf4.obj \
  11. redoutan.obj
  12.   tlink @red.lnk
  13.  
  14. redglb.obj: ..\redglb.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  15.   tcc -ms -c -C -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC ..\redglb.c
  16.  
  17. redmain.obj: ..\redmain.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  18.   tcc -ms -c -C -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC ..\redmain.c
  19.  
  20. redcmnd.obj: ..\redcmnd.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  21.   tcc -ms -c -C -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC ..\redcmnd.c
  22.  
  23. reded.obj: ..\reded.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  24.   tcc -ms -c -C -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC ..\reded.c
  25.  
  26. redfmt.obj: ..\redfmt.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  27.   tcc -ms -c -C -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC ..\redfmt.c
  28.  
  29. redout.obj: ..\redout.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  30.   tcc -ms -c -C -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC ..\redout.c
  31.  
  32. redpmt.obj: ..\redpmt.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  33.   tcc -ms -c -C -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC ..\redpmt.c
  34.  
  35. redsys.obj: ..\redsys.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  36.   tcc -ms -c -C -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC ..\redsys.c
  37.  
  38. redutl.obj: ..\redutl.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  39.   tcc -ms -c -C -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC ..\redutl.c
  40.  
  41. redbuf1.obj: ..\redbuf1.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  42.   tcc -ms -c -C -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC ..\redbuf1.c
  43.  
  44. redbuf2.obj: ..\redbuf2.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  45.   tcc -ms -c -C -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC ..\redbuf2.c
  46.  
  47. redbuf3.obj: ..\redbuf3.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  48.   tcc -ms -c -C -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC ..\redbuf3.c
  49.  
  50. redbuf4.obj: ..\redbuf4.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  51.   tcc -ms -c -C -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC ..\redbuf4.c
  52.  
  53. redoutan.obj: ..\redouta.asm
  54.   masm /MX /ML /DNEAR ..\redouta.asm,redoutan.obj,nul.lst,nul.cod;
  55.