CC_ADD = -g BUILDBINS = chart jdate testlib testephc testephf OBJ_chart = chart.o ephlib.o LIBS_chart = -lm OBJ_jdate = jdate.o LIBS_jdate = -lm OBJ_testlib = testlib.o ephlib.o OBJ_testephc = testephc.o OBJ_testephf = testephf.o .MAIN: chart jdate .PHONY: all all: $(BUILDBINS) .include