include ../macros.inc # Define our object dependencies OBJS = control1.o output.o all: ${OBJS} # Define what our objects are dependant on. control1.o: control1.hh output.o: echo Compiling control.