home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s300 / 1.ddi / CHAP7 / THERM.MAK < prev    next >
Encoding:
Text File  |  1988-08-18  |  384 b   |  20 lines

  1. #
  2. # Program: Therm
  3. #
  4.  
  5. .c.obj:
  6.     cl -c  -Gs $*.c
  7.  
  8. therm.obj : therm.c display.h dparam.h xignal.h envir.h
  9.  
  10. pdsp.obj : pdsp.c
  11.  
  12. con_msc.obj : con_msc.c
  13.  
  14. time.obj : time.c envir.h config.h time.h 8259.h
  15.  
  16. alarm.obj : alarm.c alarm.h inout.h
  17.  
  18. therm.exe : therm.obj pdsp.obj con_msc.obj time.obj alarm.obj xignal.lib
  19.     link therm pdsp con_msc time alarm,therm,,xignal /NOI;
  20.