You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by au...@locus.apache.org on 2000/11/29 18:55:19 UTC

cvs commit: xml-xalan/c/src Makefile.in

auriemma    00/11/29 09:55:17

  Modified:    c/src    Makefile.in
  Log:
  HP port based on work from Trevor Smigiel .
  
  Revision  Changes    Path
  1.21      +20 -1     xml-xalan/c/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- Makefile.in	2000/10/11 21:13:29	1.20
  +++ Makefile.in	2000/11/29 17:55:11	1.21
  @@ -55,6 +55,9 @@
   # 
   #
   # $Log: Makefile.in,v $
  +# Revision 1.21  2000/11/29 17:55:11  auriemma
  +# HP port based on work from Trevor Smigiel .
  +#
   # Revision 1.20  2000/10/11 21:13:29  auriemma
   # Reordered members and added -Wall as recommended by Nile Geisinger.
   #
  @@ -179,6 +182,22 @@
   
   endif
   
  +#=============== HPUX SPECIFIC OPTIONS =========================
  +ifeq ($(PLATFORM), HPUX)
  +
  +SUPPORTED = TRUE
  +PLATFORM_COMPILE_OPTIONS = +Z -D${PLATFORM} -D_THREAD_SAFE
  +ALLLIBS = ${LIBS}
  +SHLIBSUFFIX=.sl
  +CC1 = $(CXX) $(CXXFLAGS) $(PLATFORM_COMPILE_OPTIONS)
  +CC2 = $(CXX) $(PLATFORM_COMPILE_OPTIONS)
  +MAKE_SHARED = $(CXX) -b +Z
  +LINK = $(CXX) $(CXXFLAGS) $(PLATFORM_COMPILE_OPTIONS)
  +
  +
  +endif
  +
  +
   #=============== SOLARIS SPECIFIC OPTIONS =========================
   ifeq ($(PLATFORM), SOLARIS)
   
  @@ -223,7 +242,7 @@
   
   ifndef SUPPORTED
   nogood:
  -	@echo Linux Solaris and AIX are the only unix platforms supported.
  +	@echo Linux Solaris AIX and HPUX are the only unix platforms supported.
   endif
   
   # We need the Xerces library