sogo/UI/Common/GNUmakefile
Wolfgang Sourdeau ca19785bd0 Monotone-Parent: 97a4c58b8ee41ff5e634eb21ff0b56ff5cbc456f
Monotone-Revision: 291d23a22e18b7984700a6555625be07fabee62f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-12T16:34:52
Monotone-Branch: ca.inverse.sogo
2006-10-12 16:34:52 +00:00

40 lines
665 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 \
UIxJSClose.m \
\
UIxElemBuilder.m \
UIxTabView.m \
UIxTabItem.m \
\
UIxSortableTableHeader.m \
\
UIxToolbar.m
CommonUI_RESOURCE_FILES += \
Version \
product.plist \
CommonUI_LOCALIZED_RESOURCE_FILES += \
Localizable.strings \
# make
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
include ../../fhsbundle.make