# $Id$

include $(GNUSTEP_MAKEFILES)/common.make

BUNDLE_NAME        = STXSaxDriver
BUNDLE_EXTENSION   = .sax
BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SaxDrivers-4.3/

STXSaxDriver_OBJC_FILES += \
	STXSaxDriver.m	\
	StructuredTextBodyElement+SAX.m

STXSaxDriver_SUBPROJECTS += \
	ExtraSTX \
	Model

STXSaxDriver_RESOURCE_FILES += Version

-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble