include $(GNUSTEP_MAKEFILES)/common.make # The application to be compiled APP_NAME = Ticker # The Objective-C source files to be compiled Ticker_OBJC_FILES = main.m \ ColorAsRGBADictionary.m Controller.m MinMaxFormat.m \ TickerWindow.m RSSHandler.m StringAdditions.m \ TempFilename.m ArrayAdditions.m CellAdditions.m \ HeadlineView.m TextWindow.m DictionaryAdditions.m \ Cache.m FeedWindow.m SHARED_CFLAGS += -g # The Resource files to be copied into the app's resources directory Ticker_RESOURCE_FILES = Icons/* -include GNUmakefile.preamble -include GNUmakefile.local include $(GNUSTEP_MAKEFILES)/application.make -include GNUmakefile.postamble