include $(GNUSTEP_MAKEFILES)/common.make

#
# Application
#
VERSION = 0.1
PACKAGE_NAME = Renan
APP_NAME = Renan
Renan_APPLICATION_ICON = 


#
# Resource files
#
Renan_RESOURCE_FILES = \
Window.gsmarkup


#
# Other sources
#
Renan_OBJC_FILES += \
AppMain.m


#
# Makefiles
#
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/application.make
-include GNUmakefile.postamble
