sogo/UI/SOGoElements/GNUmakefile
Wolfgang Sourdeau fcf04bc75f Monotone-Parent: 517c5f244ae9b2a903f799c27dc64452fa8c75ee
Monotone-Revision: 5d23d693d45f1adefa599922f2e2244782b947d2

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-01-25T17:38:15
Monotone-Branch: ca.inverse.sogo
2010-01-25 17:38:15 +00:00

23 lines
463 B
Makefile

# GNUstep makefile
include ../../config.make
include $(GNUSTEP_MAKEFILES)/common.make
NEEDS_GUI=no
BUNDLE_NAME = SOGoElements
BUNDLE_EXTENSION = .wox
BUNDLE_INSTALL_DIR = $(SOPE_WOXBUILDERS)
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