sogo/UI/SOGoElements/GNUmakefile
Wolfgang Sourdeau 9086e4fd02 Monotone-Parent: fc8e6bbe0cff3fd2f022a39f28fc8c57fac144e9
Monotone-Revision: 896895232d25506e19bd733d08a718ef9692eecd

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-21T19:42:16
Monotone-Branch: ca.inverse.sogo
2007-08-21 19:42:16 +00:00

25 lines
538 B
Makefile

# GNUstep makefile
-include ../../config.make
include $(GNUSTEP_MAKEFILES)/common.make
SOPE_VERSION = 4.7
BUNDLE_NAME = SOGoElements
BUNDLE_EXTENSION = .wox
BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/WOxElemBuilders-$(SOPE_VERSION)/
SOGoElements_PRINCIPAL_CLASS = SOGoElementsBundle
SOGoElements_OBJC_FILES = \
SOGoElementsBundle.m \
SOGoElementsBuilder.m \
SOGoIEConditional.m
# building
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
-include fhs.make