mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Renamed variables from NeXT... to NEXTSTEP.
Added GNUSTEP variables. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@74 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
73d5ff2de0
commit
d1de83c346
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ if test $NeXTCC = 0; then
|
||||||
#endif], NeXTSTEP=0, NeXTSTEP=1)
|
#endif], NeXTSTEP=0, NeXTSTEP=1)
|
||||||
if test $NeXTSTEP = 0; then
|
if test $NeXTSTEP = 0; then
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
INSTALL_OBJS='$(GNU_OBJS) $(NeXT_OBJS)'
|
INSTALL_OBJS='$(GNU_OBJS) $(NEXTSTEP_OBJS) $(GNUSTEP_OBJS)'
|
||||||
INSTALL_HEADERS='$(GNU_HEADERS) $(NEXTSTEP_HEADERS) $(GNUSTEP_HEADERS)'
|
INSTALL_HEADERS='$(GNU_HEADERS) $(NEXTSTEP_HEADERS) $(GNUSTEP_HEADERS)'
|
||||||
NEXT_INCLUDES='$(OBJECTS_NEXT_INCLUDES)'
|
NEXT_INCLUDES='$(OBJECTS_NEXT_INCLUDES)'
|
||||||
NeXT_runtime=0
|
NeXT_runtime=0
|
||||||
|
@ -105,7 +105,7 @@ if test $NeXTCC = 0; then
|
||||||
CC="$CC -fgnu-runtime"
|
CC="$CC -fgnu-runtime"
|
||||||
# Get objc/List.h, etc. files from libobjects.
|
# Get objc/List.h, etc. files from libobjects.
|
||||||
NEXT_INCLUDES='$(OBJECTS_NEXT_INCLUDES)'
|
NEXT_INCLUDES='$(OBJECTS_NEXT_INCLUDES)'
|
||||||
INSTALL_OBJS='$(GNU_OBJS) $(NeXT_OBJS)'
|
INSTALL_OBJS='$(GNU_OBJS) $(NeXT_OBJS) $(GNUSTEP_OBJS)'
|
||||||
INSTALL_HEADERS='$(GNU_HEADERS) $(NEXTSTEP_HEADERS) $(GNUSTEP_HEADERS)'
|
INSTALL_HEADERS='$(GNU_HEADERS) $(NEXTSTEP_HEADERS) $(GNUSTEP_HEADERS)'
|
||||||
NeXT_cc=0
|
NeXT_cc=0
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue