Guest User

cdec make

a guest
Apr 6th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 28.43 KB | None | 0 0
  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # Makefile.  Generated from Makefile.in by configure.
  3.  
  4. # Copyright (C) 1994-2014 Free Software Foundation, Inc.
  5.  
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9.  
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  12. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  13. # PARTICULAR PURPOSE.
  14.  
  15.  
  16.  
  17. am__is_gnu_make = { \
  18.   if test -z '$(MAKELEVEL)'; then \
  19.     false; \
  20.   elif test -n '$(MAKE_HOST)'; then \
  21.     true; \
  22.   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  23.     true; \
  24.   else \
  25.     false; \
  26.   fi; \
  27. }
  28. am__make_running_with_option = \
  29.   case $${target_option-} in \
  30.       ?) ;; \
  31.       *) echo "am__make_running_with_option: internal error: invalid" \
  32.               "target option '$${target_option-}' specified" >&2; \
  33.          exit 1;; \
  34.   esac; \
  35.   has_opt=no; \
  36.   sane_makeflags=$$MAKEFLAGS; \
  37.   if $(am__is_gnu_make); then \
  38.     sane_makeflags=$$MFLAGS; \
  39.   else \
  40.     case $$MAKEFLAGS in \
  41.       *\\[\ \   ]*) \
  42.         bs=\\; \
  43.         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  44.           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
  45.     esac; \
  46.   fi; \
  47.   skip_next=no; \
  48.   strip_trailopt () \
  49.   { \
  50.     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  51.   }; \
  52.   for flg in $$sane_makeflags; do \
  53.     test $$skip_next = yes && { skip_next=no; continue; }; \
  54.     case $$flg in \
  55.       *=*|--*) continue;; \
  56.         -*I) strip_trailopt 'I'; skip_next=yes;; \
  57.       -*I?*) strip_trailopt 'I';; \
  58.         -*O) strip_trailopt 'O'; skip_next=yes;; \
  59.       -*O?*) strip_trailopt 'O';; \
  60.         -*l) strip_trailopt 'l'; skip_next=yes;; \
  61.       -*l?*) strip_trailopt 'l';; \
  62.       -[dEDm]) skip_next=yes;; \
  63.       -[JT]) skip_next=yes;; \
  64.     esac; \
  65.     case $$flg in \
  66.       *$$target_option*) has_opt=yes; break;; \
  67.     esac; \
  68.   done; \
  69.   test $$has_opt = yes
  70. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  71. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  72. pkgdatadir = $(datadir)/cdec
  73. pkgincludedir = $(includedir)/cdec
  74. pkglibdir = $(libdir)/cdec
  75. pkglibexecdir = $(libexecdir)/cdec
  76. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  77. install_sh_DATA = $(install_sh) -c -m 644
  78. install_sh_PROGRAM = $(install_sh) -c
  79. install_sh_SCRIPT = $(install_sh) -c
  80. INSTALL_HEADER = $(INSTALL_DATA)
  81. transform = $(program_transform_name)
  82. NORMAL_INSTALL = :
  83. PRE_INSTALL = :
  84. POST_INSTALL = :
  85. NORMAL_UNINSTALL = :
  86. PRE_UNINSTALL = :
  87. POST_UNINSTALL = :
  88. build_triplet = x86_64-pc-linux-gnu
  89. host_triplet = x86_64-pc-linux-gnu
  90. subdir = .
  91. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  92. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
  93.     $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/boost.m4 \
  94.     $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  95.     $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  96.     $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/misc.m4 \
  97.     $(top_srcdir)/configure.ac
  98. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  99.     $(ACLOCAL_M4)
  100. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  101.     $(am__configure_deps) $(am__DIST_COMMON)
  102. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  103.  configure.lineno config.status.lineno
  104. mkinstalldirs = $(install_sh) -d
  105. CONFIG_HEADER = config.h
  106. CONFIG_CLEAN_FILES = python/setup.py
  107. CONFIG_CLEAN_VPATH_FILES =
  108. AM_V_P = $(am__v_P_$(V))
  109. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  110. am__v_P_0 = false
  111. am__v_P_1 = :
  112. AM_V_GEN = $(am__v_GEN_$(V))
  113. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  114. am__v_GEN_0 = @echo "  GEN     " $@;
  115. am__v_GEN_1 =
  116. AM_V_at = $(am__v_at_$(V))
  117. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  118. am__v_at_0 = @
  119. am__v_at_1 =
  120. SOURCES =
  121. DIST_SOURCES =
  122. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  123.     ctags-recursive dvi-recursive html-recursive info-recursive \
  124.     install-data-recursive install-dvi-recursive \
  125.     install-exec-recursive install-html-recursive \
  126.     install-info-recursive install-pdf-recursive \
  127.     install-ps-recursive install-recursive installcheck-recursive \
  128.     installdirs-recursive pdf-recursive ps-recursive \
  129.     tags-recursive uninstall-recursive
  130. am__can_run_installinfo = \
  131.   case $$AM_UPDATE_INFO_DIR in \
  132.     n|no|NO) false;; \
  133.     *) (install-info --version) >/dev/null 2>&1;; \
  134.   esac
  135. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  136.   distclean-recursive maintainer-clean-recursive
  137. am__recursive_targets = \
  138.   $(RECURSIVE_TARGETS) \
  139.   $(RECURSIVE_CLEAN_TARGETS) \
  140.   $(am__extra_recursive_targets)
  141. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  142.     cscope distdir dist dist-all distcheck
  143. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  144.     $(LISP)config.h.in
  145. # Read a list of newline-separated strings from the standard input,
  146. # and print each of them once, without duplicates.  Input order is
  147. # *not* preserved.
  148. am__uniquify_input = $(AWK) '\
  149.  BEGIN { nonempty = 0; } \
  150.  { items[$$0] = 1; nonempty = 1; } \
  151.  END { if (nonempty) { for (i in items) print i; }; } \
  152. '
  153. # Make sure the list of sources is unique.  This is necessary because,
  154. # e.g., the same source file might be shared among _SOURCES variables
  155. # for different programs/libraries.
  156. am__define_uniq_tagged_files = \
  157.   list='$(am__tagged_files)'; \
  158.   unique=`for i in $$list; do \
  159.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  160.   done | $(am__uniquify_input)`
  161. ETAGS = etags
  162. CTAGS = ctags
  163. CSCOPE = cscope
  164. DIST_SUBDIRS = $(SUBDIRS)
  165. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  166.     $(top_srcdir)/python/setup.py.in compile config.guess \
  167.     config.sub install-sh ltmain.sh missing
  168. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  169. distdir = $(PACKAGE)-$(VERSION)
  170. top_distdir = $(distdir)
  171. am__remove_distdir = \
  172.   if test -d "$(distdir)"; then \
  173.     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  174.       && rm -rf "$(distdir)" \
  175.       || { sleep 5 && rm -rf "$(distdir)"; }; \
  176.   else :; fi
  177. am__post_remove_distdir = $(am__remove_distdir)
  178. am__relativize = \
  179.   dir0=`pwd`; \
  180.   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  181.   sed_rest='s,^[^/]*/*,,'; \
  182.   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  183.   sed_butlast='s,/*[^/]*$$,,'; \
  184.   while test -n "$$dir1"; do \
  185.     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  186.     if test "$$first" != "."; then \
  187.       if test "$$first" = ".."; then \
  188.         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  189.         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  190.       else \
  191.         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  192.         if test "$$first2" = "$$first"; then \
  193.           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  194.         else \
  195.           dir2="../$$dir2"; \
  196.         fi; \
  197.         dir0="$$dir0"/"$$first"; \
  198.       fi; \
  199.     fi; \
  200.     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  201.   done; \
  202.   reldir="$$dir2"
  203. DIST_ARCHIVES = $(distdir).tar.gz
  204. GZIP_ENV = --best
  205. DIST_TARGETS = dist-gzip
  206. distuninstallcheck_listfiles = find . -type f -print
  207. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  208.   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  209. distcleancheck_listfiles = find . -type f -print
  210. ACLOCAL = ${SHELL} /home/student/ATS/jamr/tools/cdec/missing aclocal-1.15
  211. AMTAR = $${TAR-tar}
  212. AM_DEFAULT_VERBOSITY = 1
  213. AR = ar
  214. AUTOCONF = ${SHELL} /home/student/ATS/jamr/tools/cdec/missing autoconf
  215. AUTOHEADER = ${SHELL} /home/student/ATS/jamr/tools/cdec/missing autoheader
  216. AUTOMAKE = ${SHELL} /home/student/ATS/jamr/tools/cdec/missing automake-1.15
  217. AWK = mawk
  218. BOOST_CPPFLAGS =  -pthread
  219. BOOST_FILESYSTEM_LDFLAGS =
  220. BOOST_FILESYSTEM_LDPATH =
  221. BOOST_FILESYSTEM_LIBS = -lboost_filesystem
  222. BOOST_LDPATH =
  223. BOOST_MPI_LDFLAGS =
  224. BOOST_MPI_LDPATH =
  225. BOOST_MPI_LIBS =
  226. BOOST_PROGRAM_OPTIONS_LDFLAGS = -L/usr/lib /usr/lib
  227. BOOST_PROGRAM_OPTIONS_LDPATH = /usr/lib
  228. BOOST_PROGRAM_OPTIONS_LIBS = -lboost_program_options
  229. BOOST_REGEX_LDFLAGS =
  230. BOOST_REGEX_LDPATH =
  231. BOOST_REGEX_LIBS = -lboost_regex
  232. BOOST_ROOT =
  233. BOOST_SERIALIZATION_LDFLAGS = -L/usr/lib /usr/lib
  234. BOOST_SERIALIZATION_LDPATH = /usr/lib
  235. BOOST_SERIALIZATION_LIBS = -lboost_serialization
  236. BOOST_SYSTEM_LDFLAGS =
  237. BOOST_SYSTEM_LDPATH =
  238. BOOST_SYSTEM_LIBS = -lboost_system
  239. BOOST_THREAD_LDFLAGS =
  240. BOOST_THREAD_LDPATH =
  241. BOOST_THREAD_LIBS = -lboost_thread -lboost_system -pthread
  242. BOOST_UNIT_TEST_FRAMEWORK_LDFLAGS =
  243. BOOST_UNIT_TEST_FRAMEWORK_LDPATH =
  244. BOOST_UNIT_TEST_FRAMEWORK_LIBS = -lboost_unit_test_framework
  245. CC = gcc
  246. CCDEPMODE = depmode=gcc3
  247. CFLAGS = -g -O2 -fPIC -g -O3
  248. CPP = gcc -E
  249. CPPFLAGS = -DPIC   -pthread -DHAVE_CONFIG_H -DKENLM_MAX_ORDER=6
  250. CXX = g++
  251. CXX11_SWITCH = -std=gnu++11
  252. CXXCPP = g++ -E
  253. CXXDEPMODE = depmode=gcc3
  254. CXXFLAGS = -std=gnu++11  -fPIC -g -O3
  255. CYGPATH_W = echo
  256. DEFS = -DHAVE_CONFIG_H
  257. DEPDIR = .deps
  258. DISTCHECK_CONFIGURE_FLAGS =  '--with-boost='
  259. DLLTOOL = false
  260. DSYMUTIL =
  261. DUMPBIN =
  262. ECHO_C =
  263. ECHO_N = -n
  264. ECHO_T =
  265. EGREP = /bin/grep -E
  266. EXEEXT =
  267. FGREP = /bin/grep -F
  268. GMOCK_CPPFLAGS =
  269. GMOCK_LDFLAGS =
  270. GMOCK_LIBS =
  271. GREP = /bin/grep
  272. GTEST_CPPFLAGS =
  273. GTEST_LDFLAGS =
  274. GTEST_LIBS =
  275. HAVE_CXX11 = 1
  276. INSTALL = /usr/bin/install -c
  277. INSTALL_DATA = ${INSTALL} -m 644
  278. INSTALL_PROGRAM = ${INSTALL}
  279. INSTALL_SCRIPT = ${INSTALL}
  280. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  281. LD = /usr/bin/ld -m elf_x86_64
  282. LDFLAGS =  -L/usr/lib /usr/lib  -L/usr/lib /usr/lib  
  283. LEX = flex
  284. LEXLIB = -lfl
  285. LEX_OUTPUT_ROOT = lex.yy
  286. LIBOBJS =
  287. LIBS = -ldl -lrt  -lboost_program_options -lboost_regex -lboost_serialization -lboost_system -lboost_filesystem  -lz -lbz2
  288. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  289. LIPO =
  290. LN_S = ln -s
  291. LTLIBOBJS =
  292. LT_SYS_LIBRARY_PATH =
  293. MAKEINFO = ${SHELL} /home/student/ATS/jamr/tools/cdec/missing makeinfo
  294. MANIFEST_TOOL = :
  295. METEOR_JAR =
  296. MKDIR_P = /bin/mkdir -p
  297. NM = /usr/bin/nm -B
  298. NMEDIT =
  299. OBJDUMP = objdump
  300. OBJEXT = o
  301. OPENMP_CXXFLAGS = -fopenmp
  302. OTOOL =
  303. OTOOL64 =
  304. PACKAGE = cdec
  305. PACKAGE_BUGREPORT =
  306. PACKAGE_NAME = cdec
  307. PACKAGE_STRING = cdec 2014-10-12
  308. PACKAGE_TARNAME = cdec
  309. PACKAGE_URL =
  310. PACKAGE_VERSION = 2014-10-12
  311. PATH_SEPARATOR = :
  312. PTHREAD_CC = gcc
  313. PTHREAD_CFLAGS = -pthread
  314. PTHREAD_LIBS =
  315. PYTHON = /usr/bin/python
  316. PYTHON_EXEC_PREFIX = ${exec_prefix}
  317. PYTHON_PLATFORM = linux2
  318. PYTHON_PREFIX = ${prefix}
  319. PYTHON_VERSION = 2.7
  320. RANLIB = ranlib
  321. SED = /bin/sed
  322. SET_MAKE =
  323. SHELL = /bin/bash
  324. STATIC_FLAGS =
  325. STRIP = strip
  326. VERSION = 2014-10-12
  327. abs_builddir = /home/student/ATS/jamr/tools/cdec
  328. abs_srcdir = /home/student/ATS/jamr/tools/cdec
  329. abs_top_builddir = /home/student/ATS/jamr/tools/cdec
  330. abs_top_srcdir = /home/student/ATS/jamr/tools/cdec
  331. ac_ct_AR = ar
  332. ac_ct_CC = gcc
  333. ac_ct_CXX = g++
  334. ac_ct_DUMPBIN =
  335. am__include = include
  336. am__leading_dot = .
  337. am__quote =
  338. am__tar = $${TAR-tar} chof - "$$tardir"
  339. am__untar = $${TAR-tar} xf -
  340. ax_pthread_config =
  341. bindir = ${exec_prefix}/bin
  342. build = x86_64-pc-linux-gnu
  343. build_alias =
  344. build_cpu = x86_64
  345. build_os = linux-gnu
  346. build_vendor = pc
  347. builddir = .
  348. datadir = ${datarootdir}
  349. datarootdir = ${prefix}/share
  350. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  351. dvidir = ${docdir}
  352. exec_prefix = ${prefix}
  353. host = x86_64-pc-linux-gnu
  354. host_alias =
  355. host_cpu = x86_64
  356. host_os = linux-gnu
  357. host_vendor = pc
  358. htmldir = ${docdir}
  359. includedir = ${prefix}/include
  360. infodir = ${datarootdir}/info
  361. install_sh = ${SHELL} /home/student/ATS/jamr/tools/cdec/install-sh
  362. libdir = ${exec_prefix}/lib
  363. libexecdir = ${exec_prefix}/libexec
  364. localedir = ${datarootdir}/locale
  365. localstatedir = ${prefix}/var
  366. mandir = ${datarootdir}/man
  367. mkdir_p = $(MKDIR_P)
  368. oldincludedir = /usr/include
  369. pdfdir = ${docdir}
  370. pkgpyexecdir = ${pyexecdir}/cdec
  371. pkgpythondir = ${pythondir}/cdec
  372. prefix = /home/student/prefix
  373. program_transform_name = s,x,x,
  374. psdir = ${docdir}
  375. pyexecdir = ${exec_prefix}/lib/python2.7/site-packages
  376. pythondir = ${prefix}/lib/python2.7/site-packages
  377. runstatedir = ${localstatedir}/run
  378. sbindir = ${exec_prefix}/sbin
  379. sharedstatedir = ${prefix}/com
  380. srcdir = .
  381. sysconfdir = ${prefix}/etc
  382. target_alias =
  383. top_build_prefix =
  384. top_builddir = .
  385. top_srcdir = .
  386.  
  387. # warning - the subdirectories in the following list should
  388. # be kept in topologically sorted order. Also, DO NOT introduce
  389. # cyclic dependencies between these directories!
  390. SUBDIRS = \
  391.   utils \
  392.   klm/util/double-conversion \
  393.   klm/util \
  394.   klm/util/stream \
  395.   klm/lm \
  396.   klm/lm/builder \
  397.   klm/search \
  398.   mteval \
  399.   decoder \
  400.   training \
  401.   word-aligner \
  402.   extractor \
  403.   example_extff
  404.  
  405. EXTRA_DIST = corpus tests python/cdec python/tests python/examples compound-split environment
  406. AUTOMAKE_OPTIONS = foreign
  407. ACLOCAL_AMFLAGS = -I m4
  408. AM_CPPFLAGS = -D_GLIBCXX_PARALLEL -march=native -mtune=native -O2 -pipe -fomit-frame-pointer -Wall
  409. all: config.h
  410.     $(MAKE) $(AM_MAKEFLAGS) all-recursive
  411.  
  412. .SUFFIXES:
  413. am--refresh: Makefile
  414.     @:
  415. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  416.     @for dep in $?; do \
  417.       case '$(am__configure_deps)' in \
  418.         *$$dep*) \
  419.           echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  420.           $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  421.         && exit 0; \
  422.           exit 1;; \
  423.       esac; \
  424.     done; \
  425.     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  426.     $(am__cd) $(top_srcdir) && \
  427.       $(AUTOMAKE) --foreign Makefile
  428. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  429.     @case '$?' in \
  430.       *config.status*) \
  431.         echo ' $(SHELL) ./config.status'; \
  432.         $(SHELL) ./config.status;; \
  433.       *) \
  434.         echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  435.         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  436.     esac;
  437.  
  438. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  439.     $(SHELL) ./config.status --recheck
  440.  
  441. $(top_srcdir)/configure:  $(am__configure_deps)
  442.     $(am__cd) $(srcdir) && $(AUTOCONF)
  443. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  444.     $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  445. $(am__aclocal_m4_deps):
  446.  
  447. config.h: stamp-h1
  448.     @test -f $@ || rm -f stamp-h1
  449.     @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  450.  
  451. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  452.     @rm -f stamp-h1
  453.     cd $(top_builddir) && $(SHELL) ./config.status config.h
  454. $(srcdir)/config.h.in:  $(am__configure_deps)
  455.     ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  456.     rm -f stamp-h1
  457.     touch $@
  458.  
  459. distclean-hdr:
  460.     -rm -f config.h stamp-h1
  461. python/setup.py: $(top_builddir)/config.status $(top_srcdir)/python/setup.py.in
  462.     cd $(top_builddir) && $(SHELL) ./config.status $@
  463.  
  464. mostlyclean-libtool:
  465.     -rm -f *.lo
  466.  
  467. clean-libtool:
  468.     -rm -rf .libs _libs
  469.  
  470. distclean-libtool:
  471.     -rm -f libtool config.lt
  472.  
  473. # This directory's subdirectories are mostly independent; you can cd
  474. # into them and run 'make' without going through this Makefile.
  475. # To change the values of 'make' variables: instead of editing Makefiles,
  476. # (1) if the variable is set in 'config.status', edit 'config.status'
  477. #     (which will cause the Makefiles to be regenerated when you run 'make');
  478. # (2) otherwise, pass the desired values on the 'make' command line.
  479. $(am__recursive_targets):
  480.     @fail=; \
  481.     if $(am__make_keepgoing); then \
  482.       failcom='fail=yes'; \
  483.     else \
  484.       failcom='exit 1'; \
  485.     fi; \
  486.     dot_seen=no; \
  487.     target=`echo $@ | sed s/-recursive//`; \
  488.     case "$@" in \
  489.       distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  490.       *) list='$(SUBDIRS)' ;; \
  491.     esac; \
  492.     for subdir in $$list; do \
  493.       echo "Making $$target in $$subdir"; \
  494.       if test "$$subdir" = "."; then \
  495.         dot_seen=yes; \
  496.         local_target="$$target-am"; \
  497.       else \
  498.         local_target="$$target"; \
  499.       fi; \
  500.       ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  501.       || eval $$failcom; \
  502.     done; \
  503.     if test "$$dot_seen" = "no"; then \
  504.       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  505.     fi; test -z "$$fail"
  506.  
  507. ID: $(am__tagged_files)
  508.     $(am__define_uniq_tagged_files); mkid -fID $$unique
  509. tags: tags-recursive
  510. TAGS: tags
  511.  
  512. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  513.     set x; \
  514.     here=`pwd`; \
  515.     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  516.       include_option=--etags-include; \
  517.       empty_fix=.; \
  518.     else \
  519.       include_option=--include; \
  520.       empty_fix=; \
  521.     fi; \
  522.     list='$(SUBDIRS)'; for subdir in $$list; do \
  523.       if test "$$subdir" = .; then :; else \
  524.         test ! -f $$subdir/TAGS || \
  525.           set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  526.       fi; \
  527.     done; \
  528.     $(am__define_uniq_tagged_files); \
  529.     shift; \
  530.     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  531.       test -n "$$unique" || unique=$$empty_fix; \
  532.       if test $$# -gt 0; then \
  533.         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  534.           "$$@" $$unique; \
  535.       else \
  536.         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  537.           $$unique; \
  538.       fi; \
  539.     fi
  540. ctags: ctags-recursive
  541.  
  542. CTAGS: ctags
  543. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  544.     $(am__define_uniq_tagged_files); \
  545.     test -z "$(CTAGS_ARGS)$$unique" \
  546.       || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  547.          $$unique
  548.  
  549. GTAGS:
  550.     here=`$(am__cd) $(top_builddir) && pwd` \
  551.       && $(am__cd) $(top_srcdir) \
  552.       && gtags -i $(GTAGS_ARGS) "$$here"
  553. cscope: cscope.files
  554.     test ! -s cscope.files \
  555.       || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  556. clean-cscope:
  557.     -rm -f cscope.files
  558. cscope.files: clean-cscope cscopelist
  559. cscopelist: cscopelist-recursive
  560.  
  561. cscopelist-am: $(am__tagged_files)
  562.     list='$(am__tagged_files)'; \
  563.     case "$(srcdir)" in \
  564.       [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  565.       *) sdir=$(subdir)/$(srcdir) ;; \
  566.     esac; \
  567.     for i in $$list; do \
  568.       if test -f "$$i"; then \
  569.         echo "$(subdir)/$$i"; \
  570.       else \
  571.         echo "$$sdir/$$i"; \
  572.       fi; \
  573.     done >> $(top_builddir)/cscope.files
  574.  
  575. distclean-tags:
  576.     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  577.     -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  578.  
  579. distdir: $(DISTFILES)
  580.     $(am__remove_distdir)
  581.     test -d "$(distdir)" || mkdir "$(distdir)"
  582.     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  583.     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  584.     list='$(DISTFILES)'; \
  585.       dist_files=`for file in $$list; do echo $$file; done | \
  586.       sed -e "s|^$$srcdirstrip/||;t" \
  587.           -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  588.     case $$dist_files in \
  589.       */*) $(MKDIR_P) `echo "$$dist_files" | \
  590.                sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  591.                sort -u` ;; \
  592.     esac; \
  593.     for file in $$dist_files; do \
  594.       if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  595.       if test -d $$d/$$file; then \
  596.         dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  597.         if test -d "$(distdir)/$$file"; then \
  598.           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  599.         fi; \
  600.         if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  601.           cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  602.           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  603.         fi; \
  604.         cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  605.       else \
  606.         test -f "$(distdir)/$$file" \
  607.         || cp -p $$d/$$file "$(distdir)/$$file" \
  608.         || exit 1; \
  609.       fi; \
  610.     done
  611.     @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  612.       if test "$$subdir" = .; then :; else \
  613.         $(am__make_dryrun) \
  614.           || test -d "$(distdir)/$$subdir" \
  615.           || $(MKDIR_P) "$(distdir)/$$subdir" \
  616.           || exit 1; \
  617.         dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  618.         $(am__relativize); \
  619.         new_distdir=$$reldir; \
  620.         dir1=$$subdir; dir2="$(top_distdir)"; \
  621.         $(am__relativize); \
  622.         new_top_distdir=$$reldir; \
  623.         echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  624.         echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  625.         ($(am__cd) $$subdir && \
  626.           $(MAKE) $(AM_MAKEFLAGS) \
  627.             top_distdir="$$new_top_distdir" \
  628.             distdir="$$new_distdir" \
  629.         am__remove_distdir=: \
  630.         am__skip_length_check=: \
  631.         am__skip_mode_fix=: \
  632.             distdir) \
  633.           || exit 1; \
  634.       fi; \
  635.     done
  636.     -test -n "$(am__skip_mode_fix)" \
  637.     || find "$(distdir)" -type d ! -perm -755 \
  638.         -exec chmod u+rwx,go+rx {} \; -o \
  639.       ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  640.       ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  641.       ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  642.     || chmod -R a+r "$(distdir)"
  643. dist-gzip: distdir
  644.     tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  645.     $(am__post_remove_distdir)
  646.  
  647. dist-bzip2: distdir
  648.     tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  649.     $(am__post_remove_distdir)
  650.  
  651. dist-lzip: distdir
  652.     tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  653.     $(am__post_remove_distdir)
  654.  
  655. dist-xz: distdir
  656.     tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  657.     $(am__post_remove_distdir)
  658.  
  659. dist-tarZ: distdir
  660.     @echo WARNING: "Support for distribution archives compressed with" \
  661.                "legacy program 'compress' is deprecated." >&2
  662.     @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  663.     tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  664.     $(am__post_remove_distdir)
  665.  
  666. dist-shar: distdir
  667.     @echo WARNING: "Support for shar distribution archives is" \
  668.                    "deprecated." >&2
  669.     @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  670.     shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  671.     $(am__post_remove_distdir)
  672.  
  673. dist-zip: distdir
  674.     -rm -f $(distdir).zip
  675.     zip -rq $(distdir).zip $(distdir)
  676.     $(am__post_remove_distdir)
  677.  
  678. dist dist-all:
  679.     $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  680.     $(am__post_remove_distdir)
  681.  
  682. # This target untars the dist file and tries a VPATH configuration.  Then
  683. # it guarantees that the distribution is self-contained by making another
  684. # tarfile.
  685. distcheck: dist
  686.     case '$(DIST_ARCHIVES)' in \
  687.     *.tar.gz*) \
  688.       GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  689.     *.tar.bz2*) \
  690.       bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  691.     *.tar.lz*) \
  692.       lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  693.     *.tar.xz*) \
  694.       xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  695.     *.tar.Z*) \
  696.       uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  697.     *.shar.gz*) \
  698.       GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  699.     *.zip*) \
  700.       unzip $(distdir).zip ;;\
  701.     esac
  702.     chmod -R a-w $(distdir)
  703.     chmod u+w $(distdir)
  704.     mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  705.     chmod a-w $(distdir)
  706.     test -d $(distdir)/_build || exit 0; \
  707.     dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  708.       && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  709.       && am__cwd=`pwd` \
  710.       && $(am__cd) $(distdir)/_build/sub \
  711.       && ../../configure \
  712.         $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  713.         $(DISTCHECK_CONFIGURE_FLAGS) \
  714.         --srcdir=../.. --prefix="$$dc_install_base" \
  715.       && $(MAKE) $(AM_MAKEFLAGS) \
  716.       && $(MAKE) $(AM_MAKEFLAGS) dvi \
  717.       && $(MAKE) $(AM_MAKEFLAGS) check \
  718.       && $(MAKE) $(AM_MAKEFLAGS) install \
  719.       && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  720.       && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  721.       && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  722.             distuninstallcheck \
  723.       && chmod -R a-w "$$dc_install_base" \
  724.       && ({ \
  725.            (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  726.            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  727.            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  728.            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  729.                 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  730.           } || { rm -rf "$$dc_destdir"; exit 1; }) \
  731.       && rm -rf "$$dc_destdir" \
  732.       && $(MAKE) $(AM_MAKEFLAGS) dist \
  733.       && rm -rf $(DIST_ARCHIVES) \
  734.       && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  735.       && cd "$$am__cwd" \
  736.       || exit 1
  737.     $(am__post_remove_distdir)
  738.     @(echo "$(distdir) archives ready for distribution: "; \
  739.       list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  740.       sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  741. distuninstallcheck:
  742.     @test -n '$(distuninstallcheck_dir)' || { \
  743.       echo 'ERROR: trying to run $@ with an empty' \
  744.            '$$(distuninstallcheck_dir)' >&2; \
  745.       exit 1; \
  746.     }; \
  747.     $(am__cd) '$(distuninstallcheck_dir)' || { \
  748.       echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  749.       exit 1; \
  750.     }; \
  751.     test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  752.        || { echo "ERROR: files left after uninstall:" ; \
  753.             if test -n "$(DESTDIR)"; then \
  754.               echo "  (check DESTDIR support)"; \
  755.             fi ; \
  756.             $(distuninstallcheck_listfiles) ; \
  757.             exit 1; } >&2
  758. distcleancheck: distclean
  759.     @if test '$(srcdir)' = . ; then \
  760.       echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  761.       exit 1 ; \
  762.     fi
  763.     @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  764.       || { echo "ERROR: files left in build directory after distclean:" ; \
  765.            $(distcleancheck_listfiles) ; \
  766.            exit 1; } >&2
  767. check-am: all-am
  768. check: check-recursive
  769. all-am: Makefile config.h
  770. installdirs: installdirs-recursive
  771. installdirs-am:
  772. install: install-recursive
  773. install-exec: install-exec-recursive
  774. install-data: install-data-recursive
  775. uninstall: uninstall-recursive
  776.  
  777. install-am: all-am
  778.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  779.  
  780. installcheck: installcheck-recursive
  781. install-strip:
  782.     if test -z '$(STRIP)'; then \
  783.       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  784.         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  785.           install; \
  786.     else \
  787.       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  788.         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  789.         "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  790.     fi
  791. mostlyclean-generic:
  792.  
  793. clean-generic:
  794.  
  795. distclean-generic:
  796.     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  797.     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  798.  
  799. maintainer-clean-generic:
  800.     @echo "This command is intended for maintainers to use"
  801.     @echo "it deletes files that may require special tools to rebuild."
  802. clean: clean-recursive
  803.  
  804. clean-am: clean-generic clean-libtool mostlyclean-am
  805.  
  806. distclean: distclean-recursive
  807.     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  808.     -rm -f Makefile
  809. distclean-am: clean-am distclean-generic distclean-hdr \
  810.     distclean-libtool distclean-tags
  811.  
  812. dvi: dvi-recursive
  813.  
  814. dvi-am:
  815.  
  816. html: html-recursive
  817.  
  818. html-am:
  819.  
  820. info: info-recursive
  821.  
  822. info-am:
  823.  
  824. install-data-am:
  825.  
  826. install-dvi: install-dvi-recursive
  827.  
  828. install-dvi-am:
  829.  
  830. install-exec-am:
  831.  
  832. install-html: install-html-recursive
  833.  
  834. install-html-am:
  835.  
  836. install-info: install-info-recursive
  837.  
  838. install-info-am:
  839.  
  840. install-man:
  841.  
  842. install-pdf: install-pdf-recursive
  843.  
  844. install-pdf-am:
  845.  
  846. install-ps: install-ps-recursive
  847.  
  848. install-ps-am:
  849.  
  850. installcheck-am:
  851.  
  852. maintainer-clean: maintainer-clean-recursive
  853.     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  854.     -rm -rf $(top_srcdir)/autom4te.cache
  855.     -rm -f Makefile
  856. maintainer-clean-am: distclean-am maintainer-clean-generic
  857.  
  858. mostlyclean: mostlyclean-recursive
  859.  
  860. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  861.  
  862. pdf: pdf-recursive
  863.  
  864. pdf-am:
  865.  
  866. ps: ps-recursive
  867.  
  868. ps-am:
  869.  
  870. uninstall-am:
  871.  
  872. .MAKE: $(am__recursive_targets) all install-am install-strip
  873.  
  874. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  875.     am--refresh check check-am clean clean-cscope clean-generic \
  876.     clean-libtool cscope cscopelist-am ctags ctags-am dist \
  877.     dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
  878.     dist-xz dist-zip distcheck distclean distclean-generic \
  879.     distclean-hdr distclean-libtool distclean-tags distcleancheck \
  880.     distdir distuninstallcheck dvi dvi-am html html-am info \
  881.     info-am install install-am install-data install-data-am \
  882.     install-dvi install-dvi-am install-exec install-exec-am \
  883.     install-html install-html-am install-info install-info-am \
  884.     install-man install-pdf install-pdf-am install-ps \
  885.     install-ps-am install-strip installcheck installcheck-am \
  886.     installdirs installdirs-am maintainer-clean \
  887.     maintainer-clean-generic mostlyclean mostlyclean-generic \
  888.     mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  889.     uninstall-am
  890.  
  891. .PRECIOUS: Makefile
  892.  
  893.  
  894. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  895. # Otherwise a system limit (for SysV at least) may be exceeded.
  896. .NOEXPORT:
Add Comment
Please, Sign In to add comment