sogo/UI/SOGoUI/GNUmakefile
Wolfgang Sourdeau 6ca2e1bfcf Monotone-Parent: 0df73c55c83973b5088ccb3350d103006525098c
Monotone-Revision: 0836ff89730377219eb53f7caa175eefe1f680a3

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-03T16:09:43
Monotone-Branch: ca.inverse.sogo
2006-10-03 16:09:43 +00:00

36 lines
689 B
Makefile

# GNUstep makefile
-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 += \
\
UIxComponent.h \
SOGoDateFormatter.h \
SOGoAptFormatter.h \
SOGoJSStringFormatter.h \
WOContext+UIx.h \
libSOGoUI_OBJC_FILES += \
\
UIxComponent.m \
SOGoDateFormatter.m \
SOGoAptFormatter.m \
SOGoJSStringFormatter.m \
WOContext+UIx.m \
# make
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/library.make
-include GNUmakefile.postamble
-include ../../fhslib.make