sogo/UI/Common/GNUmakefile
Wolfgang Sourdeau 806e5762a6 Monotone-Parent: 6cff1962c8a5c619a3a6f581a6ed576acab3e1e1
Monotone-Revision: c7ef74f1e3041c2b65e2347f76ab6c77ad4a1faf

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-28T20:44:09
Monotone-Branch: ca.inverse.sogo
2007-06-28 20:44:09 +00:00

43 lines
756 B
Makefile

# GNUstep makefile
include ../common.make
BUNDLE_NAME = CommonUI
CommonUI_PRINCIPAL_CLASS = CommonUIProduct
CommonUI_LANGUAGES = English French
CommonUI_OBJC_FILES += \
CommonUIProduct.m \
UIxPageFrame.m \
UIxPrintPageFrame.m \
UIxAppNavView.m \
\
UIxAclEditor.m \
UIxObjectActions.m \
UIxFolderActions.m \
UIxElemBuilder.m \
UIxTabView.m \
UIxTabItem.m \
UIxUserRightsEditor.m \
\
UIxToolbar.m
CommonUI_RESOURCE_FILES += \
Version \
product.plist \
Toolbars/SOGoAclOwner.toolbar \
Toolbars/SOGoAclAssistant.toolbar \
CommonUI_LOCALIZED_RESOURCE_FILES += \
Localizable.strings \
# make
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
include ../../fhsbundle.make