sogo/UI/SOGoUI/GNUmakefile
Wolfgang Sourdeau f1754d4932 Monotone-Parent: ceb58ef8a4e1a2df559ca423d8360320532099a1
Monotone-Revision: b239afba7524a98b0055515076b127361e2dbd41

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-11-17T22:24:15
Monotone-Branch: ca.inverse.sogo
2006-11-17 22:24:15 +00:00

37 lines
712 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 += \
\
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