mirror of
https://github.com/chocolate-doom/launcher.git
synced 2024-11-10 07:12:06 +00:00
55 lines
849 B
Text
55 lines
849 B
Text
|
#
|
||
|
# GNUmakefile - Generated by ProjectCenter
|
||
|
#
|
||
|
|
||
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||
|
|
||
|
#
|
||
|
# Application
|
||
|
#
|
||
|
VERSION = 0.1
|
||
|
PACKAGE_NAME = chocolate-launcher
|
||
|
APP_NAME = chocolate-launcher
|
||
|
chocolate-launcher_APPLICATION_ICON =
|
||
|
|
||
|
|
||
|
#
|
||
|
# Resource files
|
||
|
#
|
||
|
chocolate-launcher_RESOURCE_FILES = \
|
||
|
Resources/launcher.gorm \
|
||
|
Resources/Main.gsmarkup \
|
||
|
Resources/MainMenu-GNUstep.gsmarkup \
|
||
|
Resources/MainMenu-OSX.gsmarkup
|
||
|
|
||
|
|
||
|
#
|
||
|
# Header files
|
||
|
#
|
||
|
chocolate-launcher_HEADER_FILES = \
|
||
|
AppController.h \
|
||
|
IWADList.h \
|
||
|
LauncherManager.h
|
||
|
|
||
|
#
|
||
|
# Class files
|
||
|
#
|
||
|
chocolate-launcher_OBJC_FILES = \
|
||
|
AppController.m \
|
||
|
IWADList.m \
|
||
|
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
|