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