sogo/UI/SOGoUI/GNUmakefile
Wolfgang Sourdeau 2ca2e7d664 Monotone-Parent: ee4ff9bf4febdfd103bba6fa3403eb4d6bf3023b
Monotone-Revision: 9e630ff3ce4f3b8848a73aff398e706b19a426bc

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-03-30T14:44:47
Monotone-Branch: ca.inverse.sogo
2011-03-30 14:44:47 +00:00

37 lines
759 B
Makefile

# GNUstep makefile
include ../common.make
-include ../../config.make
include $(GNUSTEP_MAKEFILES)/common.make
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
libSOGoUI_OBJC_FILES += \
\
UIxJSClose.m \
UIxComponent.m \
UIxModuleAccessDenied.m \
SOGoAptFormatter.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