Back to home page

sPhenix code displayed by LXR

 
 

    


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

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