]> err.no Git - sope/blob - skyrix-xml/iCalSaxDriver/GNUmakefile
added svn:keywords and svn:ignore where appropriate. removed CVS artifacts.
[sope] / skyrix-xml / iCalSaxDriver / GNUmakefile
1 # $Id$
2
3 include ../common.make
4
5 BUNDLE_NAME        = iCalSaxDriver
6 BUNDLE_EXTENSION   = .sax
7 BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SaxDrivers
8
9 iCalSaxDriver_OBJC_FILES = \
10         ICalSaxParser.m         \
11         NSCalendarDate+ICal.m   \
12         NSString+ICal.m         \
13
14 iCalSaxDriver_RESOURCE_FILES = bundle-info.plist
15
16 -include GNUmakefile.preamble
17 include $(GNUSTEP_MAKEFILES)/bundle.make
18 -include GNUmakefile.postamble