#
# GNUmakefile - Generated by ProjectCenter
#

include $(GNUSTEP_MAKEFILES)/common.make

#
# Tool
#
VERSION = 0.1
PACKAGE_NAME = AdunServer
TOOL_NAME = AdunServer
AdunServer_TOOL_ICON = 
GNUSTEP_INSTALLATION_DIR = $(HOME)/GNUstep/

#
# Libraries
#

#We shouldnt have to include libAdunKernel or libmoltalk in tool libs since their included in libULFramework
#However I think the search paths for implicitly linked libraries are being messed up by the use of
#relative path names - Need to change to Absolute path names if possible.

AdunServer_LIB_DIRS =  -L../ULFramework/obj -L../XMLLib/obj -L../../Kernel/AdunKernel/AdunKernel.framework/Versions/Current -L../../MolTalk/obj -L../../Kernel/Base/obj -L$(HOME)/GNUstep/Library/Libraries

AdunServer_TOOL_LIBS +=  -lXMLLib -lULFramework -lAdunKernel -lmoltalk -ladun_base

#
# Resource files
#
AdunServer_RESOURCE_FILES = \
Resources/Info-gnustep.plist

#
# Header files
#
AdunServer_HEADER_FILES = \
AdServer.h \

#
# Class files
#
AdunServer_OBJC_FILES = \
AdServer.m

#
# C files
#
AdunServer_C_FILES = 

AdunServer_OBJC_FILES += \
main.m 

#
# Makefiles
#
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble
