mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-26 16:42:44 +00:00
Monotone-Parent: cd6e43ebd8d873923fb9ad3c40158a6ce63a1f09 Monotone-Revision: 21ae9d2d632db73281a8277df02900d3e48a6e98 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-07-05T21:15:21 Monotone-Branch: ca.inverse.sogo
39 lines
666 B
Makefile
39 lines
666 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 \
|
|
\
|
|
UIxToolbarButton.m \
|
|
UIxToolbarSeparator.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
|