mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
configurations. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17240 72102866-910b-0410-8b05-ffd578937521
27 lines
440 B
Makefile
27 lines
440 B
Makefile
#
|
|
# Extra make variables for base library
|
|
#
|
|
|
|
WHOAMI=@WHOAMI@
|
|
|
|
DYNAMIC_LINKER=@DYNAMIC_LINKER@
|
|
|
|
HAVE_LIBXML=@HAVE_LIBXML@
|
|
|
|
WITH_FFI=@WITH_FFI@
|
|
|
|
NX_CONST_STRING_CLASS=@NX_CONST_STRING_CLASS@
|
|
|
|
HAVE_PTHREAD_H=@HAVE_PTHREAD_H@
|
|
|
|
CONFIG_SYSTEM_INCL += @INCLUDE_FLAGS@
|
|
ifeq ($(shared),yes)
|
|
CONFIG_SYSTEM_LIBS += @LIBS@
|
|
endif
|
|
|
|
# Default to building only -baseadd
|
|
# on non *-gnu-* library combos
|
|
ifneq ($(FOUNDATION_LIB),gnu)
|
|
add=yes
|
|
base=no
|
|
endif
|