.SUFFIXES: ROOT = ../.. -include $(ROOT)/config.mk PROG = fids TARGET = $(PROG) EXTRA_HDRS = ../include/common.h include $(ROOT)/src/prog.mk