2009-12-25 00:42:51 +00:00
|
|
|
#
|
|
|
|
# GNUmakefile - Generated by ProjectCenter
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
|
|
|
|
#
|
|
|
|
# Application
|
|
|
|
#
|
|
|
|
VERSION = 0.1
|
|
|
|
PACKAGE_NAME = chocolate-launcher
|
|
|
|
APP_NAME = chocolate-launcher
|
2009-12-25 21:40:00 +00:00
|
|
|
chocolate-launcher_APPLICATION_ICON = 48x48.png
|
2009-12-25 00:42:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# Resource files
|
|
|
|
#
|
|
|
|
chocolate-launcher_RESOURCE_FILES = \
|
|
|
|
Resources/launcher.gorm \
|
|
|
|
Resources/Main.gsmarkup \
|
|
|
|
Resources/MainMenu-GNUstep.gsmarkup \
|
2009-12-26 17:38:30 +00:00
|
|
|
Resources/MainMenu-OSX.gsmarkup
|
2009-12-25 00:42:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# Header files
|
|
|
|
#
|
|
|
|
chocolate-launcher_HEADER_FILES = \
|
|
|
|
AppController.h \
|
2009-12-26 17:38:30 +00:00
|
|
|
Execute.h \
|
2009-12-25 17:45:35 +00:00
|
|
|
IWADController.h \
|
|
|
|
IWADLocation.h \
|
2009-12-25 00:42:51 +00:00
|
|
|
LauncherManager.h
|
|
|
|
|
|
|
|
#
|
|
|
|
# Class files
|
|
|
|
#
|
|
|
|
chocolate-launcher_OBJC_FILES = \
|
|
|
|
AppController.m \
|
2009-12-26 17:38:30 +00:00
|
|
|
Execute.m \
|
2009-12-25 17:45:35 +00:00
|
|
|
IWADController.m \
|
|
|
|
IWADLocation.m \
|
2009-12-25 00:42:51 +00:00
|
|
|
LauncherManager.m
|
|
|
|
|
|
|
|
#
|
|
|
|
# Other sources
|
|
|
|
#
|
|
|
|
chocolate-launcher_OBJC_FILES += \
|
|
|
|
main.m
|
|
|
|
|
|
|
|
#
|
|
|
|
# Makefiles
|
|
|
|
#
|
|
|
|
-include GNUmakefile.preamble
|
|
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
|
|
|
include $(GNUSTEP_MAKEFILES)/application.make
|
|
|
|
-include GNUmakefile.postamble
|