
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)

include $(GNUSTEP_MAKEFILES)/common.make

# The application to be compiled
APP_NAME = GShisen
GShisen_PRINCIPAL_CLASS = GShisen
GShisen_APPLICATION_ICON=GShisen.tiff
GShisen_HAS_RESOURCE_BUNDLE = yes
PACKAGE_NAME = gshisen
VERSION = 1.2.1

# The Objective-C source files to be compiled

GShisen_OBJC_FILES = main.m \
		gshisen.m \
		board.m \
		tile.m \
		gsdialogs.m \
		tilepair.m

# The Resource files to be copied into the app's resources directory
GShisen_RESOURCE_FILES = Icons/*

-include GNUmakefile.preamble

-include GNUmakefile.local

include $(GNUSTEP_MAKEFILES)/application.make

-include GNUmakefile.postamble

