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