sogo/UI/SOGoUI/GNUmakefile
Ludovic Marcotte 7d182c760f See ChangeLog
Monotone-Parent: f4d1aaac3bdf07ab4ee67974f65577c30c1bb0fe
Monotone-Revision: ec9c129ca2ad9336942f829750ea17901e60315b

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2007-10-14T16:07:22
Monotone-Branch: ca.inverse.sogo
2007-10-14 16:07:22 +00:00

39 lines
743 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 \
SOGoFolderAdvisory.m
# make
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/library.make
-include GNUmakefile.postamble
-include ../../fhslib.make