sogo/UI/SOGoUI/GNUmakefile
Wolfgang Sourdeau 1c9840682b Monotone-Parent: 0a9e1bf24e4625bf9d860542966adcb75d55def5
Monotone-Revision: d9a69894dba4cd1b601ba9795b1c0a7b03a477c1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-19T18:08:26
Monotone-Branch: ca.inverse.sogo
2007-06-19 18:08:26 +00:00

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