libs-gsweb/config.mak.in
David Ayers c22184bb50 * config.mak.in: Replace LIBWRAP with AUX_LIBS so that they
will be included in gsweb.make makefile fragment.
	* configure.ac: Fine tune check to test whether we need
	libnsl.
	* GSWeb.framework/gsweb.gsdoc: Remove obsolete documentation
	of libwrap realted build option.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19355 72102866-910b-0410-8b05-ffd578937521
2004-05-16 19:24:27 +00:00

41 lines
599 B
Makefile

#
#
#
DYNAMIC_LINKER=simple
GDL2=@GDL2@
AUX_LIBS=@AUX_LIBS@
#EOControl dependancy
ifeq ($(GDL2),yes)
EOCONTROL_LIBRARY_NAME=gnustep-db2control
EOACCESS_LIBRARY_NAME=gnustep-db2
endif
#Native Framework support
ifeq ($(OBJC_RUNTIME_LIB),apple)
HAVE_NATIVE_FRAMEWORK_SUPPORT=yes
else
ifeq ($(OBJC_RUNTIME_LIB),nx)
HAVE_NATIVE_FRAMEWORK_SUPPORT=yes
else
HAVE_NATIVE_FRAMEWORK_SUPPORT=no
endif
endif
#Log
GSWDEBUG=no
#Log Memory Alloc/Dealloc
GSWDEBUG_MEM=no
#Log Locks
GSWDEBUG_LOCK=no
#Deep logs
GSWDEBUG_DEEP=no
# Default (generated by configure)
ifeq ($(gswnames),)
gswnames=@GSWNAMES@
endif