home *** CD-ROM | disk | FTP | other *** search
- #
- # Program: Therm
- #
-
- .c.obj:
- cl -c -Gs $*.c
-
- therm.obj : therm.c display.h dparam.h xignal.h envir.h
-
- pdsp.obj : pdsp.c
-
- con_msc.obj : con_msc.c
-
- time.obj : time.c envir.h config.h time.h 8259.h
-
- alarm.obj : alarm.c alarm.h inout.h
-
- therm.exe : therm.obj pdsp.obj con_msc.obj time.obj alarm.obj xignal.lib
- link therm pdsp con_msc time alarm,therm,,xignal /NOI;
-