Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-03 08:14:04

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