TEST_CFLAGS = -ggdb -DDEBUG EIMILLIB = -L.. -lEIMIL parsertest_CFLAGS = $(TEST_CFLAGS) parsertest_SOURCES = parsertest.c parsertest_LDADD = $(EIMILLIB) arithtest_CFLAGS = $(TEST_CFLAGS) arithtest_SOURCES = arithtest.c arithtest_LDADD = $(EIMILLIB) flowtest_CFLAGS = $(TEST_CFLAGS) flowtest_SOURCES = flowtest.c flowtest_LDADD = $(EIMILLIB) bin_PROGRAMS = parsertest arithtest flowtest test: parsertest arithtest flowtest ./parsertest ./arithtest ./flowtest