sogo/UI/Common/GNUmakefile
Wolfgang Sourdeau 7c9258ed49 none
Monotone-Parent: ef409cba712a3f3f90e0159702a7e1ada89df127
Monotone-Revision: eff2a89851c827b8574eba829286bdde96ab40b1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-06T19:51:33
Monotone-Branch: ca.inverse.sogo
2006-07-06 19:51:33 +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