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