mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-13 12:25:08 +00:00
5d45e64de9
Monotone-Parent: a94fdd73f46f13c408afc631567411d8f76242ba Monotone-Revision: 9a1990daa03b7969b33420752ca0d11ef89f8d64 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-07-06T19:48:36 Monotone-Branch: ca.inverse.sogo
40 lines
683 B
Makefile
40 lines
683 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 \
|
|
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
|