Files
sogo/UI/Common/GNUmakefile
T
Wolfgang Sourdeau a70482d320 Monotone-Parent: 82c9829de502bd112c8a274515b8f346cf5ed762
Monotone-Revision: 6cff1962c8a5c619a3a6f581a6ed576acab3e1e1

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

44 lines
776 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 \
\
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