sogo/UI/SOGoUI/GNUmakefile
Wolfgang Sourdeau 2cd8d9629f Monotone-Parent: 7757c54327c7b25ce729a04203f7d92573db98fc
Monotone-Revision: 9e848e008df99a6aae6401a0b3345b1320d222a8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-30T20:08:37
Monotone-Branch: ca.inverse.sogo
2007-05-30 20:08:37 +00:00

45 lines
910 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 \
\
SOGoACLAdvisory.m \
SOGoACLFrenchAdditionAdvisory.m \
SOGoACLFrenchRemovalAdvisory.m \
SOGoACLEnglishAdditionAdvisory.m \
SOGoACLEnglishRemovalAdvisory.m
# make
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/library.make
-include GNUmakefile.postamble
-include ../../fhslib.make