sogo/UI/Common/GNUmakefile
Wolfgang Sourdeau 69091c1d45 Monotone-Parent: 91089a095425fe50c525dea5f59628b15c8b029c
Monotone-Revision: 97743fab984c0ad36703eacb2549593742436c25

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-11T17:29:50
Monotone-Branch: ca.inverse.sogo
2006-07-11 17:29:50 +00:00

41 lines
679 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
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