sogo/UI/Common/GNUmakefile
Wolfgang Sourdeau a3dd5bc0ca Monotone-Parent: d73281348e68338299c1595a484a8a1033de3cd1
Monotone-Revision: 736e8f74ef949a89cef749c9c8e331ea534cdcd8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-28T22:43:28
Monotone-Branch: ca.inverse.sogo
2006-07-28 22:43:28 +00:00

38 lines
635 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 \
UIxWinClose.m \
UIxSortButton.m \
UIxAppNavView.m \
\
UIxElemBuilder.m \
UIxTabView.m \
UIxTabItem.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