# 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)

ADDITIONAL_LDFLAGS += -Wl,--rpath,$(SOGO_SYSLIBDIR)/sogo

libSOGoUI_HEADER_FILES +=	\
	\
	UIxComponent.h		\
	SOGoAptFormatter.h	\
	SOGoDirectAction.h

libSOGoUI_OBJC_FILES +=		\
	\
	UIxComponent.m		\
	UIxModuleAccessDenied.m	\
	SOGoAptFormatter.m	\
	SOGoACLAdvisory.m	\
	SOGoFolderAdvisory.m	\
	SOGoDirectAction.m

# make

-include GNUmakefile.preamble
ifneq ($(FHS_INSTALL_ROOT),)
GNUSTEP_HEADERS=$(DESTDIR)$(FHS_INSTALL_ROOT)/include
endif
GNUSTEP_TARGET_LDIR=sogo
include $(GNUSTEP_MAKEFILES)/library.make
-include GNUmakefile.postamble
