sogo/UI/Common/GNUmakefile
Wolfgang Sourdeau a8167f4b7c Monotone-Parent: e539575226ee510838ef3f6147fae90b278a4ffb
Monotone-Revision: e13aba14f9bcb6e2cbec65189340ac8704204778

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-17T14:03:15
Monotone-Branch: ca.inverse.sogo
2007-04-17 14:03:15 +00:00

46 lines
807 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 \
UIxObjectActions.m \
UIxFolderActions.m \
UIxElemBuilder.m \
UIxTabView.m \
UIxTabItem.m \
UIxUserRightsEditor.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