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