sogo/UI/SOGoUI/GNUmakefile
Wolfgang Sourdeau e9c35d8950 Monotone-Parent: 2045ada3c4deb0418109ebabb66ee2bc784546fd
Monotone-Revision: 40f77d0f9e67b4e3fd56c1a7eb0b966cabaca41f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-08-21T02:34:23
Monotone-Branch: ca.inverse.sogo
2008-08-21 02:34:23 +00:00

39 lines
793 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
libSOGoUI_INTERFACE_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)
libSOGoUI_HEADER_FILES += \
\
UIxJSClose.h \
UIxComponent.h \
SOGoAptFormatter.h \
WOContext+UIx.h \
libSOGoUI_OBJC_FILES += \
\
UIxJSClose.m \
UIxComponent.m \
SOGoAptFormatter.m \
WOContext+UIx.m \
SOGoACLAdvisory.m \
SOGoFolderAdvisory.m
# make
-include GNUmakefile.preamble
ifneq ($(FHS_INSTALL_ROOT),)
GNUSTEP_HEADERS=$(DESTDIR)$(FHS_INSTALL_ROOT)/include
endif
include $(GNUSTEP_MAKEFILES)/library.make
-include GNUmakefile.postamble