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