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

Diff of /yoda/configure.in

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

revision 2.4 by kusanagi, Sat Jan 29 00:26:30 2005 UTC revision 5.1 by kusanagi, Sat Feb 4 12:37:42 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],[0.1.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 52  AC_PROG_INSTALL Line 52  AC_PROG_INSTALL
52    
53  dnl This will allow you to build code in sub-directories into temporary libraries,  dnl This will allow you to build code in sub-directories into temporary libraries,
54  dnl which MAKE will then link in with the rest of the code  dnl which MAKE will then link in with the rest of the code
55  AC_PROG_RANLIB  dnl AC_PROG_RANLIB
56    
57    
58  AC_PROG_MAKE_SET  AC_PROG_MAKE_SET
# 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}/libRGL.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
# Line 135  dnl ------------------makes for Packets Line 135  dnl ------------------makes for Packets
135   event/arrDump/Makefile                 \   event/arrDump/Makefile                 \
136   event/tabDump/Makefile                 \   event/tabDump/Makefile                 \
137   event/varDump/Makefile                 \   event/varDump/Makefile                 \
138     event/tsbt/Makefile                    \
139     event/tsbb/Makefile                    \
140     event/endrun/Makefile                  \
141   event/physics/Makefile                 \   event/physics/Makefile                 \
142   event/physics/tracker/Makefile         \   event/physics/tracker/Makefile         \
143   event/physics/anticounter/Makefile     \   event/physics/anticounter/Makefile     \

Legend:
Removed from v.2.4  
changed lines
  Added in v.5.1

  ViewVC Help
Powered by ViewVC 1.1.23