]> err.no Git - sope/blob - Recycler/iCalSaxDriver/GNUmakefile
fixed several mistakes in the Xcode project template.
[sope] / Recycler / iCalSaxDriver / GNUmakefile
1 # GNUstep makefile
2
3 -include ../../config.make
4 include $(GNUSTEP_MAKEFILES)/common.make
5 -include ../../Version
6 -include ./Version
7
8 BUNDLE_NAME        = iCalSaxDriver
9 BUNDLE_EXTENSION   = .sax
10 BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SaxDrivers-$(MAJOR_VERSION).$(MINOR_VERSION)/
11
12 iCalSaxDriver_OBJC_FILES = \
13         ICalSaxParser.m         \
14         NSCalendarDate+ICal.m   \
15         NSString+ICal.m         \
16
17 iCalSaxDriver_RESOURCE_FILES = bundle-info.plist
18
19 -include GNUmakefile.preamble
20 include $(GNUSTEP_MAKEFILES)/bundle.make
21 -include GNUmakefile.postamble
22 -include fhs.make