GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) include $(GNUSTEP_MAKEFILES)/common.make # Subprojects SUBPROJECTS = \ CDPlayer \ AudioCD APP_NAME = CDPlayer # The Objective-C source files to be compiled CDPlayer_OBJC_FILES = CDPlayer_main.m \ Controller.m \ Player.m \ Preferences.m \ LED.m # The Resource files to be copied into the app's resources directory CDPlayer_RESOURCE_FILES = Images/*.tiff ADDITIONAL_LDFLAGS += -lcdaudio include $(GNUSTEP_MAKEFILES)/application.make -include GNUmakefile.postamble