ifeq "$(GNUSTEP_SYSTEM_ROOT)" ""
  include Makefile
else

# GNUmakefile for MiniRDP
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make

# The applications to be compiled
APP_NAME = TMTest


TMTest_OBJC_FILES = AppController.m TMTest_main.m MemoryPanel.m

TMTest_SUBPROJECTS = $(SUBPROJECTS)


-include GNUmakefile.preamble
-include GNUmakefile.local

#include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/application.make

-include GNUmakefile.postamble

endif
