include $(GNUSTEP_MAKEFILES)/common.make

NEEDS_GUI = yes

TEST_APP_NAME = Fred
# The Objective-C source files to be compiled
Fred_OBJC_FILES = ApflView.m FredView.m Fred/main.m

-include GNUmakefile.preamble

-include GNUmakefile.local

include $(GNUSTEP_MAKEFILES)/test-application.make

-include GNUmakefile.postamble
