sogo/UI/Common/GNUmakefile

40 lines
665 B
Makefile
Raw Normal View History

# 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 \
UIxSortButton.m \
UIxAppNavView.m \
UIxJSClose.m \
\
UIxElemBuilder.m \
UIxTabView.m \
UIxTabItem.m \
\
UIxSortableTableHeader.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