/[ascend]/trunk/base/generic/ConfigAscend.in
ViewVC logotype

Diff of /trunk/base/generic/ConfigAscend.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 140 by ben.allan, Thu Mar 3 07:19:05 2005 UTC revision 141 by johnpye, Thu Dec 22 02:16:37 2005 UTC
# Line 268  HAVE_PACKAGES = -DSTATIC_PACKAGES Line 268  HAVE_PACKAGES = -DSTATIC_PACKAGES
268  #  to where your external packages exist. If dynamically linked or  #  to where your external packages exist. If dynamically linked or
269  #  if you are building with NO_PACKAGES, leave PACK_LIBS empty.  #  if you are building with NO_PACKAGES, leave PACK_LIBS empty.
270  #  #
271  PACK_LIBS = ../archive/libpackages.a  PACK_LIBS = ../archive/libascpackages.a
272  #PACK_LIBS =  #PACK_LIBS =
273    
274  #  The default behavor is to have packages, so if you don't want  #  The default behavor is to have packages, so if you don't want
# Line 539  ASC_INCS = -I@fullpathsrcdir@/../generic Line 539  ASC_INCS = -I@fullpathsrcdir@/../generic
539    
540  #  library files for ascend  #  library files for ascend
541  #  #
542  #AWW20041206: ASC_LIBS = ../archive/libascif.a ../archive/libasc.a ../archive/libsolver.a \  ASC_LIB_STEMS=if compiler solver utilities general
543  #AWW20041206:     ../archive/libutils.a ../archive/libgeneral.a $(PACK_LIBS)  ASC_LIBS=$(ASC_LIB_STEMS:%=../archive/libasc%.a) $(PACK_LIBS)
544  ASC_LIBS = ../archive/libascif.a \  
            ../archive/libasc.a   \  
            ../archive/libsolver.a\  
            ../archive/libutils.a \  
            ../archive/libgeneral.a $(PACK_LIBS)  
545  #  The time/place stamp for the executable.  #  The time/place stamp for the executable.
546  #  Reverse the comment flags if your cpp doesn't understand it  #  Reverse the comment flags if your cpp doesn't understand it
547  #  #

Legend:
Removed from v.140  
changed lines
  Added in v.141

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22