include $(GNUSTEP_MAKEFILES)/common.make # Subprojects ifeq ($(prefs), no) SUBPROJECTS = \ AudioCD else SUBPROJECTS = \ AudioCD \ AudioCD/AudioCDPrefs endif APP_NAME = CDPlayer CDPlayer_APPLICATION_ICON=app.tiff # The Objective-C source files to be compiled CDPlayer_OBJC_FILES = \ CDPlayer_main.m \ Controller.m \ Player.m \ Preferences.m \ TrackList.m \ TrackListView.m \ FreeDBView.m \ GeneralView.m \ LED.m # The Resource files to be copied into the app's resources directory CDPlayer_RESOURCE_FILES = Images/*.tiff CDPlayer.help CDPlayer_LANGUAGES=English German French CDPlayer_LOCALIZED_RESOURCE_FILES = \ Localizable.strings \ TrackList.gorm \ General.gorm \ FreeDB.gorm -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/aggregate.make include $(GNUSTEP_MAKEFILES)/application.make -include GNUmakefile.postamble