# GNUstep makefile -include ../../config.make include ../common.make include ./Version LIBRARY_NAME = libOGoAccounts BUNDLE_NAME = OGoAccounts BUNDLE_EXTENSION = .ds libOGoAccounts_PCH_FILE = common.h OGoAccounts_PCH_FILE = common.h libOGoAccounts_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION) libOGoAccounts_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION) libOGoAccounts_HEADER_FILES = \ SkyAccountDataSource.h \ SkyAccountDocument.h \ SkyTeamDataSource.h \ SkyTeamDocument.h \ SkyMemberDataSource.h \ SkyAccountTeamsDataSource.h \ libOGoAccounts_OBJC_FILES = \ SkyAccountDataSource.m \ SkyAccountDocument.m \ SkyTeamDataSource.m \ SkyTeamDocument.m \ SkyMemberDataSource.m \ SkyAccountTeamsDataSource.m \ libOGoAccounts_HEADER_FILES_DIR = . libOGoAccounts_HEADER_FILES_INSTALL_DIR = /OGoAccounts FHS_HEADER_DIRS = OGoAccounts OGoAccounts_PRINCIPAL_CLASS = SkyAccountsBundleManager OGoAccounts_OBJC_FILES = SkyAccountsBundleManager.m OGoAccounts_RESOURCE_FILES += Defaults.plist -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/library.make include $(GNUSTEP_MAKEFILES)/bundle.make -include GNUmakefile.postamble -include ../fhslib.make