sogo/UI/SOGoUI/GNUmakefile
Wolfgang Sourdeau 415a9b5fac Monotone-Parent: df0b305a43147791e3aac8b0c2d4e33334318fc1
Monotone-Revision: 24ff1bd62261a24e843c0f320edf145b616d797d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-27T18:25:27
Monotone-Branch: ca.inverse.sogo
2007-03-27 18:25:27 +00:00

39 lines
746 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 \
SOGoDateFormatter.h \
SOGoAptFormatter.h \
SOGoJSStringFormatter.h \
WOContext+UIx.h \
libSOGoUI_OBJC_FILES += \
\
UIxJSClose.m \
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