mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
29 lines
529 B
Makefile
29 lines
529 B
Makefile
|
|
# GNUstep makefile
|
|
|
|
include common.make
|
|
|
|
BUNDLE_NAME = API
|
|
|
|
API_PRINCIPAL_CLASS = SOGoAPIProduct
|
|
|
|
API_OBJC_FILES = \
|
|
SOGoAPIProduct.m \
|
|
SOGoAPI.m \
|
|
SOGoAPIVersion.m \
|
|
SOGoAPIUserFolder.m \
|
|
SOGoAPIDispatcher.m
|
|
|
|
API_RESOURCE_FILES += \
|
|
product.plist
|
|
|
|
API_LANGUAGES = $(SOGO_LANGUAGES)
|
|
|
|
API_LOCALIZED_RESOURCE_FILES = Localizable.strings
|
|
|
|
ADDITIONAL_INCLUDE_DIRS += -I../SOPE/ -I../SoObjects/
|
|
|
|
-include GNUmakefile.preamble
|
|
include $(GNUSTEP_MAKEFILES)/bundle.make
|
|
-include GNUmakefile.postamble
|