Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.17 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)/pyflame
  73. pkgincludedir = $(includedir)/pyflame
  74. pkglibdir = $(libdir)/pyflame
  75. pkglibexecdir = $(libexecdir)/pyflame
  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-unknown-linux-gnu
  89. host_triplet = x86_64-unknown-linux-gnu
  90. subdir = .
  91. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  92. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_flag.m4 \
  93. $(top_srcdir)/m4/ax_check_compile_flag.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)/configure.ac
  97. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  98. $(ACLOCAL_M4)
  99. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  100. $(am__configure_deps) $(am__DIST_COMMON)
  101. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  102. configure.lineno config.status.lineno
  103. mkinstalldirs = $(install_sh) -d
  104. CONFIG_HEADER = $(top_builddir)/src/config.h
  105. CONFIG_CLEAN_FILES =
  106. CONFIG_CLEAN_VPATH_FILES =
  107. AM_V_P = $(am__v_P_$(V))
  108. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  109. am__v_P_0 = false
  110. am__v_P_1 = :
  111. AM_V_GEN = $(am__v_GEN_$(V))
  112. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  113. am__v_GEN_0 = @echo " GEN " $@;
  114. am__v_GEN_1 =
  115. AM_V_at = $(am__v_at_$(V))
  116. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  117. am__v_at_0 = @
  118. am__v_at_1 =
  119. SOURCES =
  120. DIST_SOURCES =
  121. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  122. ctags-recursive dvi-recursive html-recursive info-recursive \
  123. install-data-recursive install-dvi-recursive \
  124. install-exec-recursive install-html-recursive \
  125. install-info-recursive install-pdf-recursive \
  126. install-ps-recursive install-recursive installcheck-recursive \
  127. installdirs-recursive pdf-recursive ps-recursive \
  128. tags-recursive uninstall-recursive
  129. am__can_run_installinfo = \
  130. case $$AM_UPDATE_INFO_DIR in \
  131. n|no|NO) false;; \
  132. *) (install-info --version) >/dev/null 2>&1;; \
  133. esac
  134. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  135. am__vpath_adj = case $$p in \
  136. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  137. *) f=$$p;; \
  138. esac;
  139. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  140. am__install_max = 40
  141. am__nobase_strip_setup = \
  142. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  143. am__nobase_strip = \
  144. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  145. am__nobase_list = $(am__nobase_strip_setup); \
  146. for p in $$list; do echo "$$p $$p"; done | \
  147. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  148. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  149. if (++n[$$2] == $(am__install_max)) \
  150. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  151. END { for (dir in files) print dir, files[dir] }'
  152. am__base_list = \
  153. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  154. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  155. am__uninstall_files_from_dir = { \
  156. test -z "$$files" \
  157. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  158. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  159. $(am__cd) "$$dir" && rm -f $$files; }; \
  160. }
  161. man1dir = $(mandir)/man1
  162. am__installdirs = "$(DESTDIR)$(man1dir)"
  163. NROFF = nroff
  164. MANS = $(man1_MANS)
  165. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  166. distclean-recursive maintainer-clean-recursive
  167. am__recursive_targets = \
  168. $(RECURSIVE_TARGETS) \
  169. $(RECURSIVE_CLEAN_TARGETS) \
  170. $(am__extra_recursive_targets)
  171. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  172. cscope distdir dist dist-all distcheck
  173. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  174. # Read a list of newline-separated strings from the standard input,
  175. # and print each of them once, without duplicates. Input order is
  176. # *not* preserved.
  177. am__uniquify_input = $(AWK) '\
  178. BEGIN { nonempty = 0; } \
  179. { items[$$0] = 1; nonempty = 1; } \
  180. END { if (nonempty) { for (i in items) print i; }; } \
  181. '
  182. # Make sure the list of sources is unique. This is necessary because,
  183. # e.g., the same source file might be shared among _SOURCES variables
  184. # for different programs/libraries.
  185. am__define_uniq_tagged_files = \
  186. list='$(am__tagged_files)'; \
  187. unique=`for i in $$list; do \
  188. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  189. done | $(am__uniquify_input)`
  190. ETAGS = etags
  191. CTAGS = ctags
  192. CSCOPE = cscope
  193. DIST_SUBDIRS = $(SUBDIRS)
  194. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/build-aux/ar-lib \
  195. $(top_srcdir)/build-aux/compile \
  196. $(top_srcdir)/build-aux/config.guess \
  197. $(top_srcdir)/build-aux/config.sub \
  198. $(top_srcdir)/build-aux/install-sh \
  199. $(top_srcdir)/build-aux/ltmain.sh \
  200. $(top_srcdir)/build-aux/missing build-aux/ar-lib \
  201. build-aux/compile build-aux/config.guess build-aux/config.sub \
  202. build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
  203. build-aux/missing
  204. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  205. distdir = $(PACKAGE)-$(VERSION)
  206. top_distdir = $(distdir)
  207. am__remove_distdir = \
  208. if test -d "$(distdir)"; then \
  209. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  210. && rm -rf "$(distdir)" \
  211. || { sleep 5 && rm -rf "$(distdir)"; }; \
  212. else :; fi
  213. am__post_remove_distdir = $(am__remove_distdir)
  214. am__relativize = \
  215. dir0=`pwd`; \
  216. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  217. sed_rest='s,^[^/]*/*,,'; \
  218. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  219. sed_butlast='s,/*[^/]*$$,,'; \
  220. while test -n "$$dir1"; do \
  221. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  222. if test "$$first" != "."; then \
  223. if test "$$first" = ".."; then \
  224. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  225. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  226. else \
  227. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  228. if test "$$first2" = "$$first"; then \
  229. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  230. else \
  231. dir2="../$$dir2"; \
  232. fi; \
  233. dir0="$$dir0"/"$$first"; \
  234. fi; \
  235. fi; \
  236. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  237. done; \
  238. reldir="$$dir2"
  239. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
  240. GZIP_ENV = --best
  241. DIST_TARGETS = dist-bzip2 dist-gzip
  242. distuninstallcheck_listfiles = find . -type f -print
  243. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  244. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  245. distcleancheck_listfiles = find . -type f -print
  246. ACLOCAL = ${SHELL} /home/evan/code/pyflame/build-aux/missing aclocal-1.15
  247. AMTAR = $${TAR-tar}
  248. AM_DEFAULT_VERBOSITY = 1
  249. AR = ar
  250. AUTOCONF = ${SHELL} /home/evan/code/pyflame/build-aux/missing autoconf
  251. AUTOHEADER = ${SHELL} /home/evan/code/pyflame/build-aux/missing autoheader
  252. AUTOMAKE = ${SHELL} /home/evan/code/pyflame/build-aux/missing automake-1.15
  253. AWK = gawk
  254. CC = gcc
  255. CCDEPMODE = depmode=gcc3
  256. CFLAGS = -g -O2
  257. CPP = gcc -E
  258. CPPFLAGS =
  259. CXX = g++
  260. CXXCPP = g++ -E
  261. CXXDEPMODE = depmode=gcc3
  262. CXXFLAGS = -g -O2 -std=c++11 -Wall
  263. CYGPATH_W = echo
  264. DEFS = -DHAVE_CONFIG_H
  265. DEPDIR = .deps
  266. DLLTOOL = false
  267. DSYMUTIL =
  268. DUMPBIN =
  269. ECHO_C =
  270. ECHO_N = -n
  271. ECHO_T =
  272. EGREP = /usr/bin/grep -E
  273. EXEEXT =
  274. FGREP = /usr/bin/grep -F
  275. GREP = /usr/bin/grep
  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 =
  283. LIBOBJS =
  284. LIBS =
  285. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  286. LIPO =
  287. LN_S = ln -s
  288. LTLIBOBJS =
  289. LT_SYS_LIBRARY_PATH =
  290. MAKEINFO = ${SHELL} /home/evan/code/pyflame/build-aux/missing makeinfo
  291. MANIFEST_TOOL = :
  292. MKDIR_P = /usr/bin/mkdir -p
  293. NM = /usr/bin/nm -B
  294. NMEDIT =
  295. OBJDUMP = objdump
  296. OBJEXT = o
  297. OTOOL =
  298. OTOOL64 =
  299. PACKAGE = pyflame
  300. PACKAGE_BUGREPORT = evan@uber.com
  301. PACKAGE_NAME = pyflame
  302. PACKAGE_STRING = pyflame 1.2.1
  303. PACKAGE_TARNAME = pyflame
  304. PACKAGE_URL =
  305. PACKAGE_VERSION = 1.2.1
  306. PATH_SEPARATOR = :
  307. PKG_CONFIG = /usr/bin/pkg-config
  308. PKG_CONFIG_LIBDIR =
  309. PKG_CONFIG_PATH =
  310. PY2_CFLAGS = -I/usr/include/python2.7
  311. PY2_LIBS = -lpython2.7
  312. PY3_CFLAGS =
  313. PY3_LIBS =
  314. RANLIB = ranlib
  315. SED = /usr/bin/sed
  316. SET_MAKE =
  317. SHELL = /bin/sh
  318. STRIP = strip
  319. VERSION = 1.2.1
  320. abs_builddir = /home/evan/code/pyflame
  321. abs_srcdir = /home/evan/code/pyflame
  322. abs_top_builddir = /home/evan/code/pyflame
  323. abs_top_srcdir = /home/evan/code/pyflame
  324. ac_ct_AR = ar
  325. ac_ct_CC = gcc
  326. ac_ct_CXX = g++
  327. ac_ct_DUMPBIN =
  328. am__include = include
  329. am__leading_dot = .
  330. am__quote =
  331. am__tar = $${TAR-tar} chof - "$$tardir"
  332. am__untar = $${TAR-tar} xf -
  333. bindir = ${exec_prefix}/bin
  334. build = x86_64-unknown-linux-gnu
  335. build_alias =
  336. build_cpu = x86_64
  337. build_os = linux-gnu
  338. build_vendor = unknown
  339. builddir = .
  340. datadir = ${datarootdir}
  341. datarootdir = ${prefix}/share
  342. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  343. dvidir = ${docdir}
  344. exec_prefix = ${prefix}
  345. host = x86_64-unknown-linux-gnu
  346. host_alias =
  347. host_cpu = x86_64
  348. host_os = linux-gnu
  349. host_vendor = unknown
  350. htmldir = ${docdir}
  351. includedir = ${prefix}/include
  352. infodir = ${datarootdir}/info
  353. install_sh = ${SHELL} /home/evan/code/pyflame/build-aux/install-sh
  354. libdir = ${exec_prefix}/lib
  355. libexecdir = ${exec_prefix}/libexec
  356. localedir = ${datarootdir}/locale
  357. localstatedir = ${prefix}/var
  358. mandir = ${datarootdir}/man
  359. mkdir_p = $(MKDIR_P)
  360. oldincludedir = /usr/include
  361. pdfdir = ${docdir}
  362. prefix = /usr/local
  363. program_transform_name = s,x,x,
  364. psdir = ${docdir}
  365. sbindir = ${exec_prefix}/sbin
  366. sharedstatedir = ${prefix}/com
  367. srcdir = .
  368. sysconfdir = ${prefix}/etc
  369. target_alias =
  370. top_build_prefix =
  371. top_builddir = .
  372. top_srcdir = .
  373. SUBDIRS = src
  374. EXTRA_DIST = autogen.sh LICENSE README.md
  375. ACLOCAL_AMFLAGS = -I m4
  376. man1_MANS = pyflame.man
  377. all: all-recursive
  378.  
  379. .SUFFIXES:
  380. am--refresh: Makefile
  381. @:
  382. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  383. @for dep in $?; do \
  384. case '$(am__configure_deps)' in \
  385. *$$dep*) \
  386. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  387. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  388. && exit 0; \
  389. exit 1;; \
  390. esac; \
  391. done; \
  392. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  393. $(am__cd) $(top_srcdir) && \
  394. $(AUTOMAKE) --foreign Makefile
  395. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  396. @case '$?' in \
  397. *config.status*) \
  398. echo ' $(SHELL) ./config.status'; \
  399. $(SHELL) ./config.status;; \
  400. *) \
  401. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  402. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  403. esac;
  404.  
  405. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  406. $(SHELL) ./config.status --recheck
  407.  
  408. $(top_srcdir)/configure: $(am__configure_deps)
  409. $(am__cd) $(srcdir) && $(AUTOCONF)
  410. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  411. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  412. $(am__aclocal_m4_deps):
  413.  
  414. mostlyclean-libtool:
  415. -rm -f *.lo
  416.  
  417. clean-libtool:
  418. -rm -rf .libs _libs
  419.  
  420. distclean-libtool:
  421. -rm -f libtool config.lt
  422. install-man1: $(man1_MANS)
  423. @$(NORMAL_INSTALL)
  424. @list1='$(man1_MANS)'; \
  425. list2=''; \
  426. test -n "$(man1dir)" \
  427. && test -n "`echo $$list1$$list2`" \
  428. || exit 0; \
  429. echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
  430. $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
  431. { for i in $$list1; do echo "$$i"; done; \
  432. if test -n "$$list2"; then \
  433. for i in $$list2; do echo "$$i"; done \
  434. | sed -n '/\.1[a-z]*$$/p'; \
  435. fi; \
  436. } | while read p; do \
  437. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  438. echo "$$d$$p"; echo "$$p"; \
  439. done | \
  440. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  441. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  442. sed 'N;N;s,\n, ,g' | { \
  443. list=; while read file base inst; do \
  444. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  445. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
  446. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
  447. fi; \
  448. done; \
  449. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  450. while read files; do \
  451. test -z "$$files" || { \
  452. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
  453. $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
  454. done; }
  455.  
  456. uninstall-man1:
  457. @$(NORMAL_UNINSTALL)
  458. @list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
  459. files=`{ for i in $$list; do echo "$$i"; done; \
  460. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  461. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  462. dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
  463.  
  464. # This directory's subdirectories are mostly independent; you can cd
  465. # into them and run 'make' without going through this Makefile.
  466. # To change the values of 'make' variables: instead of editing Makefiles,
  467. # (1) if the variable is set in 'config.status', edit 'config.status'
  468. # (which will cause the Makefiles to be regenerated when you run 'make');
  469. # (2) otherwise, pass the desired values on the 'make' command line.
  470. $(am__recursive_targets):
  471. @fail=; \
  472. if $(am__make_keepgoing); then \
  473. failcom='fail=yes'; \
  474. else \
  475. failcom='exit 1'; \
  476. fi; \
  477. dot_seen=no; \
  478. target=`echo $@ | sed s/-recursive//`; \
  479. case "$@" in \
  480. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  481. *) list='$(SUBDIRS)' ;; \
  482. esac; \
  483. for subdir in $$list; do \
  484. echo "Making $$target in $$subdir"; \
  485. if test "$$subdir" = "."; then \
  486. dot_seen=yes; \
  487. local_target="$$target-am"; \
  488. else \
  489. local_target="$$target"; \
  490. fi; \
  491. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  492. || eval $$failcom; \
  493. done; \
  494. if test "$$dot_seen" = "no"; then \
  495. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  496. fi; test -z "$$fail"
  497.  
  498. ID: $(am__tagged_files)
  499. $(am__define_uniq_tagged_files); mkid -fID $$unique
  500. tags: tags-recursive
  501. TAGS: tags
  502.  
  503. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  504. set x; \
  505. here=`pwd`; \
  506. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  507. include_option=--etags-include; \
  508. empty_fix=.; \
  509. else \
  510. include_option=--include; \
  511. empty_fix=; \
  512. fi; \
  513. list='$(SUBDIRS)'; for subdir in $$list; do \
  514. if test "$$subdir" = .; then :; else \
  515. test ! -f $$subdir/TAGS || \
  516. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  517. fi; \
  518. done; \
  519. $(am__define_uniq_tagged_files); \
  520. shift; \
  521. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  522. test -n "$$unique" || unique=$$empty_fix; \
  523. if test $$# -gt 0; then \
  524. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  525. "$$@" $$unique; \
  526. else \
  527. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  528. $$unique; \
  529. fi; \
  530. fi
  531. ctags: ctags-recursive
  532.  
  533. CTAGS: ctags
  534. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  535. $(am__define_uniq_tagged_files); \
  536. test -z "$(CTAGS_ARGS)$$unique" \
  537. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  538. $$unique
  539.  
  540. GTAGS:
  541. here=`$(am__cd) $(top_builddir) && pwd` \
  542. && $(am__cd) $(top_srcdir) \
  543. && gtags -i $(GTAGS_ARGS) "$$here"
  544. cscope: cscope.files
  545. test ! -s cscope.files \
  546. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  547. clean-cscope:
  548. -rm -f cscope.files
  549. cscope.files: clean-cscope cscopelist
  550. cscopelist: cscopelist-recursive
  551.  
  552. cscopelist-am: $(am__tagged_files)
  553. list='$(am__tagged_files)'; \
  554. case "$(srcdir)" in \
  555. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  556. *) sdir=$(subdir)/$(srcdir) ;; \
  557. esac; \
  558. for i in $$list; do \
  559. if test -f "$$i"; then \
  560. echo "$(subdir)/$$i"; \
  561. else \
  562. echo "$$sdir/$$i"; \
  563. fi; \
  564. done >> $(top_builddir)/cscope.files
  565.  
  566. distclean-tags:
  567. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  568. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  569.  
  570. distdir: $(DISTFILES)
  571. $(am__remove_distdir)
  572. test -d "$(distdir)" || mkdir "$(distdir)"
  573. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  574. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  575. list='$(DISTFILES)'; \
  576. dist_files=`for file in $$list; do echo $$file; done | \
  577. sed -e "s|^$$srcdirstrip/||;t" \
  578. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  579. case $$dist_files in \
  580. */*) $(MKDIR_P) `echo "$$dist_files" | \
  581. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  582. sort -u` ;; \
  583. esac; \
  584. for file in $$dist_files; do \
  585. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  586. if test -d $$d/$$file; then \
  587. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  588. if test -d "$(distdir)/$$file"; then \
  589. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  590. fi; \
  591. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  592. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  593. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  594. fi; \
  595. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  596. else \
  597. test -f "$(distdir)/$$file" \
  598. || cp -p $$d/$$file "$(distdir)/$$file" \
  599. || exit 1; \
  600. fi; \
  601. done
  602. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  603. if test "$$subdir" = .; then :; else \
  604. $(am__make_dryrun) \
  605. || test -d "$(distdir)/$$subdir" \
  606. || $(MKDIR_P) "$(distdir)/$$subdir" \
  607. || exit 1; \
  608. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  609. $(am__relativize); \
  610. new_distdir=$$reldir; \
  611. dir1=$$subdir; dir2="$(top_distdir)"; \
  612. $(am__relativize); \
  613. new_top_distdir=$$reldir; \
  614. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  615. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  616. ($(am__cd) $$subdir && \
  617. $(MAKE) $(AM_MAKEFLAGS) \
  618. top_distdir="$$new_top_distdir" \
  619. distdir="$$new_distdir" \
  620. am__remove_distdir=: \
  621. am__skip_length_check=: \
  622. am__skip_mode_fix=: \
  623. distdir) \
  624. || exit 1; \
  625. fi; \
  626. done
  627. -test -n "$(am__skip_mode_fix)" \
  628. || find "$(distdir)" -type d ! -perm -755 \
  629. -exec chmod u+rwx,go+rx {} \; -o \
  630. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  631. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  632. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  633. || chmod -R a+r "$(distdir)"
  634. dist-gzip: distdir
  635. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  636. $(am__post_remove_distdir)
  637. dist-bzip2: distdir
  638. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  639. $(am__post_remove_distdir)
  640.  
  641. dist-lzip: distdir
  642. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  643. $(am__post_remove_distdir)
  644.  
  645. dist-xz: distdir
  646. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  647. $(am__post_remove_distdir)
  648.  
  649. dist-tarZ: distdir
  650. @echo WARNING: "Support for distribution archives compressed with" \
  651. "legacy program 'compress' is deprecated." >&2
  652. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  653. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  654. $(am__post_remove_distdir)
  655.  
  656. dist-shar: distdir
  657. @echo WARNING: "Support for shar distribution archives is" \
  658. "deprecated." >&2
  659. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  660. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  661. $(am__post_remove_distdir)
  662.  
  663. dist-zip: distdir
  664. -rm -f $(distdir).zip
  665. zip -rq $(distdir).zip $(distdir)
  666. $(am__post_remove_distdir)
  667.  
  668. dist dist-all:
  669. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  670. $(am__post_remove_distdir)
  671.  
  672. # This target untars the dist file and tries a VPATH configuration. Then
  673. # it guarantees that the distribution is self-contained by making another
  674. # tarfile.
  675. distcheck: dist
  676. case '$(DIST_ARCHIVES)' in \
  677. *.tar.gz*) \
  678. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  679. *.tar.bz2*) \
  680. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  681. *.tar.lz*) \
  682. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  683. *.tar.xz*) \
  684. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  685. *.tar.Z*) \
  686. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  687. *.shar.gz*) \
  688. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  689. *.zip*) \
  690. unzip $(distdir).zip ;;\
  691. esac
  692. chmod -R a-w $(distdir)
  693. chmod u+w $(distdir)
  694. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  695. chmod a-w $(distdir)
  696. test -d $(distdir)/_build || exit 0; \
  697. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  698. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  699. && am__cwd=`pwd` \
  700. && $(am__cd) $(distdir)/_build/sub \
  701. && ../../configure \
  702. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  703. $(DISTCHECK_CONFIGURE_FLAGS) \
  704. --srcdir=../.. --prefix="$$dc_install_base" \
  705. && $(MAKE) $(AM_MAKEFLAGS) \
  706. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  707. && $(MAKE) $(AM_MAKEFLAGS) check \
  708. && $(MAKE) $(AM_MAKEFLAGS) install \
  709. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  710. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  711. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  712. distuninstallcheck \
  713. && chmod -R a-w "$$dc_install_base" \
  714. && ({ \
  715. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  716. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  717. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  718. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  719. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  720. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  721. && rm -rf "$$dc_destdir" \
  722. && $(MAKE) $(AM_MAKEFLAGS) dist \
  723. && rm -rf $(DIST_ARCHIVES) \
  724. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  725. && cd "$$am__cwd" \
  726. || exit 1
  727. $(am__post_remove_distdir)
  728. @(echo "$(distdir) archives ready for distribution: "; \
  729. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  730. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  731. distuninstallcheck:
  732. @test -n '$(distuninstallcheck_dir)' || { \
  733. echo 'ERROR: trying to run $@ with an empty' \
  734. '$$(distuninstallcheck_dir)' >&2; \
  735. exit 1; \
  736. }; \
  737. $(am__cd) '$(distuninstallcheck_dir)' || { \
  738. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  739. exit 1; \
  740. }; \
  741. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  742. || { echo "ERROR: files left after uninstall:" ; \
  743. if test -n "$(DESTDIR)"; then \
  744. echo " (check DESTDIR support)"; \
  745. fi ; \
  746. $(distuninstallcheck_listfiles) ; \
  747. exit 1; } >&2
  748. distcleancheck: distclean
  749. @if test '$(srcdir)' = . ; then \
  750. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  751. exit 1 ; \
  752. fi
  753. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  754. || { echo "ERROR: files left in build directory after distclean:" ; \
  755. $(distcleancheck_listfiles) ; \
  756. exit 1; } >&2
  757. check-am: all-am
  758. check: check-recursive
  759. all-am: Makefile $(MANS)
  760. installdirs: installdirs-recursive
  761. installdirs-am:
  762. for dir in "$(DESTDIR)$(man1dir)"; do \
  763. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  764. done
  765. install: install-recursive
  766. install-exec: install-exec-recursive
  767. install-data: install-data-recursive
  768. uninstall: uninstall-recursive
  769.  
  770. install-am: all-am
  771. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  772.  
  773. installcheck: installcheck-recursive
  774. install-strip:
  775. if test -z '$(STRIP)'; then \
  776. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  777. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  778. install; \
  779. else \
  780. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  781. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  782. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  783. fi
  784. mostlyclean-generic:
  785.  
  786. clean-generic:
  787.  
  788. distclean-generic:
  789. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  790. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  791.  
  792. maintainer-clean-generic:
  793. @echo "This command is intended for maintainers to use"
  794. @echo "it deletes files that may require special tools to rebuild."
  795. clean: clean-recursive
  796.  
  797. clean-am: clean-generic clean-libtool clean-local mostlyclean-am
  798.  
  799. distclean: distclean-recursive
  800. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  801. -rm -f Makefile
  802. distclean-am: clean-am distclean-generic distclean-libtool \
  803. distclean-tags
  804.  
  805. dvi: dvi-recursive
  806.  
  807. dvi-am:
  808.  
  809. html: html-recursive
  810.  
  811. html-am:
  812.  
  813. info: info-recursive
  814.  
  815. info-am:
  816.  
  817. install-data-am: install-man
  818.  
  819. install-dvi: install-dvi-recursive
  820.  
  821. install-dvi-am:
  822.  
  823. install-exec-am:
  824.  
  825. install-html: install-html-recursive
  826.  
  827. install-html-am:
  828.  
  829. install-info: install-info-recursive
  830.  
  831. install-info-am:
  832.  
  833. install-man: install-man1
  834.  
  835. install-pdf: install-pdf-recursive
  836.  
  837. install-pdf-am:
  838.  
  839. install-ps: install-ps-recursive
  840.  
  841. install-ps-am:
  842.  
  843. installcheck-am:
  844.  
  845. maintainer-clean: maintainer-clean-recursive
  846. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  847. -rm -rf $(top_srcdir)/autom4te.cache
  848. -rm -f Makefile
  849. maintainer-clean-am: distclean-am maintainer-clean-generic
  850.  
  851. mostlyclean: mostlyclean-recursive
  852.  
  853. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  854.  
  855. pdf: pdf-recursive
  856.  
  857. pdf-am:
  858.  
  859. ps: ps-recursive
  860.  
  861. ps-am:
  862.  
  863. uninstall-am: uninstall-man
  864.  
  865. uninstall-man: uninstall-man1
  866.  
  867. .MAKE: $(am__recursive_targets) install-am install-strip
  868.  
  869. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  870. am--refresh check check-am clean clean-cscope clean-generic \
  871. clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
  872. dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
  873. dist-tarZ dist-xz dist-zip distcheck distclean \
  874. distclean-generic distclean-libtool distclean-tags \
  875. distcleancheck distdir distuninstallcheck dvi dvi-am html \
  876. html-am info info-am install install-am install-data \
  877. install-data-am install-dvi install-dvi-am install-exec \
  878. install-exec-am install-html install-html-am install-info \
  879. install-info-am install-man install-man1 install-pdf \
  880. install-pdf-am install-ps install-ps-am install-strip \
  881. installcheck installcheck-am installdirs installdirs-am \
  882. maintainer-clean maintainer-clean-generic mostlyclean \
  883. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  884. tags tags-am uninstall uninstall-am uninstall-man \
  885. uninstall-man1
  886.  
  887. .PRECIOUS: Makefile
  888.  
  889.  
  890. clean-local:
  891. rm -f core.* pyflame
  892.  
  893. test:
  894. bash runtests.sh
  895.  
  896. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  897. # Otherwise a system limit (for SysV at least) may be exceeded.
  898. .NOEXPORT:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement