sogo/UI/Common/GNUmakefile
Wolfgang Sourdeau 4509a3a7b4 Monotone-Parent: 1cdfe706bc85c7be9cf57e45cb80919dbba2e825
Monotone-Revision: 283329aac9fb69692301c1e7d74db0ce8e6fc222

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-27T18:10:01
Monotone-Branch: ca.inverse.sogo
2007-03-27 18:10:01 +00:00

44 lines
760 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 \
UIxSortButton.m \
UIxAppNavView.m \
\
UIxAclEditor.m \
UIxFolderActions.m \
UIxElemBuilder.m \
UIxTabView.m \
UIxTabItem.m \
\
UIxSortableTableHeader.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