Changeset 10200
- Timestamp:
- 03/02/11 10:10:40 (14 years ago)
- Location:
- trunk/FACT++
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/Makefile.in
r10190 r10200 39 39 host_triplet = @host@ 40 40 DIST_COMMON = README $(am__configure_deps) $(dist_noinst_SCRIPTS) \ 41 $(libDim Cpp_la_HEADERS) $(libDim_la_HEADERS) \41 $(libDim___la_HEADERS) $(libDim_la_HEADERS) \ 42 42 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 43 43 $(srcdir)/aminclude.am $(top_srcdir)/configure \ … … 55 55 $(top_srcdir)/.macro_dir/ltversion.m4 \ 56 56 $(top_srcdir)/.macro_dir/lt~obsolete.m4 \ 57 $(top_srcdir)/.macro_dir/mysql++_devel.m4 \ 58 $(top_srcdir)/.macro_dir/mysql_devel.m4 \ 57 59 $(top_srcdir)/configure.ac 58 60 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ … … 85 87 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 86 88 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ 87 "$(DESTDIR)$(libDim Cpp_ladir)" "$(DESTDIR)$(libDim_ladir)"89 "$(DESTDIR)$(libDim___ladir)" "$(DESTDIR)$(libDim_ladir)" 88 90 LTLIBRARIES = $(lib_LTLIBRARIES) 89 91 libConfiguration_la_LIBADD = … … 94 96 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 95 97 am__v_lt_0 = --silent 98 libDim___la_LIBADD = 99 am_libDim___la_OBJECTS = dim_v19r15/src/diccpp.lo \ 100 dim_v19r15/src/dimcpp.lo dim_v19r15/src/tokenstring.lo \ 101 dim_v19r15/src/discpp.lo 102 libDim___la_OBJECTS = $(am_libDim___la_OBJECTS) 96 103 libDim_la_LIBADD = 97 104 am_libDim_la_OBJECTS = dim_v19r15/src/dic.lo dim_v19r15/src/dis.lo \ … … 103 110 dim_v19r15/src/dim_thr.lo dim_v19r15/src/utilities.lo 104 111 libDim_la_OBJECTS = $(am_libDim_la_OBJECTS) 105 libDimCpp_la_LIBADD =106 am_libDimCpp_la_OBJECTS = dim_v19r15/src/diccpp.lo \107 dim_v19r15/src/dimcpp.lo dim_v19r15/src/tokenstring.lo \108 dim_v19r15/src/discpp.lo109 libDimCpp_la_OBJECTS = $(am_libDimCpp_la_OBJECTS)110 112 libStateMachine_la_LIBADD = 111 113 am_libStateMachine_la_OBJECTS = src/EventImp.lo src/Event.lo \ … … 130 132 src/LocalControl.$(OBJEXT) 131 133 dclient5_OBJECTS = $(am_dclient5_OBJECTS) 132 dclient5_DEPENDENCIES = libDim.la libDim Cpp.la libTools.la libTime.la \134 dclient5_DEPENDENCIES = libDim.la libDim++.la libTools.la libTime.la \ 133 135 libStateMachine.la libConfiguration.la 134 136 am_did_OBJECTS = dim_v19r15/src/did/did-did.$(OBJEXT) \ … … 142 144 dserver2_OBJECTS = $(am_dserver2_OBJECTS) 143 145 dserver2_DEPENDENCIES = libTime.la libTools.la libStateMachine.la \ 144 libDim.la libDim Cpp.la146 libDim.la libDim++.la 145 147 am_log_OBJECTS = src/log.$(OBJEXT) 146 148 log_OBJECTS = $(am_log_OBJECTS) 147 log_DEPENDENCIES = libTime.la libTools.la libDim.la libDim Cpp.la \149 log_DEPENDENCIES = libTime.la libTools.la libDim.la libDim++.la \ 148 150 libStateMachine.la 149 151 am_logtime_OBJECTS = src/logtime.$(OBJEXT) 150 152 logtime_OBJECTS = $(am_logtime_OBJECTS) 151 153 logtime_DEPENDENCIES = libStateMachine.la libTools.la libTime.la \ 152 libDim.la libDim Cpp.la154 libDim.la libDim++.la 153 155 am_test3_OBJECTS = src/test3.$(OBJEXT) src/RemoteControl.$(OBJEXT) 154 156 test3_OBJECTS = $(am_test3_OBJECTS) 155 157 test3_DEPENDENCIES = libStateMachine.la libTools.la libTime.la \ 156 libDim.la libDim Cpp.la libConfiguration.la158 libDim.la libDim++.la libConfiguration.la 157 159 am_time_OBJECTS = src/time.$(OBJEXT) 158 160 time_OBJECTS = $(am_time_OBJECTS) … … 201 203 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 202 204 am__v_GEN_0 = @echo " GEN " $@; 203 SOURCES = $(libConfiguration_la_SOURCES) $(libDim_ la_SOURCES) \204 $(libDim Cpp_la_SOURCES) $(libStateMachine_la_SOURCES) \205 SOURCES = $(libConfiguration_la_SOURCES) $(libDim___la_SOURCES) \ 206 $(libDim_la_SOURCES) $(libStateMachine_la_SOURCES) \ 205 207 $(libTime_la_SOURCES) $(libTools_la_SOURCES) $(argv_SOURCES) \ 206 208 $(dclient5_SOURCES) $(did_SOURCES) $(dns_SOURCES) \ 207 209 $(dserver2_SOURCES) $(log_SOURCES) $(logtime_SOURCES) \ 208 210 $(test3_SOURCES) $(time_SOURCES) 209 DIST_SOURCES = $(libConfiguration_la_SOURCES) $(libDim_ la_SOURCES) \210 $(libDim Cpp_la_SOURCES) $(libStateMachine_la_SOURCES) \211 DIST_SOURCES = $(libConfiguration_la_SOURCES) $(libDim___la_SOURCES) \ 212 $(libDim_la_SOURCES) $(libStateMachine_la_SOURCES) \ 211 213 $(libTime_la_SOURCES) $(libTools_la_SOURCES) $(argv_SOURCES) \ 212 214 $(dclient5_SOURCES) $(did_SOURCES) $(dns_SOURCES) \ 213 215 $(dserver2_SOURCES) $(log_SOURCES) $(logtime_SOURCES) \ 214 216 $(test3_SOURCES) $(time_SOURCES) 215 HEADERS = $(libDim Cpp_la_HEADERS) $(libDim_la_HEADERS)217 HEADERS = $(libDim___la_HEADERS) $(libDim_la_HEADERS) 216 218 ETAGS = etags 217 219 CTAGS = ctags … … 304 306 MAKEINFO = @MAKEINFO@ 305 307 MKDIR_P = @MKDIR_P@ 308 MYSQLPP_INC_DIR = @MYSQLPP_INC_DIR@ 309 MYSQLPP_LIB_DIR = @MYSQLPP_LIB_DIR@ 310 MYSQL_C_INC_DIR = @MYSQL_C_INC_DIR@ 311 MYSQL_C_LIB_DIR = @MYSQL_C_LIB_DIR@ 312 MYSQL_C_LIB_NAME = @MYSQL_C_LIB_NAME@ 306 313 NM = @NM@ 307 314 NMEDIT = @NMEDIT@ … … 318 325 PACKAGE_VERSION = @PACKAGE_VERSION@ 319 326 PATH_SEPARATOR = @PATH_SEPARATOR@ 327 PTHREAD_CC = @PTHREAD_CC@ 328 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 329 PTHREAD_LIBS = @PTHREAD_LIBS@ 320 330 RANLIB = @RANLIB@ 321 331 SED = @SED@ … … 331 341 ac_ct_CXX = @ac_ct_CXX@ 332 342 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 343 acx_pthread_config = @acx_pthread_config@ 333 344 am__include = @am__include@ 334 345 am__leading_dot = @am__leading_dot@ … … 407 418 AM_CPPFLAGS = \ 408 419 -O3 -Wall -Winit-self -Wpointer-arith -Wcast-align -Wextra -Wformat=2 \ 409 -Idim_v19r15/dim $(DIM_FLAGS) 420 -Idim_v19r15/dim $(DIM_FLAGS) $(PTHREAD_CFLAGS) 410 421 411 422 AM_CXXFLAGS = $(AM_CPPFLAGS) -Woverloaded-virtual -Wshadow -std=c++0x … … 413 424 # -no-undefined 414 425 AM_LDFLAGS = -module -avoid-version \ 426 $(PTHREAD_CFLAGS) \ 427 -lmysqlpp \ 415 428 -lboost_system \ 416 429 -lboost_thread \ … … 418 431 -lboost_date_time \ 419 432 -lboost_program_options \ 420 -lboost_filesystem \ 421 -lmysqlpp 422 423 lib_LTLIBRARIES = libDim.la libDimCpp.la libTime.la libTools.la \ 433 -lboost_filesystem 434 435 lib_LTLIBRARIES = libDim.la libDim++.la libTime.la libTools.la \ 424 436 libConfiguration.la libStateMachine.la 425 437 … … 428 440 dist_noinst_SCRIPTS = autogen.sh 429 441 EXTRA_DIST = \ 442 Doxyfile \ 430 443 dim_v19r15/DIM_Performance.pdf \ 431 444 dim_v19r15/LICENSE.GPL \ … … 477 490 478 491 #libDimCpp_la_CXXFLAGS = $(AM_CXXFLAGS) $(DIM_FLAGS) 479 libDim Cpp_ladir =480 libDim Cpp_la_HEADERS = \492 libDim___ladir = 493 libDim___la_HEADERS = \ 481 494 dim_v19r15/dim/dic.hxx \ 482 495 dim_v19r15/dim/dim_core.hxx \ … … 487 500 dim_v19r15/dim/tokenstring.hxx 488 501 489 libDim Cpp_la_SOURCES = \502 libDim___la_SOURCES = \ 490 503 dim_v19r15/src/diccpp.cxx \ 491 504 dim_v19r15/src/dimcpp.cxx \ … … 518 531 libTools_la_SOURCES = src/tools.h src/tools.cc 519 532 dserver2_SOURCES = src/dserver2.cc 520 dserver2_LDADD = libTime.la libTools.la libStateMachine.la libDim.la libDim Cpp.la533 dserver2_LDADD = libTime.la libTools.la libStateMachine.la libDim.la libDim++.la 521 534 log_SOURCES = src/log.cc 522 log_LDADD = libTime.la libTools.la libDim.la libDim Cpp.la libStateMachine.la523 logtime_LDADD = libStateMachine.la libTools.la libTime.la libDim.la libDim Cpp.la535 log_LDADD = libTime.la libTools.la libDim.la libDim++.la libStateMachine.la 536 logtime_LDADD = libStateMachine.la libTools.la libTime.la libDim.la libDim++.la 524 537 logtime_SOURCES = src/logtime.cc 525 538 dclient5_SOURCES = src/dclient5.cc src/LocalControl.cc 526 dclient5_LDADD = libDim.la libDim Cpp.la libTools.la libTime.la libStateMachine.la \539 dclient5_LDADD = libDim.la libDim++.la libTools.la libTime.la libStateMachine.la \ 527 540 libConfiguration.la 528 541 … … 530 543 argv_LDADD = libConfiguration.la 531 544 test3_SOURCES = src/test3.cc src/RemoteControl.cc 532 test3_LDADD = libStateMachine.la libTools.la libTime.la libDim.la libDim Cpp.la libConfiguration.la545 test3_LDADD = libStateMachine.la libTools.la libTime.la libDim.la libDim++.la libConfiguration.la 533 546 time_SOURCES = src/time.cc 534 547 time_LDADD = libTime.la … … 618 631 @$(MKDIR_P) dim_v19r15/src/$(DEPDIR) 619 632 @: > dim_v19r15/src/$(DEPDIR)/$(am__dirstamp) 633 dim_v19r15/src/diccpp.lo: dim_v19r15/src/$(am__dirstamp) \ 634 dim_v19r15/src/$(DEPDIR)/$(am__dirstamp) 635 dim_v19r15/src/dimcpp.lo: dim_v19r15/src/$(am__dirstamp) \ 636 dim_v19r15/src/$(DEPDIR)/$(am__dirstamp) 637 dim_v19r15/src/tokenstring.lo: dim_v19r15/src/$(am__dirstamp) \ 638 dim_v19r15/src/$(DEPDIR)/$(am__dirstamp) 639 dim_v19r15/src/discpp.lo: dim_v19r15/src/$(am__dirstamp) \ 640 dim_v19r15/src/$(DEPDIR)/$(am__dirstamp) 641 libDim++.la: $(libDim___la_OBJECTS) $(libDim___la_DEPENDENCIES) 642 $(AM_V_CXXLD)$(CXXLINK) -rpath $(libdir) $(libDim___la_OBJECTS) $(libDim___la_LIBADD) $(LIBS) 620 643 dim_v19r15/src/dic.lo: dim_v19r15/src/$(am__dirstamp) \ 621 644 dim_v19r15/src/$(DEPDIR)/$(am__dirstamp) … … 648 671 libDim.la: $(libDim_la_OBJECTS) $(libDim_la_DEPENDENCIES) 649 672 $(AM_V_CCLD)$(LINK) -rpath $(libdir) $(libDim_la_OBJECTS) $(libDim_la_LIBADD) $(LIBS) 650 dim_v19r15/src/diccpp.lo: dim_v19r15/src/$(am__dirstamp) \651 dim_v19r15/src/$(DEPDIR)/$(am__dirstamp)652 dim_v19r15/src/dimcpp.lo: dim_v19r15/src/$(am__dirstamp) \653 dim_v19r15/src/$(DEPDIR)/$(am__dirstamp)654 dim_v19r15/src/tokenstring.lo: dim_v19r15/src/$(am__dirstamp) \655 dim_v19r15/src/$(DEPDIR)/$(am__dirstamp)656 dim_v19r15/src/discpp.lo: dim_v19r15/src/$(am__dirstamp) \657 dim_v19r15/src/$(DEPDIR)/$(am__dirstamp)658 libDimCpp.la: $(libDimCpp_la_OBJECTS) $(libDimCpp_la_DEPENDENCIES)659 $(AM_V_CXXLD)$(CXXLINK) -rpath $(libdir) $(libDimCpp_la_OBJECTS) $(libDimCpp_la_LIBADD) $(LIBS)660 673 src/EventImp.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) 661 674 src/Event.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) … … 1066 1079 distclean-libtool: 1067 1080 -rm -f libtool config.lt 1068 install-libDim Cpp_laHEADERS: $(libDimCpp_la_HEADERS)1081 install-libDim___laHEADERS: $(libDim___la_HEADERS) 1069 1082 @$(NORMAL_INSTALL) 1070 test -z "$(libDim Cpp_ladir)" || $(MKDIR_P) "$(DESTDIR)$(libDimCpp_ladir)"1071 @list='$(libDim Cpp_la_HEADERS)'; test -n "$(libDimCpp_ladir)" || list=; \1083 test -z "$(libDim___ladir)" || $(MKDIR_P) "$(DESTDIR)$(libDim___ladir)" 1084 @list='$(libDim___la_HEADERS)'; test -n "$(libDim___ladir)" || list=; \ 1072 1085 for p in $$list; do \ 1073 1086 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ … … 1075 1088 done | $(am__base_list) | \ 1076 1089 while read files; do \ 1077 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libDim Cpp_ladir)'"; \1078 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libDim Cpp_ladir)" || exit $$?; \1090 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libDim___ladir)'"; \ 1091 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libDim___ladir)" || exit $$?; \ 1079 1092 done 1080 1093 1081 uninstall-libDim Cpp_laHEADERS:1094 uninstall-libDim___laHEADERS: 1082 1095 @$(NORMAL_UNINSTALL) 1083 @list='$(libDim Cpp_la_HEADERS)'; test -n "$(libDimCpp_ladir)" || list=; \1096 @list='$(libDim___la_HEADERS)'; test -n "$(libDim___ladir)" || list=; \ 1084 1097 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 1085 1098 test -n "$$files" || exit 0; \ 1086 echo " ( cd '$(DESTDIR)$(libDim Cpp_ladir)' && rm -f" $$files ")"; \1087 cd "$(DESTDIR)$(libDim Cpp_ladir)" && rm -f $$files1099 echo " ( cd '$(DESTDIR)$(libDim___ladir)' && rm -f" $$files ")"; \ 1100 cd "$(DESTDIR)$(libDim___ladir)" && rm -f $$files 1088 1101 install-libDim_laHEADERS: $(libDim_la_HEADERS) 1089 1102 @$(NORMAL_INSTALL) … … 1312 1325 1313 1326 installdirs: 1314 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libDim Cpp_ladir)" "$(DESTDIR)$(libDim_ladir)"; do \1327 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libDim___ladir)" "$(DESTDIR)$(libDim_ladir)"; do \ 1315 1328 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 1316 1329 done … … 1370 1383 info-am: 1371 1384 1372 install-data-am: install-libDim Cpp_laHEADERS install-libDim_laHEADERS1385 install-data-am: install-libDim___laHEADERS install-libDim_laHEADERS 1373 1386 1374 1387 install-dvi: install-dvi-am … … 1418 1431 ps-am: 1419 1432 1420 uninstall-am: uninstall-binPROGRAMS uninstall-libDim Cpp_laHEADERS \1433 uninstall-am: uninstall-binPROGRAMS uninstall-libDim___laHEADERS \ 1421 1434 uninstall-libDim_laHEADERS uninstall-libLTLIBRARIES 1422 1435 … … 1433 1446 install-data-am install-dvi install-dvi-am install-exec \ 1434 1447 install-exec-am install-html install-html-am install-info \ 1435 install-info-am install-libDim Cpp_laHEADERS \1448 install-info-am install-libDim___laHEADERS \ 1436 1449 install-libDim_laHEADERS install-libLTLIBRARIES install-man \ 1437 1450 install-pdf install-pdf-am install-ps install-ps-am \ … … 1441 1454 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 1442 1455 tags uninstall uninstall-am uninstall-binPROGRAMS \ 1443 uninstall-libDim Cpp_laHEADERS uninstall-libDim_laHEADERS \1456 uninstall-libDim___laHEADERS uninstall-libDim_laHEADERS \ 1444 1457 uninstall-libLTLIBRARIES 1445 1458 … … 1492 1505 # $(pkg_verbose)cp $(srcdir)/foo.in $@ 1493 1506 1507 #$(MyAnalysisDS): $(MyAnalysisH) $(MyAnalysisL) 1508 # $(ROOTCINT) -f $@ -c -I$(top_builddir)/config $(INCLUDES) $^ 1509 # rootcint_files=`echo $@ | sed -ne 's/\(.*\)\..*/\1.cxx \1.h/p'` && \ 1510 # $(top_srcdir)/config/runsed $(top_srcdir)/config/rootcint.sed $$rootcint_files && \ 1511 # for i in $$rootcint_files; do \ 1512 # if test ! `diff $$i $(srcdir)/$$i >/dev/null 2>&1`; then \ 1513 # cp $$i $(srcdir)/; \ 1514 # fi; \ 1515 # done 1516 1494 1517 # Tell versions [3.59,3.63) of GNU make to not export all variables. 1495 1518 # Otherwise a system limit (for SysV at least) may be exceeded. -
trunk/FACT++/configure
r10190 r10200 747 747 LTLIBOBJS 748 748 LIBOBJS 749 ROOTSOVERSION 750 ROOTVERSION 751 ROOTRPATH 752 ROOTAUXCFLAGS 753 ROOTAUXLIBS 754 ROOTGLIBS 755 ROOTLIBS 756 ROOTCFLAGS 757 ROOTETCDIR 758 ROOTINCDIR 759 ROOTLIBDIR 760 ROOTCINT 761 ROOTEXEC 762 ROOTCONF 749 763 BOOST_THREAD_LIB 750 764 BOOST_SYSTEM_LIB … … 798 812 DX_DOXYGEN 799 813 DX_FLAG_doc 800 DX_ENV801 814 DX_DOCDIR 802 815 DX_CONFIG 803 816 DX_PROJECT 817 DX_ENV 804 818 AM_BACKSLASH 805 819 AM_DEFAULT_VERBOSITY … … 919 933 ac_user_opts=' 920 934 enable_option_checking 935 enable_shared 921 936 enable_static 922 enable_shared923 937 with_pic 924 938 enable_fast_install … … 946 960 with_boost_system 947 961 with_boost_thread 962 with_rootsys 948 963 with_mysqlpp_lib_path 949 964 ' … … 1582 1597 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1583 1598 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1584 --enable-static[=PKGS] build static libraries [default=no]1585 1599 --enable-shared[=PKGS] build shared libraries [default=yes] 1600 --enable-static[=PKGS] build static libraries [default=yes] 1586 1601 --enable-fast-install[=PKGS] 1587 1602 optimize for fast installation [default=yes] … … 1600 1615 file 1601 1616 --disable-doxygen-html don't generate doxygen plain HTML documentation 1602 -- disable-doxygen-ps don'tgenerate doxygen PostScript documentation1617 --enable-doxygen-ps generate doxygen PostScript documentation 1603 1618 --disable-doxygen-pdf don't generate doxygen PDF documentation 1604 1619 … … 1647 1662 to specify a certain library for the linker e.g. 1648 1663 --with-boost-thread=boost_thread-gcc-mt 1664 --with-rootsys top of the ROOT installation directory 1649 1665 1650 1666 --with-mysqlpp-lib-path location of the MySQL++ library, defaults to … … 3204 3220 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3205 3221 3222 #If output variable CXXFLAGS was not already set, set it to -g -O2 3206 3223 ac_ext=cpp 3207 3224 ac_cpp='$CXXCPP $CPPFLAGS' … … 4141 4158 lt_cv_nm_interface="BSD nm" 4142 4159 echo "int some_variable = 0;" > conftest.$ac_ext 4143 (eval echo "\"\$as_me:41 43: $ac_compile\"" >&5)4160 (eval echo "\"\$as_me:4160: $ac_compile\"" >&5) 4144 4161 (eval "$ac_compile" 2>conftest.err) 4145 4162 cat conftest.err >&5 4146 (eval echo "\"\$as_me:41 46: $NM \\\"conftest.$ac_objext\\\"\"" >&5)4163 (eval echo "\"\$as_me:4163: $NM \\\"conftest.$ac_objext\\\"\"" >&5) 4147 4164 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) 4148 4165 cat conftest.err >&5 4149 (eval echo "\"\$as_me:41 49: output\"" >&5)4166 (eval echo "\"\$as_me:4166: output\"" >&5) 4150 4167 cat conftest.out >&5 4151 4168 if $GREP 'External.*some_variable' conftest.out > /dev/null; then … … 5353 5370 *-*-irix6*) 5354 5371 # Find out which ABI we are using. 5355 echo '#line 53 55"configure"' > conftest.$ac_ext5372 echo '#line 5372 "configure"' > conftest.$ac_ext 5356 5373 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 5357 5374 (eval $ac_compile) 2>&5 … … 6783 6800 6784 6801 # Set options 6785 # Check whether --enable-static was given.6786 if test "${enable_static+set}" = set; then :6787 enableval=$enable_static; p=${PACKAGE-default}6788 case $enableval in6789 yes) enable_static=yes ;;6790 no) enable_static=no ;;6791 *)6792 enable_static=no6793 # Look at the argument we got. We use all the common list separators.6794 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"6795 for pkg in $enableval; do6796 IFS="$lt_save_ifs"6797 if test "X$pkg" = "X$p"; then6798 enable_static=yes6799 fi6800 done6801 IFS="$lt_save_ifs"6802 ;;6803 esac6804 else6805 enable_static=no6806 fi6807 6808 6809 6810 6811 6812 6813 6814 6802 6815 6803 … … 6844 6832 fi 6845 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 # Check whether --enable-static was given. 6843 if test "${enable_static+set}" = set; then : 6844 enableval=$enable_static; p=${PACKAGE-default} 6845 case $enableval in 6846 yes) enable_static=yes ;; 6847 no) enable_static=no ;; 6848 *) 6849 enable_static=no 6850 # Look at the argument we got. We use all the common list separators. 6851 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," 6852 for pkg in $enableval; do 6853 IFS="$lt_save_ifs" 6854 if test "X$pkg" = "X$p"; then 6855 enable_static=yes 6856 fi 6857 done 6858 IFS="$lt_save_ifs" 6859 ;; 6860 esac 6861 else 6862 enable_static=yes 6863 fi 6846 6864 6847 6865 … … 7281 7299 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7282 7300 -e 's:$: $lt_compiler_flag:'` 7283 (eval echo "\"\$as_me:7 283: $lt_compile\"" >&5)7301 (eval echo "\"\$as_me:7301: $lt_compile\"" >&5) 7284 7302 (eval "$lt_compile" 2>conftest.err) 7285 7303 ac_status=$? 7286 7304 cat conftest.err >&5 7287 echo "$as_me:7 287: \$? = $ac_status" >&57305 echo "$as_me:7305: \$? = $ac_status" >&5 7288 7306 if (exit $ac_status) && test -s "$ac_outfile"; then 7289 7307 # The compiler can only warn and ignore the option if not recognized … … 7620 7638 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7621 7639 -e 's:$: $lt_compiler_flag:'` 7622 (eval echo "\"\$as_me:76 22: $lt_compile\"" >&5)7640 (eval echo "\"\$as_me:7640: $lt_compile\"" >&5) 7623 7641 (eval "$lt_compile" 2>conftest.err) 7624 7642 ac_status=$? 7625 7643 cat conftest.err >&5 7626 echo "$as_me:76 26: \$? = $ac_status" >&57644 echo "$as_me:7644: \$? = $ac_status" >&5 7627 7645 if (exit $ac_status) && test -s "$ac_outfile"; then 7628 7646 # The compiler can only warn and ignore the option if not recognized … … 7725 7743 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7726 7744 -e 's:$: $lt_compiler_flag:'` 7727 (eval echo "\"\$as_me:77 27: $lt_compile\"" >&5)7745 (eval echo "\"\$as_me:7745: $lt_compile\"" >&5) 7728 7746 (eval "$lt_compile" 2>out/conftest.err) 7729 7747 ac_status=$? 7730 7748 cat out/conftest.err >&5 7731 echo "$as_me:77 31: \$? = $ac_status" >&57749 echo "$as_me:7749: \$? = $ac_status" >&5 7732 7750 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7733 7751 then … … 7780 7798 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7781 7799 -e 's:$: $lt_compiler_flag:'` 7782 (eval echo "\"\$as_me:7 782: $lt_compile\"" >&5)7800 (eval echo "\"\$as_me:7800: $lt_compile\"" >&5) 7783 7801 (eval "$lt_compile" 2>out/conftest.err) 7784 7802 ac_status=$? 7785 7803 cat out/conftest.err >&5 7786 echo "$as_me:7 786: \$? = $ac_status" >&57804 echo "$as_me:7804: \$? = $ac_status" >&5 7787 7805 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7788 7806 then … … 10164 10182 lt_status=$lt_dlunknown 10165 10183 cat > conftest.$ac_ext <<_LT_EOF 10166 #line 101 66"configure"10184 #line 10184 "configure" 10167 10185 #include "confdefs.h" 10168 10186 … … 10260 10278 lt_status=$lt_dlunknown 10261 10279 cat > conftest.$ac_ext <<_LT_EOF 10262 #line 102 62"configure"10280 #line 10280 "configure" 10263 10281 #include "confdefs.h" 10264 10282 … … 12216 12234 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12217 12235 -e 's:$: $lt_compiler_flag:'` 12218 (eval echo "\"\$as_me:122 18: $lt_compile\"" >&5)12236 (eval echo "\"\$as_me:12236: $lt_compile\"" >&5) 12219 12237 (eval "$lt_compile" 2>conftest.err) 12220 12238 ac_status=$? 12221 12239 cat conftest.err >&5 12222 echo "$as_me:122 22: \$? = $ac_status" >&512240 echo "$as_me:12240: \$? = $ac_status" >&5 12223 12241 if (exit $ac_status) && test -s "$ac_outfile"; then 12224 12242 # The compiler can only warn and ignore the option if not recognized … … 12315 12333 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12316 12334 -e 's:$: $lt_compiler_flag:'` 12317 (eval echo "\"\$as_me:123 17: $lt_compile\"" >&5)12335 (eval echo "\"\$as_me:12335: $lt_compile\"" >&5) 12318 12336 (eval "$lt_compile" 2>out/conftest.err) 12319 12337 ac_status=$? 12320 12338 cat out/conftest.err >&5 12321 echo "$as_me:123 21: \$? = $ac_status" >&512339 echo "$as_me:12339: \$? = $ac_status" >&5 12322 12340 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12323 12341 then … … 12367 12385 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12368 12386 -e 's:$: $lt_compiler_flag:'` 12369 (eval echo "\"\$as_me:123 69: $lt_compile\"" >&5)12387 (eval echo "\"\$as_me:12387: $lt_compile\"" >&5) 12370 12388 (eval "$lt_compile" 2>out/conftest.err) 12371 12389 ac_status=$? 12372 12390 cat out/conftest.err >&5 12373 echo "$as_me:123 73: \$? = $ac_status" >&512391 echo "$as_me:12391: \$? = $ac_status" >&5 12374 12392 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12375 12393 then … … 13341 13359 13342 13360 #AC_PATH_XTRA 13361 13343 13362 13344 13363 … … 14281 14300 14282 14301 14283 14302 ###################################################################### 14303 # DOXYGEN SUPPORT 14304 ###################################################################### 14305 14306 ### FIXME: Need a configure commandline switch 14307 DX_ENV="$DX_ENV EXTRACT_ALL='YES'" 14308 14309 DX_ENV="$DX_ENV RECURSIVE='YES'" 14310 14311 DX_ENV="$DX_ENV ALL_GRAPHS='NO'" 14312 # change to yet to switch on call(er) graphs 14313 14314 #DX_DOXYGEN_FEATURE(ON) 14315 #DX_DOT_FEATURE(ON) # sets HAVE_DOT 14316 #DX_HTML_FEATURE(ON) # sets GENERATE_HTML (default) 14317 #DX_CHM_FEATURE(ON|OFF) # sets GENERATE_HTMLHELP 14318 #DX_CHI_FEATURE(ON|OFF) # sets GENERATE_CHI 14319 #DX_MAN_FEATURE(ON) # sets GENERATE_MAN (segfaults) 14320 #DX_RTF_FEATURE(ON|OFF) # sets GENERATE_RTF 14321 #DX_XML_FEATURE(ON|OFF) # sets GENERATE_XML 14322 #DX_PDF_FEATURE(ON|OFF) # sets GENERATE_PDF (default) 14323 # sets GENERATE_PS (default) 14284 14324 14285 14325 14286 14326 # Files: 14287 DX_PROJECT= FACT++14327 DX_PROJECT=$PACKAGE_NAME 14288 14328 14289 14329 DX_CONFIG=Doxyfile … … 15300 15340 else 15301 15341 15302 DX_FLAG_ps= 115342 DX_FLAG_ps=0 15303 15343 15304 15344 … … 16199 16239 #echo DX_ENV=$DX_ENV 16200 16240 #, DOXYFILE-PATH, [OUTPUT-DIR]) 16201 #DX_DOXYGEN_FEATURE(ON)16202 #DX_DOT_FEATURE(ON)16203 #DX_HTML_FEATURE(ON)16204 #DX_CHM_FEATURE(ON|OFF)16205 #DX_CHI_FEATURE(ON|OFF)16206 16207 #DX_RTF_FEATURE(ON|OFF)16208 #DX_XML_FEATURE(ON|OFF)16209 #DX_PDF_FEATURE(ON|OFF)16210 16211 DX_ENV="$DX_ENV EXTRACT_ALL='YES'"16212 16213 DX_ENV="$DX_ENV RECURSIVE='YES'"16214 16215 DX_ENV="$DX_ENV ALL_GRAPHS='NO'"16216 # change to yet to switch on call(er) graphs16217 16241 16218 16242 #USE_HTAGS = $(USE_HTAGS) 16243 16244 ###################################################################### 16245 # BOOST SUPPORT 16246 ###################################################################### 16219 16247 16220 16248 … … 18058 18086 #ax_boost_wserialization 18059 18087 18088 ###################################################################### 18089 # ROOT SUPPORT 18090 ###################################################################### 18091 18092 #ROOT_PATH([5.12/00, [ACTION-IF-FOUND, [ACTION-IF-NOT-FOUND]]]) 18093 18094 18095 # Check whether --with-rootsys was given. 18096 if test "${with_rootsys+set}" = set; then : 18097 withval=$with_rootsys; user_rootsys=$withval 18098 else 18099 user_rootsys="none" 18100 fi 18101 18102 if test ! x"$user_rootsys" = xnone; then 18103 rootbin="$user_rootsys/bin" 18104 elif test ! x"$ROOTSYS" = x ; then 18105 rootbin="$ROOTSYS/bin" 18106 else 18107 rootbin=$PATH 18108 fi 18109 # Extract the first word of "root-config ", so it can be a program name with args. 18110 set dummy root-config ; ac_word=$2 18111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 18112 $as_echo_n "checking for $ac_word... " >&6; } 18113 if test "${ac_cv_path_ROOTCONF+set}" = set; then : 18114 $as_echo_n "(cached) " >&6 18115 else 18116 case $ROOTCONF in 18117 [\\/]* | ?:[\\/]*) 18118 ac_cv_path_ROOTCONF="$ROOTCONF" # Let the user override the test with a path. 18119 ;; 18120 *) 18121 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 18122 for as_dir in $rootbin 18123 do 18124 IFS=$as_save_IFS 18125 test -z "$as_dir" && as_dir=. 18126 for ac_exec_ext in '' $ac_executable_extensions; do 18127 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 18128 ac_cv_path_ROOTCONF="$as_dir/$ac_word$ac_exec_ext" 18129 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 18130 break 2 18131 fi 18132 done 18133 done 18134 IFS=$as_save_IFS 18135 18136 test -z "$ac_cv_path_ROOTCONF" && ac_cv_path_ROOTCONF="no" 18137 ;; 18138 esac 18139 fi 18140 ROOTCONF=$ac_cv_path_ROOTCONF 18141 if test -n "$ROOTCONF"; then 18142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ROOTCONF" >&5 18143 $as_echo "$ROOTCONF" >&6; } 18144 else 18145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 18146 $as_echo "no" >&6; } 18147 fi 18148 18149 18150 # Extract the first word of "root ", so it can be a program name with args. 18151 set dummy root ; ac_word=$2 18152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 18153 $as_echo_n "checking for $ac_word... " >&6; } 18154 if test "${ac_cv_path_ROOTEXEC+set}" = set; then : 18155 $as_echo_n "(cached) " >&6 18156 else 18157 case $ROOTEXEC in 18158 [\\/]* | ?:[\\/]*) 18159 ac_cv_path_ROOTEXEC="$ROOTEXEC" # Let the user override the test with a path. 18160 ;; 18161 *) 18162 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 18163 for as_dir in $rootbin 18164 do 18165 IFS=$as_save_IFS 18166 test -z "$as_dir" && as_dir=. 18167 for ac_exec_ext in '' $ac_executable_extensions; do 18168 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 18169 ac_cv_path_ROOTEXEC="$as_dir/$ac_word$ac_exec_ext" 18170 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 18171 break 2 18172 fi 18173 done 18174 done 18175 IFS=$as_save_IFS 18176 18177 test -z "$ac_cv_path_ROOTEXEC" && ac_cv_path_ROOTEXEC="no" 18178 ;; 18179 esac 18180 fi 18181 ROOTEXEC=$ac_cv_path_ROOTEXEC 18182 if test -n "$ROOTEXEC"; then 18183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ROOTEXEC" >&5 18184 $as_echo "$ROOTEXEC" >&6; } 18185 else 18186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 18187 $as_echo "no" >&6; } 18188 fi 18189 18190 18191 # Extract the first word of "rootcint ", so it can be a program name with args. 18192 set dummy rootcint ; ac_word=$2 18193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 18194 $as_echo_n "checking for $ac_word... " >&6; } 18195 if test "${ac_cv_path_ROOTCINT+set}" = set; then : 18196 $as_echo_n "(cached) " >&6 18197 else 18198 case $ROOTCINT in 18199 [\\/]* | ?:[\\/]*) 18200 ac_cv_path_ROOTCINT="$ROOTCINT" # Let the user override the test with a path. 18201 ;; 18202 *) 18203 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 18204 for as_dir in $rootbin 18205 do 18206 IFS=$as_save_IFS 18207 test -z "$as_dir" && as_dir=. 18208 for ac_exec_ext in '' $ac_executable_extensions; do 18209 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 18210 ac_cv_path_ROOTCINT="$as_dir/$ac_word$ac_exec_ext" 18211 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 18212 break 2 18213 fi 18214 done 18215 done 18216 IFS=$as_save_IFS 18217 18218 test -z "$ac_cv_path_ROOTCINT" && ac_cv_path_ROOTCINT="no" 18219 ;; 18220 esac 18221 fi 18222 ROOTCINT=$ac_cv_path_ROOTCINT 18223 if test -n "$ROOTCINT"; then 18224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ROOTCINT" >&5 18225 $as_echo "$ROOTCINT" >&6; } 18226 else 18227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 18228 $as_echo "no" >&6; } 18229 fi 18230 18231 18232 18233 if test ! x"$ROOTCONF" = "xno" && \ 18234 test ! x"$ROOTCINT" = "xno" ; then 18235 18236 # define some variables 18237 ROOTLIBDIR=`$ROOTCONF --libdir` 18238 ROOTINCDIR=`$ROOTCONF --incdir` 18239 ROOTETCDIR=`$ROOTCONF --etcdir` 18240 ROOTCFLAGS=`$ROOTCONF --noauxcflags --cflags` 18241 ROOTLIBS=`$ROOTCONF --noauxlibs --noldflags --libs` 18242 ROOTGLIBS=`$ROOTCONF --noauxlibs --noldflags --glibs` 18243 ROOTAUXCFLAGS=`$ROOTCONF --auxcflags` 18244 ROOTAUXLIBS=`$ROOTCONF --auxlibs` 18245 ROOTRPATH=$ROOTLIBDIR 18246 ROOTVERSION=`$ROOTCONF --version` 18247 ROOTSOVERSION=`dirname $ROOTVERSION` 18248 18249 if test 5.12/00 ; then 18250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking wether ROOT version >= 5.12/00" >&5 18251 $as_echo_n "checking wether ROOT version >= 5.12/00... " >&6; } 18252 vers=`$ROOTCONF --version | tr './' ' ' | awk 'BEGIN { FS = " "; } { printf "%d", ($''1 * 1000 + $''2) * 1000 + $''3;}'` 18253 requ=`echo 5.12/00 | tr './' ' ' | awk 'BEGIN { FS = " "; } { printf "%d", ($''1 * 1000 + $''2) * 1000 + $''3;}'` 18254 if test $vers -lt $requ ; then 18255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 18256 $as_echo "no" >&6; } 18257 no_root="yes" 18258 else 18259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 18260 $as_echo "yes" >&6; } 18261 fi 18262 fi 18263 else 18264 # otherwise, we say no_root 18265 no_root="yes" 18266 fi 18267 18268 18269 18270 18271 18272 18273 18274 18275 18276 18277 18278 18279 18280 if test "x$no_root" = "x" ; then 18281 : 18282 else 18283 : 18284 fi 18285 18286 # ROOTCONF full path to root-config 18287 # ROOTEXEC full path to root 18288 # ROOTCINT full path to rootcint 18289 # ROOTLIBDIR Where the ROOT libraries are 18290 # ROOTINCDIR Where the ROOT headers are 18291 # ROOTETCDIR Where the ROOT configuration is 18292 # ROOTCFLAGS Extra compiler flags 18293 # ROOTLIBS ROOT basic libraries 18294 # ROOTGLIBS ROOT basic + GUI libraries 18295 # ROOTAUXLIBS Auxilary libraries and linker flags for ROOT 18296 # ROOTAUXCFLAGS Auxilary compiler flags 18297 # ROOTRPATH Same as ROOTLIBDIR 18298 18060 18299 18061 18300 ac_ext=c … … 18536 18775 #AC_TYPE_PID_T 18537 18776 #AC_HEADER_STDC 18777 18778 18779 18780 ########################################################################## 18781 # debug compilation support 18782 ########################################################################## 18783 # 18784 #AC_MSG_CHECKING([whether to build with debug information]) 18785 #AC_ARG_ENABLE([debug], 18786 # [AS_HELP_STRING([--enable-debug], 18787 # [enable debug data generation (def=no)])], 18788 # [debugit="$enableval"], 18789 # [debugit=no]) 18790 #AC_MSG_RESULT([$debugit]) 18791 # 18792 #if test x"$debugit" = x"yes"; then 18793 # AC_DEFINE([DEBUG],[],[Debug Mode]) 18794 # AM_CXXFLAGS="$AM_CXXFLAGS -g -Wall -Werror -Wno-uninitialized -O0" 18795 #else 18796 # AC_DEFINE([NDEBUG],[],[No-debug Mode]) 18797 # AM_CXXFLAGS="$AM_CXXFLAGS -O3" 18798 #fi 18799 # 18800 ########################################################################### 18801 #To get the changed compiler flags distributed among your final Makefiles you have to add the following line somewhere afterwards: 18802 # 18803 #AC_SUBST([AM_CXXFLAGS]) 18804 18805 18806 18807 18808 18809 18810 18811 18812 18813 18814 18815 18538 18816 18539 18817 cat >confcache <<\_ACEOF … … 19364 19642 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`' 19365 19643 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`' 19644 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`' 19366 19645 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`' 19367 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'19368 19646 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`' 19369 19647 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`' … … 20200 20478 macro_revision=$macro_revision 20201 20479 20480 # Whether or not to build shared libraries. 20481 build_libtool_libs=$enable_shared 20482 20202 20483 # Whether or not to build static libraries. 20203 20484 build_old_libs=$enable_static 20204 20205 # Whether or not to build shared libraries.20206 build_libtool_libs=$enable_shared20207 20485 20208 20486 # What type of objects to build.
Note:
See TracChangeset
for help on using the changeset viewer.