sogo/SoObjects/Contacts/GNUmakefile
Francis Lachapelle bfc2a3df10 Brazilian Portuguese and Czech translations
Monotone-Parent: f6c80d5cb25bb1c9887983399ad7fa9954631ac1
Monotone-Revision: 7b03263e13e147398fe20e146d3d81f492a5f76a

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-07-09T19:49:04
Monotone-Branch: ca.inverse.sogo
2009-07-09 19:49:04 +00:00

35 lines
800 B
Makefile

# GNUstep makefile
include ../common.make
BUNDLE_NAME = Contacts
Contacts_PRINCIPAL_CLASS = SOGoContactsProduct
Contacts_OBJC_FILES = \
Product.m \
SOGoFolder+CardDAV.m \
SOGoContactFolders.m \
SOGoContactGCSEntry.m \
SOGoContactGCSList.m \
SOGoContactGCSFolder.m \
SOGoContactLDIFEntry.m \
SOGoContactLDAPFolder.m \
SOGoUserFolder+Contacts.m \
Contacts_RESOURCE_FILES += \
Version \
product.plist \
Contacts_LANGUAGES = BrazilianPortuguese Czech Dutch English French German Italian Spanish Welsh Russian
Contacts_LOCALIZED_RESOURCE_FILES = Localizable.strings
ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/
ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble