mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-19 10:01:05 +00:00
* ported to OS X (beta) * depricated GSW naming git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30215 72102866-910b-0410-8b05-ffd578937521
42 lines
594 B
Makefile
42 lines
594 B
Makefile
#
|
|
#
|
|
#
|
|
DYNAMIC_LINKER=simple
|
|
#GDL2=@GDL2@
|
|
AUX_LIBS=@AUX_LIBS@
|
|
|
|
|
|
#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
|
|
|
|
#Debug elmentIDs logs and asserts
|
|
GSWDEBUG_ELEMENTSIDS=no
|
|
|
|
# use WO Names. Others are depricated. -- dw
|
|
gswnames=wo
|
|
|
|
# Default (generated by configure)
|
|
ifeq ($(gswnames),)
|
|
gswnames=@GSWNAMES@
|
|
endif
|
|
|