Back to home page

sPhenix code displayed by LXR

 
 

    


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