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