sogo/UI/Common/GNUmakefile
Wolfgang Sourdeau 8d92ea1b50 Monotone-Parent: f67ec91eb2bf9c5dde6d13d95f3e8172dd91fa0e
Monotone-Revision: 680ce3d58b64771fea711e45a1b2bc3ec5490acb

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-11T22:29:19
Monotone-Branch: ca.inverse.sogo
2006-07-11 22:29:19 +00:00

42 lines
699 B
Makefile

# GNUstep makefile
include ../common.make
BUNDLE_NAME = CommonUI
CommonUI_PRINCIPAL_CLASS = CommonUIProduct
CommonUI_LANGUAGES = English French
CommonUI_OBJC_FILES += \
NSString+URL.m \
NSDictionary+URL.m \
\
CommonUIProduct.m \
UIxPageFrame.m \
UIxPrintPageFrame.m \
UIxWinClose.m \
UIxSortButton.m \
UIxAppNavView.m \
\
UIxElemBuilder.m \
UIxTabView.m \
UIxTabItem.m \
\
UIxToolbar.m \
UIxUserLogoff.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