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