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