dbertoni 01/12/13 09:22:59
Modified: c/src Makefile.in
Log:
Removed tests for STLPORTROOT.
Revision Changes Path
1.70 +0 -10 xml-xalan/c/src/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- Makefile.in 2001/12/10 21:22:57 1.69
+++ Makefile.in 2001/12/13 17:22:58 1.70
@@ -242,11 +242,6 @@
else
- ifndef STLPORTROOT
- nostlportroot:
- @echo STLPORTROOT must be defined
- endif
-
PLATFORM_COMPILE_OPTIONS = -D${PLATFORM} -D_THREAD_SAFE
ALLLIBS = ${LIBS} -L/usr/lib
CC1 = $(CXX) $(CXXFLAGS) $(PLATFORM_COMPILE_OPTIONS)
-I${STLPORTROOT}/stlport
@@ -264,11 +259,6 @@
#=============== OS390 SPECIFIC OPTIONS =========================
ifeq ($(PLATFORM), OS390)
-
- ifndef STLPORTROOT
- nostlportroot:
- @echo STLPORTROOT must be defined
- endif
SUPPORTED = TRUE
PLATFORM_COMPILE_OPTIONS =-Wc,dll -W0,"langlvl(extended),float(ieee)"
-D${PLATFORM} -D_OPEN_THREADS -D_XOPEN_SOURCE_EXTENDED
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]