Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:13:07

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