# makefile for stimdef - test the define modules # I Urieli 940228 /E Malroy 960123 (translation to "C") # modified by I Urieli 08/16/96 DEFIN = define.o engine.o heatex.o regen.o gas.o operat.o stimdef: stimdef.c ${DEFIN} gcc stimdef.c ${DEFIN} -o stimdef -lm define.o: define.c gcc -c define.c engine.o: engine.c gcc -c engine.c heatex.o: heatex.c gcc -c heatex.c regen.o: regen.c gcc -c regen.c gas.o: gas.c gcc -c gas.c operat.o: operat.c gcc -c operat.c