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

  1. # Turbo C make file for red.exe
  2. #
  3. # small memory model
  4. #
  5. # January 11, 1989
  6. #
  7.  
  8. reddb.exe: redglbdb.obj \
  9. redmaidb.obj redcmndb.obj rededdb.obj redfmtdb.obj redoutdb.obj redpmtdb.obj \
  10. redoutan.obj \
  11. redsysdb.obj redutldb.obj redb1db.obj redb2db.obj redb3db.obj redb4db.obj \
  12. sls.obj
  13.   tlink @reddb.lnk
  14.  
  15. sls.obj: ..\sherlock.c
  16.   tcc -ms -c -C -osls.obj -Ic:\include\turboc -Id:..\ -Id:\sherlock -DUSER_OUT -DTURBOC ..\sherlock.c
  17.  
  18. redglbdb.obj: ..\redglb.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  19.   tcc -ms -c -C -oredglbdb.obj -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC -DSHERLOCK ..\redglb.c
  20.  
  21. redmaidb.obj: ..\redmain.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  22.   tcc -ms -c -C -oredmaidb.obj -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC -DSHERLOCK ..\redmain.c
  23.  
  24. redcmndb.obj: ..\redcmnd.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  25.   tcc -ms -c -C -oredcmndb.obj -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC -DSHERLOCK ..\redcmnd.c
  26.  
  27. rededdb.obj: ..\reded.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  28.   tcc -ms -c -C -orededdb.obj -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC -DSHERLOCK ..\reded.c
  29.  
  30. redfmtdb.obj: ..\redfmt.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  31.   tcc -ms -c -C -oredfmtdb.obj -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC -DNO_SHERLOCK ..\redfmt.c
  32.  
  33. redoutdb.obj: ..\redout.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  34.   tcc -ms -c -C -oredoutdb.obj -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC -DSHERLOCK ..\redout.c
  35.  
  36. redpmtdb.obj: ..\redpmt.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  37.   tcc -ms -c -C -oredpmtdb.obj -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC -DNO_SHERLOCK ..\redpmt.c
  38.  
  39. redsysdb.obj: ..\redsys.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  40.   tcc -ms -c -C -oredsysdb.obj -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC -DSHERLOCK ..\redsys.c
  41.  
  42. redutldb.obj: ..\redutl.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  43.   tcc -ms -c -C -oredutldb.obj -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC -DSHERLOCK ..\redutl.c
  44.  
  45. redb1db.obj: ..\redbuf1.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  46.   tcc -ms -c -C -oredb1db.obj -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC -DSHERLOCK ..\redbuf1.c
  47.  
  48. redb2db.obj: ..\redbuf2.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  49.   tcc -ms -c -C -oredb2db.obj -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC -DSHERLOCK ..\redbuf2.c
  50.  
  51. redb3db.obj: ..\redbuf3.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  52.   tcc -ms -c -C -oredb3db.obj -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC -DSHERLOCK ..\redbuf3.c
  53.  
  54. redb4db.obj: ..\redbuf4.c ..\red.h ..\redtmp.h ..\red1.h ..\redbuf.h
  55.   tcc -ms -c -C -oredb4db.obj -Ic:\include\turboc -Id:..\ -Id:\sherlock -DTURBOC -DSHERLOCK ..\redbuf4.c
  56.  
  57. redoutan.obj: ..\redouta.asm
  58.   masm /MX /ML /DNEAR ..\redouta.asm,redoutan.obj,nul.lst,nul.cod;
  59.