/[PAMELA software]/yoda/configure.in
ViewVC logotype

Diff of /yoda/configure.in

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

revision 4.0 by kusanagi, Sun Mar 6 04:33:01 2005 UTC revision 6.0 by kusanagi, Tue Feb 7 17:10:40 2006 UTC
# Line 7  dnl this will be called in the all the o Line 7  dnl this will be called in the all the o
7  AC_INIT(event/PamelaRun.h)  AC_INIT(event/PamelaRun.h)
8    
9  dnl Adds several standard checks. It takes the program name and version number as arguments.  dnl Adds several standard checks. It takes the program name and version number as arguments.
10  AM_INIT_AUTOMAKE([yoda],[4.0.0])  AM_INIT_AUTOMAKE([yoda],[4.2.4])
11    
12  dnl Indicates that you will be using a config.h file  dnl Indicates that you will be using a config.h file
13  dnl config.h will be generated by AUTOCONF using a confing.h.in file  dnl config.h will be generated by AUTOCONF using a confing.h.in file
# Line 73  AC_ARG_WITH(root, Line 73  AC_ARG_WITH(root,
73    
74  ROOT_LIBRARY="${ROOTSYS}/lib"  ROOT_LIBRARY="${ROOTSYS}/lib"
75    
76  ROOT_LDFLAGS="                                                          \  ROOT_LDFLAGS="                                                  \
77  ${ROOT_LIBRARY}/libCint.so          ${ROOT_LIBRARY}/libCore.so          \  ${ROOT_LIBRARY}/libCint.so          ${ROOT_LIBRARY}/libCore.so  \
78  ${ROOT_LIBRARY}/libMatrix.so        ${ROOT_LIBRARY}/libHist.so          \  ${ROOT_LIBRARY}/libTree.so                                      \
 ${ROOT_LIBRARY}/libTree.so          ${ROOT_LIBRARY}/libGraf.so          \  
 ${ROOT_LIBRARY}/libGraf3d.so        ${ROOT_LIBRARY}/libGpad.so          \  
 ${ROOT_LIBRARY}/libGui.so           ${ROOT_LIBRARY}/libMinuit.so        \  
 ${ROOT_LIBRARY}/libHistPainter.so   ${ROOT_LIBRARY}/libTreePlayer.so    \  
 ${ROOT_LIBRARY}/libTreeViewer.so    ${ROOT_LIBRARY}/libProof.so         \  
 ${ROOT_LIBRARY}/libProofGui.so      ${ROOT_LIBRARY}/libPhysics.so       \  
 ${ROOT_LIBRARY}/libRint.so          ${ROOT_LIBRARY}/libHtml.so          \  
 ${ROOT_LIBRARY}/libEG.so            ${ROOT_LIBRARY}/libGeom.so          \  
 ${ROOT_LIBRARY}/libGeomPainter.so   ${ROOT_LIBRARY}/libVMC.so           \  
 ${ROOT_LIBRARY}/libFumili.so        ${ROOT_LIBRARY}/libMLP.so           \  
 ${ROOT_LIBRARY}/libGedOld.so        ${ROOT_LIBRARY}/libGed.so           \  
 ${ROOT_LIBRARY}/libQuadp.so                 \  
 ${ROOT_LIBRARY}/libGX11.so          ${ROOT_LIBRARY}/libGX11TTF.so       \  
 ${ROOT_LIBRARY}/libX3d.so                  \  
 ${ROOT_LIBRARY}/libASImage.so       \  
 ${ROOT_LIBRARY}/libThread.so        ${ROOT_LIBRARY}/libRXML.so          \  
79   -ldl"   -ldl"
80    
81    
# Line 117  AC_ARG_WITH(log4cxx, Line 101  AC_ARG_WITH(log4cxx,
101    [--with-log4cxx=path Use the specified directroy for log4cxx],    [--with-log4cxx=path Use the specified directroy for log4cxx],
102    LOG4CXX=$with_log4cxx,)    LOG4CXX=$with_log4cxx,)
103  LOG4CXX_INCLUDES="-I${LOG4CXX}/include"  LOG4CXX_INCLUDES="-I${LOG4CXX}/include"
104    AC_SUBST(LOG4CXX_INCLUDES)
105    #------------------------------------------------------------
106    AC_ARG_WITH(log4cxx,
107      [--with-log4cxx=path Use the specified directroy for log4cxx],
108      LOG4CXX=$with_log4cxx,)
109    
110    LOG4CXX_LIBRARY="${LOG4CXX}/lib"
111    LOG4CXX_INCLUDES="-I${LOG4CXX}/include"
112    LOG4CXX_LDFLAGS=" ${LOG4CXX_LIBRARY}/liblog4cxx.so "
113    
114    AC_SUBST(LOG4CXX_INCLUDES)
115    AC_SUBST(LOG4CXX_LDFLAGS)
116    AC_SUBST(LOG4CXX_LIBRARY)
117    #------------------------------------------------------------
118    
119    
120    
121  dnl Checks for header files.  dnl Checks for header files.
122  AC_HEADER_STDC  AC_HEADER_STDC

Legend:
Removed from v.4.0  
changed lines
  Added in v.6.0

  ViewVC Help
Powered by ViewVC 1.1.23