# GNUstep makefile include ../common.make BUNDLE_NAME = Contacts LIBRARY_NAME = libZSContacts Contacts_PRINCIPAL_CLASS = ContactsProduct Contacts_OBJC_FILES = Product.m libZSContacts_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION) libZSContacts_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION) libZSContacts_OBJC_FILES = \ SxAddress.m \ SxAddressFolder.m \ SxVCardContactRenderer.m\ \ SxEnterpriseFolder.m \ SxEnterprise.m \ SxVCardEnterpriseRenderer.m \ \ SxGroupsFolder.m \ SxGroup.m \ \ SxPersonFolder.m \ SxGroupFolder.m \ SxPerson.m \ \ SxVCardPersonRenderer.m \ \ ZSPersonListEntryRenderer.m \ SxAddressFolder+ZL.m \ Contacts_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