File indexing completed on 2025-08-03 08:15:38
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
0021 am__make_running_with_option = \
0022 case $${target_option-} in \
0023 ?) ;; \
0024 *) echo "am__make_running_with_option: internal error: invalid" \
0025 "target option '$${target_option-}' specified" >&2; \
0026 exit 1;; \
0027 esac; \
0028 has_opt=no; \
0029 sane_makeflags=$$MAKEFLAGS; \
0030 if $(am__is_gnu_make); then \
0031 sane_makeflags=$$MFLAGS; \
0032 else \
0033 case $$MAKEFLAGS in \
0034 *\\[\ \ ]*) \
0035 bs=\\; \
0036 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
0037 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
0038 esac; \
0039 fi; \
0040 skip_next=no; \
0041 strip_trailopt () \
0042 { \
0043 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
0044 }; \
0045 for flg in $$sane_makeflags; do \
0046 test $$skip_next = yes && { skip_next=no; continue; }; \
0047 case $$flg in \
0048 *=*|--*) continue;; \
0049 -*I) strip_trailopt 'I'; skip_next=yes;; \
0050 -*I?*) strip_trailopt 'I';; \
0051 -*O) strip_trailopt 'O'; skip_next=yes;; \
0052 -*O?*) strip_trailopt 'O';; \
0053 -*l) strip_trailopt 'l'; skip_next=yes;; \
0054 -*l?*) strip_trailopt 'l';; \
0055 -[dEDm]) skip_next=yes;; \
0056 -[JT]) skip_next=yes;; \
0057 esac; \
0058 case $$flg in \
0059 *$$target_option*) has_opt=yes; break;; \
0060 esac; \
0061 done; \
0062 test $$has_opt = yes
0063 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
0064 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
0065 pkgdatadir = $(datadir)/recoinfoexport
0066 pkgincludedir = $(includedir)/recoinfoexport
0067 pkglibdir = $(libdir)/recoinfoexport
0068 pkglibexecdir = $(libexecdir)/recoinfoexport
0069 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
0070 install_sh_DATA = $(install_sh) -c -m 644
0071 install_sh_PROGRAM = $(install_sh) -c
0072 install_sh_SCRIPT = $(install_sh) -c
0073 INSTALL_HEADER = $(INSTALL_DATA)
0074 transform = $(program_transform_name)
0075 NORMAL_INSTALL = :
0076 PRE_INSTALL = :
0077 POST_INSTALL = :
0078 NORMAL_UNINSTALL = :
0079 PRE_UNINSTALL = :
0080 POST_UNINSTALL = :
0081 build_triplet = x86_64-unknown-linux-gnu
0082 host_triplet = x86_64-unknown-linux-gnu
0083 noinst_PROGRAMS = testexternals$(EXEEXT)
0084 subdir = .
0085 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
0086 $(top_srcdir)/configure $(am__configure_deps) depcomp \
0087 $(include_HEADERS) config.guess config.sub install-sh missing \
0088 ltmain.sh
0089 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
0090 am__aclocal_m4_deps = $(top_srcdir)/configure.in
0091 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
0092 $(ACLOCAL_M4)
0093 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
0094 configure.lineno config.status.lineno
0095 mkinstalldirs = $(install_sh) -d
0096 CONFIG_CLEAN_FILES =
0097 CONFIG_CLEAN_VPATH_FILES =
0098 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
0099 am__vpath_adj = case $$p in \
0100 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
0101 *) f=$$p;; \
0102 esac;
0103 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
0104 am__install_max = 40
0105 am__nobase_strip_setup = \
0106 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
0107 am__nobase_strip = \
0108 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
0109 am__nobase_list = $(am__nobase_strip_setup); \
0110 for p in $$list; do echo "$$p $$p"; done | \
0111 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
0112 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
0113 if (++n[$$2] == $(am__install_max)) \
0114 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
0115 END { for (dir in files) print dir, files[dir] }'
0116 am__base_list = \
0117 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
0118 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
0119 am__uninstall_files_from_dir = { \
0120 test -z "$$files" \
0121 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
0122 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
0123 $(am__cd) "$$dir" && rm -f $$files; }; \
0124 }
0125 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
0126 LTLIBRARIES = $(lib_LTLIBRARIES)
0127 libRecoInfoExport_la_DEPENDENCIES =
0128 am_libRecoInfoExport_la_OBJECTS = RecoInfoExport.lo \
0129 RecoInfoExport_Dict.lo
0130 libRecoInfoExport_la_OBJECTS = $(am_libRecoInfoExport_la_OBJECTS)
0131 AM_V_lt = $(am__v_lt_$(V))
0132 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
0133 am__v_lt_0 = --silent
0134 am__v_lt_1 =
0135 libRecoInfoExport_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
0136 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
0137 $(AM_CXXFLAGS) $(CXXFLAGS) $(libRecoInfoExport_la_LDFLAGS) \
0138 $(LDFLAGS) -o $@
0139 PROGRAMS = $(noinst_PROGRAMS)
0140 am_testexternals_OBJECTS = testexternals.$(OBJEXT)
0141 testexternals_OBJECTS = $(am_testexternals_OBJECTS)
0142 testexternals_DEPENDENCIES = libRecoInfoExport.la
0143 AM_V_P = $(am__v_P_$(V))
0144 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
0145 am__v_P_0 = false
0146 am__v_P_1 = :
0147 AM_V_GEN = $(am__v_GEN_$(V))
0148 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
0149 am__v_GEN_0 = @echo " GEN " $@;
0150 am__v_GEN_1 =
0151 AM_V_at = $(am__v_at_$(V))
0152 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
0153 am__v_at_0 = @
0154 am__v_at_1 =
0155 DEFAULT_INCLUDES = -I.
0156 depcomp = $(SHELL) $(top_srcdir)/depcomp
0157 am__depfiles_maybe = depfiles
0158 am__mv = mv -f
0159 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
0160 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
0161 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
0162 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
0163 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
0164 $(AM_CXXFLAGS) $(CXXFLAGS)
0165 AM_V_CXX = $(am__v_CXX_$(V))
0166 am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
0167 am__v_CXX_0 = @echo " CXX " $@;
0168 am__v_CXX_1 =
0169 CXXLD = $(CXX)
0170 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
0171 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
0172 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
0173 AM_V_CXXLD = $(am__v_CXXLD_$(V))
0174 am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
0175 am__v_CXXLD_0 = @echo " CXXLD " $@;
0176 am__v_CXXLD_1 =
0177 SOURCES = $(libRecoInfoExport_la_SOURCES) $(testexternals_SOURCES)
0178 DIST_SOURCES = $(libRecoInfoExport_la_SOURCES) \
0179 $(testexternals_SOURCES)
0180 am__can_run_installinfo = \
0181 case $$AM_UPDATE_INFO_DIR in \
0182 n|no|NO) false;; \
0183 *) (install-info --version) >/dev/null 2>&1;; \
0184 esac
0185 HEADERS = $(include_HEADERS)
0186 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
0187
0188
0189
0190 am__uniquify_input = $(AWK) '\
0191 BEGIN { nonempty = 0; } \
0192 { items[$$0] = 1; nonempty = 1; } \
0193 END { if (nonempty) { for (i in items) print i; }; } \
0194 '
0195
0196
0197
0198 am__define_uniq_tagged_files = \
0199 list='$(am__tagged_files)'; \
0200 unique=`for i in $$list; do \
0201 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
0202 done | $(am__uniquify_input)`
0203 ETAGS = etags
0204 CTAGS = ctags
0205 CSCOPE = cscope
0206 AM_RECURSIVE_TARGETS = cscope
0207 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
0208 distdir = $(PACKAGE)-$(VERSION)
0209 top_distdir = $(distdir)
0210 am__remove_distdir = \
0211 if test -d "$(distdir)"; then \
0212 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
0213 && rm -rf "$(distdir)" \
0214 || { sleep 5 && rm -rf "$(distdir)"; }; \
0215 else :; fi
0216 am__post_remove_distdir = $(am__remove_distdir)
0217 DIST_ARCHIVES = $(distdir).tar.gz
0218 GZIP_ENV = --best
0219 DIST_TARGETS = dist-gzip
0220 distuninstallcheck_listfiles = find . -type f -print
0221 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
0222 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
0223 distcleancheck_listfiles = find . -type f -print
0224 ACLOCAL = ${SHELL} /sphenix/u/weihuma/analysis/Test/RecoInfoExport/missing aclocal-1.13
0225 AMTAR = $${TAR-tar}
0226 AM_DEFAULT_VERBOSITY = 1
0227 AR = ar
0228 AUTOCONF = ${SHELL} /sphenix/u/weihuma/analysis/Test/RecoInfoExport/missing autoconf
0229 AUTOHEADER = ${SHELL} /sphenix/u/weihuma/analysis/Test/RecoInfoExport/missing autoheader
0230 AUTOMAKE = ${SHELL} /sphenix/u/weihuma/analysis/Test/RecoInfoExport/missing automake-1.13
0231 AWK = gawk
0232 CC = gcc
0233 CCDEPMODE = depmode=gcc3
0234 CFLAGS = -g -O2
0235 CPP = gcc -E
0236 CPPFLAGS =
0237 CXX = g++
0238 CXXCPP = g++ -E
0239 CXXDEPMODE = depmode=gcc3
0240 CXXFLAGS = -g -O2 -std=c++11 -Wall
0241 CYGPATH_W = echo
0242 DEFS = -DPACKAGE_NAME=\"RecoInfoExport\" -DPACKAGE_TARNAME=\"recoinfoexport\" -DPACKAGE_VERSION=\"1.00\" -DPACKAGE_STRING=\"RecoInfoExport\ 1.00\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"recoinfoexport\" -DVERSION=\"1.00\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
0243 DEPDIR = .deps
0244 DLLTOOL = false
0245 DSYMUTIL =
0246 DUMPBIN =
0247 ECHO_C =
0248 ECHO_N = -n
0249 ECHO_T =
0250 EGREP = /usr/bin/grep -E
0251 EXEEXT =
0252 FGREP = /usr/bin/grep -F
0253 GREP = /usr/bin/grep
0254 INSTALL = /usr/bin/install -c
0255 INSTALL_DATA = ${INSTALL} -m 644
0256 INSTALL_PROGRAM = ${INSTALL}
0257 INSTALL_SCRIPT = ${INSTALL}
0258 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
0259 LD = /usr/bin/ld -m elf_x86_64
0260 LDFLAGS = -Wl,--enable-new-dtags
0261 LIBOBJS =
0262 LIBS =
0263 LIBTOOL = $(SHELL) $(top_builddir)/libtool
0264 LIPO =
0265 LN_S = ln -s
0266 LTLIBOBJS =
0267 MAKEINFO = ${SHELL} /sphenix/u/weihuma/analysis/Test/RecoInfoExport/missing makeinfo
0268 MANIFEST_TOOL = :
0269 MKDIR_P = /usr/bin/mkdir -p
0270 NM = /usr/bin/nm -B
0271 NMEDIT =
0272 OBJDUMP = objdump
0273 OBJEXT = o
0274 OTOOL =
0275 OTOOL64 =
0276 PACKAGE = recoinfoexport
0277 PACKAGE_BUGREPORT =
0278 PACKAGE_NAME = RecoInfoExport
0279 PACKAGE_STRING = RecoInfoExport 1.00
0280 PACKAGE_TARNAME = recoinfoexport
0281 PACKAGE_URL =
0282 PACKAGE_VERSION = 1.00
0283 PATH_SEPARATOR = :
0284 RANLIB = ranlib
0285 SED = /usr/bin/sed
0286 SET_MAKE =
0287 SHELL = /bin/sh
0288 STRIP = strip
0289 VERSION = 1.00
0290 abs_builddir = /sphenix/u/weihuma/analysis/Test/RecoInfoExport
0291 abs_srcdir = /sphenix/u/weihuma/analysis/Test/RecoInfoExport
0292 abs_top_builddir = /sphenix/u/weihuma/analysis/Test/RecoInfoExport
0293 abs_top_srcdir = /sphenix/u/weihuma/analysis/Test/RecoInfoExport
0294 ac_ct_AR = ar
0295 ac_ct_CC = gcc
0296 ac_ct_CXX = g++
0297 ac_ct_DUMPBIN =
0298 am__include = include
0299 am__leading_dot = .
0300 am__quote =
0301 am__tar = $${TAR-tar} chof - "$$tardir"
0302 am__untar = $${TAR-tar} xf -
0303 bindir = ${exec_prefix}/bin
0304 build = x86_64-unknown-linux-gnu
0305 build_alias =
0306 build_cpu = x86_64
0307 build_os = linux-gnu
0308 build_vendor = unknown
0309 builddir = .
0310 datadir = ${datarootdir}
0311 datarootdir = ${prefix}/share
0312 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
0313 dvidir = ${docdir}
0314 exec_prefix = ${prefix}
0315 host = x86_64-unknown-linux-gnu
0316 host_alias =
0317 host_cpu = x86_64
0318 host_os = linux-gnu
0319 host_vendor = unknown
0320 htmldir = ${docdir}
0321 includedir = ${prefix}/include
0322 infodir = ${datarootdir}/info
0323 install_sh = ${SHELL} /sphenix/u/weihuma/analysis/Test/RecoInfoExport/install-sh
0324 libdir = ${exec_prefix}/lib
0325 libexecdir = ${exec_prefix}/libexec
0326 localedir = ${datarootdir}/locale
0327 localstatedir = ${prefix}/var
0328 mandir = ${datarootdir}/man
0329 mkdir_p = $(MKDIR_P)
0330 oldincludedir = /usr/include
0331 pdfdir = ${docdir}
0332 prefix = /usr/local
0333 program_transform_name = s,x,x,
0334 psdir = ${docdir}
0335 sbindir = ${exec_prefix}/sbin
0336 sharedstatedir = ${prefix}/com
0337 srcdir = .
0338 sysconfdir = ${prefix}/etc
0339 target_alias =
0340 top_build_prefix =
0341 top_builddir = .
0342 top_srcdir = .
0343 AUTOMAKE_OPTIONS = foreign
0344 INCLUDES = \
0345 -I$(includedir) \
0346 -I$(OFFLINE_MAIN)/include \
0347 -I`root-config --incdir`
0348
0349 libRecoInfoExport_la_LDFLAGS = \
0350 -nodefaultlibs \
0351 -L$(libdir) \
0352 -L$(OFFLINE_MAIN)/lib \
0353 `root-config --libs`
0354
0355 lib_LTLIBRARIES = \
0356 libRecoInfoExport.la
0357
0358 include_HEADERS = \
0359 RecoInfoExport.h \
0360 RecoInfoExportLinkDef.h
0361
0362 libRecoInfoExport_la_SOURCES = \
0363 RecoInfoExport.C \
0364 RecoInfoExport_Dict.C
0365
0366 libRecoInfoExport_la_LIBADD = \
0367 -lg4dst \
0368 -lg4eval \
0369 -lphool
0370
0371 BUILT_SOURCES = \
0372 testexternals.C
0373
0374 testexternals_LDADD = \
0375 libRecoInfoExport.la
0376
0377 testexternals_SOURCES = testexternals.C
0378 all: $(BUILT_SOURCES)
0379 $(MAKE) $(AM_MAKEFLAGS) all-am
0380
0381 .SUFFIXES:
0382 .SUFFIXES: .C .lo .o .obj
0383 am--refresh: Makefile
0384 @:
0385 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
0386 @for dep in $?; do \
0387 case '$(am__configure_deps)' in \
0388 *$$dep*) \
0389 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
0390 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
0391 && exit 0; \
0392 exit 1;; \
0393 esac; \
0394 done; \
0395 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
0396 $(am__cd) $(top_srcdir) && \
0397 $(AUTOMAKE) --foreign Makefile
0398 .PRECIOUS: Makefile
0399 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
0400 @case '$?' in \
0401 *config.status*) \
0402 echo ' $(SHELL) ./config.status'; \
0403 $(SHELL) ./config.status;; \
0404 *) \
0405 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
0406 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
0407 esac;
0408
0409 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
0410 $(SHELL) ./config.status --recheck
0411
0412 $(top_srcdir)/configure: $(am__configure_deps)
0413 $(am__cd) $(srcdir) && $(AUTOCONF)
0414 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
0415 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
0416 $(am__aclocal_m4_deps):
0417
0418 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
0419 @$(NORMAL_INSTALL)
0420 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
0421 list2=; for p in $$list; do \
0422 if test -f $$p; then \
0423 list2="$$list2 $$p"; \
0424 else :; fi; \
0425 done; \
0426 test -z "$$list2" || { \
0427 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
0428 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
0429 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
0430 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
0431 }
0432
0433 uninstall-libLTLIBRARIES:
0434 @$(NORMAL_UNINSTALL)
0435 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
0436 for p in $$list; do \
0437 $(am__strip_dir) \
0438 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
0439 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
0440 done
0441
0442 clean-libLTLIBRARIES:
0443 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
0444 @list='$(lib_LTLIBRARIES)'; \
0445 locs=`for p in $$list; do echo $$p; done | \
0446 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
0447 sort -u`; \
0448 test -z "$$locs" || { \
0449 echo rm -f $${locs}; \
0450 rm -f $${locs}; \
0451 }
0452
0453 libRecoInfoExport.la: $(libRecoInfoExport_la_OBJECTS) $(libRecoInfoExport_la_DEPENDENCIES) $(EXTRA_libRecoInfoExport_la_DEPENDENCIES)
0454 $(AM_V_CXXLD)$(libRecoInfoExport_la_LINK) -rpath $(libdir) $(libRecoInfoExport_la_OBJECTS) $(libRecoInfoExport_la_LIBADD) $(LIBS)
0455
0456 clean-noinstPROGRAMS:
0457 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
0458 echo " rm -f" $$list; \
0459 rm -f $$list || exit $$?; \
0460 test -n "$(EXEEXT)" || exit 0; \
0461 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
0462 echo " rm -f" $$list; \
0463 rm -f $$list
0464
0465 testexternals$(EXEEXT): $(testexternals_OBJECTS) $(testexternals_DEPENDENCIES) $(EXTRA_testexternals_DEPENDENCIES)
0466 @rm -f testexternals$(EXEEXT)
0467 $(AM_V_CXXLD)$(CXXLINK) $(testexternals_OBJECTS) $(testexternals_LDADD) $(LIBS)
0468
0469 mostlyclean-compile:
0470 -rm -f *.$(OBJEXT)
0471
0472 distclean-compile:
0473 -rm -f *.tab.c
0474
0475 include ./$(DEPDIR)/RecoInfoExport.Plo
0476 include ./$(DEPDIR)/RecoInfoExport_Dict.Plo
0477 include ./$(DEPDIR)/testexternals.Po
0478
0479 .C.o:
0480 $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
0481 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
0482
0483
0484
0485
0486 .C.obj:
0487 $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
0488 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
0489
0490
0491
0492
0493 .C.lo:
0494 $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
0495 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
0496
0497
0498
0499
0500 mostlyclean-libtool:
0501 -rm -f *.lo
0502
0503 clean-libtool:
0504 -rm -rf .libs _libs
0505
0506 distclean-libtool:
0507 -rm -f libtool config.lt
0508 install-includeHEADERS: $(include_HEADERS)
0509 @$(NORMAL_INSTALL)
0510 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
0511 if test -n "$$list"; then \
0512 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
0513 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
0514 fi; \
0515 for p in $$list; do \
0516 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
0517 echo "$$d$$p"; \
0518 done | $(am__base_list) | \
0519 while read files; do \
0520 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
0521 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
0522 done
0523
0524 uninstall-includeHEADERS:
0525 @$(NORMAL_UNINSTALL)
0526 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
0527 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
0528 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
0529
0530 ID: $(am__tagged_files)
0531 $(am__define_uniq_tagged_files); mkid -fID $$unique
0532 tags: tags-am
0533 TAGS: tags
0534
0535 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
0536 set x; \
0537 here=`pwd`; \
0538 $(am__define_uniq_tagged_files); \
0539 shift; \
0540 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
0541 test -n "$$unique" || unique=$$empty_fix; \
0542 if test $$
0543 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
0544 "$$@" $$unique; \
0545 else \
0546 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
0547 $$unique; \
0548 fi; \
0549 fi
0550 ctags: ctags-am
0551
0552 CTAGS: ctags
0553 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
0554 $(am__define_uniq_tagged_files); \
0555 test -z "$(CTAGS_ARGS)$$unique" \
0556 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
0557 $$unique
0558
0559 GTAGS:
0560 here=`$(am__cd) $(top_builddir) && pwd` \
0561 && $(am__cd) $(top_srcdir) \
0562 && gtags -i $(GTAGS_ARGS) "$$here"
0563 cscope: cscope.files
0564 test ! -s cscope.files \
0565 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
0566 clean-cscope:
0567 -rm -f cscope.files
0568 cscope.files: clean-cscope cscopelist
0569 cscopelist: cscopelist-am
0570
0571 cscopelist-am: $(am__tagged_files)
0572 list='$(am__tagged_files)'; \
0573 case "$(srcdir)" in \
0574 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
0575 *) sdir=$(subdir)/$(srcdir) ;; \
0576 esac; \
0577 for i in $$list; do \
0578 if test -f "$$i"; then \
0579 echo "$(subdir)/$$i"; \
0580 else \
0581 echo "$$sdir/$$i"; \
0582 fi; \
0583 done >> $(top_builddir)/cscope.files
0584
0585 distclean-tags:
0586 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
0587 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
0588
0589 distdir: $(DISTFILES)
0590 $(am__remove_distdir)
0591 test -d "$(distdir)" || mkdir "$(distdir)"
0592 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
0593 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
0594 list='$(DISTFILES)'; \
0595 dist_files=`for file in $$list; do echo $$file; done | \
0596 sed -e "s|^$$srcdirstrip/||;t" \
0597 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
0598 case $$dist_files in \
0599 */*) $(MKDIR_P) `echo "$$dist_files" | \
0600 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
0601 sort -u` ;; \
0602 esac; \
0603 for file in $$dist_files; do \
0604 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
0605 if test -d $$d/$$file; then \
0606 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
0607 if test -d "$(distdir)/$$file"; then \
0608 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
0609 fi; \
0610 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
0611 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
0612 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
0613 fi; \
0614 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
0615 else \
0616 test -f "$(distdir)/$$file" \
0617 || cp -p $$d/$$file "$(distdir)/$$file" \
0618 || exit 1; \
0619 fi; \
0620 done
0621 -test -n "$(am__skip_mode_fix)" \
0622 || find "$(distdir)" -type d ! -perm -755 \
0623 -exec chmod u+rwx,go+rx {} \; -o \
0624 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
0625 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
0626 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
0627 || chmod -R a+r "$(distdir)"
0628 dist-gzip: distdir
0629 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
0630 $(am__post_remove_distdir)
0631
0632 dist-bzip2: distdir
0633 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
0634 $(am__post_remove_distdir)
0635
0636 dist-lzip: distdir
0637 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
0638 $(am__post_remove_distdir)
0639
0640 dist-xz: distdir
0641 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
0642 $(am__post_remove_distdir)
0643
0644 dist-tarZ: distdir
0645 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
0646 $(am__post_remove_distdir)
0647
0648 dist-shar: distdir
0649 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
0650 $(am__post_remove_distdir)
0651
0652 dist-zip: distdir
0653 -rm -f $(distdir).zip
0654 zip -rq $(distdir).zip $(distdir)
0655 $(am__post_remove_distdir)
0656
0657 dist dist-all:
0658 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
0659 $(am__post_remove_distdir)
0660
0661
0662
0663
0664 distcheck: dist
0665 case '$(DIST_ARCHIVES)' in \
0666 *.tar.gz*) \
0667 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
0668 *.tar.bz2*) \
0669 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
0670 *.tar.lz*) \
0671 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
0672 *.tar.xz*) \
0673 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
0674 *.tar.Z*) \
0675 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
0676 *.shar.gz*) \
0677 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
0678 *.zip*) \
0679 unzip $(distdir).zip ;;\
0680 esac
0681 chmod -R a-w $(distdir)
0682 chmod u+w $(distdir)
0683 mkdir $(distdir)/_build $(distdir)/_inst
0684 chmod a-w $(distdir)
0685 test -d $(distdir)/_build || exit 0; \
0686 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
0687 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
0688 && am__cwd=`pwd` \
0689 && $(am__cd) $(distdir)/_build \
0690 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
0691 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
0692 $(DISTCHECK_CONFIGURE_FLAGS) \
0693 && $(MAKE) $(AM_MAKEFLAGS) \
0694 && $(MAKE) $(AM_MAKEFLAGS) dvi \
0695 && $(MAKE) $(AM_MAKEFLAGS) check \
0696 && $(MAKE) $(AM_MAKEFLAGS) install \
0697 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
0698 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
0699 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
0700 distuninstallcheck \
0701 && chmod -R a-w "$$dc_install_base" \
0702 && ({ \
0703 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
0704 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
0705 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
0706 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
0707 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
0708 } || { rm -rf "$$dc_destdir"; exit 1; }) \
0709 && rm -rf "$$dc_destdir" \
0710 && $(MAKE) $(AM_MAKEFLAGS) dist \
0711 && rm -rf $(DIST_ARCHIVES) \
0712 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
0713 && cd "$$am__cwd" \
0714 || exit 1
0715 $(am__post_remove_distdir)
0716 @(echo "$(distdir) archives ready for distribution: "; \
0717 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
0718 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
0719 distuninstallcheck:
0720 @test -n '$(distuninstallcheck_dir)' || { \
0721 echo 'ERROR: trying to run $@ with an empty' \
0722 '$$(distuninstallcheck_dir)' >&2; \
0723 exit 1; \
0724 }; \
0725 $(am__cd) '$(distuninstallcheck_dir)' || { \
0726 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
0727 exit 1; \
0728 }; \
0729 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
0730 || { echo "ERROR: files left after uninstall:" ; \
0731 if test -n "$(DESTDIR)"; then \
0732 echo " (check DESTDIR support)"; \
0733 fi ; \
0734 $(distuninstallcheck_listfiles) ; \
0735 exit 1; } >&2
0736 distcleancheck: distclean
0737 @if test '$(srcdir)' = . ; then \
0738 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
0739 exit 1 ; \
0740 fi
0741 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
0742 || { echo "ERROR: files left in build directory after distclean:" ; \
0743 $(distcleancheck_listfiles) ; \
0744 exit 1; } >&2
0745 check-am: all-am
0746 check: $(BUILT_SOURCES)
0747 $(MAKE) $(AM_MAKEFLAGS) check-am
0748 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
0749 installdirs:
0750 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
0751 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
0752 done
0753 install: $(BUILT_SOURCES)
0754 $(MAKE) $(AM_MAKEFLAGS) install-am
0755 install-exec: install-exec-am
0756 install-data: install-data-am
0757 uninstall: uninstall-am
0758
0759 install-am: all-am
0760 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
0761
0762 installcheck: installcheck-am
0763 install-strip:
0764 if test -z '$(STRIP)'; then \
0765 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
0766 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
0767 install; \
0768 else \
0769 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
0770 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
0771 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
0772 fi
0773 mostlyclean-generic:
0774
0775 clean-generic:
0776
0777 distclean-generic:
0778 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
0779 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
0780
0781 maintainer-clean-generic:
0782 @echo "This command is intended for maintainers to use"
0783 @echo "it deletes files that may require special tools to rebuild."
0784 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
0785 clean: clean-am
0786
0787 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
0788 clean-noinstPROGRAMS mostlyclean-am
0789
0790 distclean: distclean-am
0791 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
0792 -rm -rf ./$(DEPDIR)
0793 -rm -f Makefile
0794 distclean-am: clean-am distclean-compile distclean-generic \
0795 distclean-libtool distclean-tags
0796
0797 dvi: dvi-am
0798
0799 dvi-am:
0800
0801 html: html-am
0802
0803 html-am:
0804
0805 info: info-am
0806
0807 info-am:
0808
0809 install-data-am: install-includeHEADERS
0810
0811 install-dvi: install-dvi-am
0812
0813 install-dvi-am:
0814
0815 install-exec-am: install-libLTLIBRARIES
0816
0817 install-html: install-html-am
0818
0819 install-html-am:
0820
0821 install-info: install-info-am
0822
0823 install-info-am:
0824
0825 install-man:
0826
0827 install-pdf: install-pdf-am
0828
0829 install-pdf-am:
0830
0831 install-ps: install-ps-am
0832
0833 install-ps-am:
0834
0835 installcheck-am:
0836
0837 maintainer-clean: maintainer-clean-am
0838 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
0839 -rm -rf $(top_srcdir)/autom4te.cache
0840 -rm -rf ./$(DEPDIR)
0841 -rm -f Makefile
0842 maintainer-clean-am: distclean-am maintainer-clean-generic
0843
0844 mostlyclean: mostlyclean-am
0845
0846 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
0847 mostlyclean-libtool
0848
0849 pdf: pdf-am
0850
0851 pdf-am:
0852
0853 ps: ps-am
0854
0855 ps-am:
0856
0857 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
0858
0859 .MAKE: all check install install-am install-strip
0860
0861 .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
0862 clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
0863 clean-local clean-noinstPROGRAMS cscope cscopelist-am ctags \
0864 ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
0865 dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
0866 distclean-compile distclean-generic distclean-libtool \
0867 distclean-tags distcleancheck distdir distuninstallcheck dvi \
0868 dvi-am html html-am info info-am install install-am \
0869 install-data install-data-am install-dvi install-dvi-am \
0870 install-exec install-exec-am install-html install-html-am \
0871 install-includeHEADERS install-info install-info-am \
0872 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
0873 install-ps install-ps-am install-strip installcheck \
0874 installcheck-am installdirs maintainer-clean \
0875 maintainer-clean-generic mostlyclean mostlyclean-compile \
0876 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
0877 tags tags-am uninstall uninstall-am uninstall-includeHEADERS \
0878 uninstall-libLTLIBRARIES
0879
0880
0881 testexternals.C:
0882 echo "//*** this is a generated file. Do not commit, do not edit" > $@
0883 echo "int main()" >> $@
0884 echo "{" >> $@
0885 echo " return 0;" >> $@
0886 echo "}" >> $@
0887
0888
0889
0890
0891 %_Dict.C: %.h %LinkDef.h
0892 rootcint -f $@ -c $(CINTFLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $^
0893
0894 clean-local:
0895 rm -f *Dict* testexternals.C
0896
0897
0898
0899 .NOEXPORT: