Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:11:08

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