sogo/UI/SOGoUI/GNUmakefile
Wolfgang Sourdeau 11ceffb202 Monotone-Parent: 100769dcb2b9d6ff69316a1bfc656ef29e7e49c0
Monotone-Revision: 4bd363f979fcaebb2b95eab75100f8270ec1489c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-23T16:13:24
Monotone-Branch: ca.inverse.sogo
2007-08-23 16:13:24 +00:00

39 lines
722 B
Makefile

# GNUstep makefile
include ../common.make
-include ../../config.make
include $(GNUSTEP_MAKEFILES)/common.make
include ../../Version
include ./Version
LIBRARY_NAME = libSOGoUI
libSOGoUI_HEADER_FILES_DIR = .
libSOGoUI_HEADER_FILES_INSTALL_DIR = /SOGoUI
FHS_HEADER_DIRS = SOGoUI
libSOGoUI_HEADER_FILES += \
\
UIxJSClose.h \
UIxComponent.h \
SOGoAptFormatter.h \
SOGoJSStringFormatter.h \
WOContext+UIx.h \
libSOGoUI_OBJC_FILES += \
\
UIxJSClose.m \
UIxComponent.m \
SOGoAptFormatter.m \
SOGoJSStringFormatter.m \
WOContext+UIx.m \
\
SOGoACLAdvisory.m
# make
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/library.make
-include GNUmakefile.postamble
-include ../../fhslib.make