# GNUstep makefile

include ../common.make

BUNDLE_NAME  = Tasks
LIBRARY_NAME = libZSTasks


libZSTasks_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
libZSTasks_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)


Tasks_PRINCIPAL_CLASS = TasksProduct
Tasks_OBJC_FILES      = Product.m


libZSTasks_OBJC_FILES = \
	SxTask.m		\
	SxTaskStatus.m		\
	SxTaskFolder.m		\
	SxTaskRenderer.m	\
	\
	SxDavTaskAction.m	\
	SxDavTaskCreate.m	\
	SxDavTaskChange.m	\
	\
	SxTask+ZL.m		\
	SxTaskFolder+ZL.m	\

Tasks_RESOURCE_FILES += \
	bundle-info.plist	\
	Version			\
	product.plist

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