# # Makefile template for the test/ dir to compile test programs # # Program name bin_PROGRAMS = # Binary specific CFLAGS INCLUDES = \ @DEBUG_FLAGS@ \ $(PACKAGE_CFLAGS) \ $(WIDGETS_CFLAGS) # Cleaning and autogenerated stuff BUILT_SOURCES = CLEANFILES = \ $(BUILT_SOURCES)