sogo/UI/PreferencesUI/GNUmakefile

37 lines
1.1 KiB
Makefile
Raw Normal View History

# GNUstep makefile
include ../common.make
BUNDLE_NAME = PreferencesUI
PreferencesUI_PRINCIPAL_CLASS = PreferencesUIProduct
2016-03-14 15:08:25 +01:00
PreferencesUI_LANGUAGES = Arabic Basque BrazilianPortuguese Catalan ChineseTaiwan Croatian Czech Danish Dutch English Finnish French German Hungarian Icelandic Italian Lithuanian Macedonian NorwegianBokmal NorwegianNynorsk Polish Portuguese Russian Slovak Slovenian SpanishSpain SpanishArgentina Swedish Ukrainian Welsh
PreferencesUI_OBJC_FILES = \
PreferencesUIProduct.m \
\
UIxJSONPreferences.m \
UIxPreferences.m \
UIxAccountEditor.m \
UIxFilterEditor.m \
\
UIxAdditionalPreferences.m
PreferencesUI_RESOURCE_FILES += \
product.plist
PreferencesUI_RESOURCE_FILES += \
Toolbars/UIxPreferences.toolbar
PreferencesUI_LOCALIZED_RESOURCE_FILES += \
Localizable.strings \
ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/
ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
2014-10-01 20:36:42 +02:00
ADDITIONAL_LDFLAGS += -Wl,--rpath,$(SOGO_SYSLIBDIR)/sogo
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble