Makefile.in 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623
  1. # Makefile.in generated by automake 1.13.4 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2013 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. # -*- Makefile -*-
  13. VPATH = @srcdir@
  14. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  15. am__make_running_with_option = \
  16. case $${target_option-} in \
  17. ?) ;; \
  18. *) echo "am__make_running_with_option: internal error: invalid" \
  19. "target option '$${target_option-}' specified" >&2; \
  20. exit 1;; \
  21. esac; \
  22. has_opt=no; \
  23. sane_makeflags=$$MAKEFLAGS; \
  24. if $(am__is_gnu_make); then \
  25. sane_makeflags=$$MFLAGS; \
  26. else \
  27. case $$MAKEFLAGS in \
  28. *\\[\ \ ]*) \
  29. bs=\\; \
  30. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  31. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  32. esac; \
  33. fi; \
  34. skip_next=no; \
  35. strip_trailopt () \
  36. { \
  37. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  38. }; \
  39. for flg in $$sane_makeflags; do \
  40. test $$skip_next = yes && { skip_next=no; continue; }; \
  41. case $$flg in \
  42. *=*|--*) continue;; \
  43. -*I) strip_trailopt 'I'; skip_next=yes;; \
  44. -*I?*) strip_trailopt 'I';; \
  45. -*O) strip_trailopt 'O'; skip_next=yes;; \
  46. -*O?*) strip_trailopt 'O';; \
  47. -*l) strip_trailopt 'l'; skip_next=yes;; \
  48. -*l?*) strip_trailopt 'l';; \
  49. -[dEDm]) skip_next=yes;; \
  50. -[JT]) skip_next=yes;; \
  51. esac; \
  52. case $$flg in \
  53. *$$target_option*) has_opt=yes; break;; \
  54. esac; \
  55. done; \
  56. test $$has_opt = yes
  57. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  58. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  59. pkgdatadir = $(datadir)/@PACKAGE@
  60. pkgincludedir = $(includedir)/@PACKAGE@
  61. pkglibdir = $(libdir)/@PACKAGE@
  62. pkglibexecdir = $(libexecdir)/@PACKAGE@
  63. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  64. install_sh_DATA = $(install_sh) -c -m 644
  65. install_sh_PROGRAM = $(install_sh) -c
  66. install_sh_SCRIPT = $(install_sh) -c
  67. INSTALL_HEADER = $(INSTALL_DATA)
  68. transform = $(program_transform_name)
  69. NORMAL_INSTALL = :
  70. PRE_INSTALL = :
  71. POST_INSTALL = :
  72. NORMAL_UNINSTALL = :
  73. PRE_UNINSTALL = :
  74. POST_UNINSTALL = :
  75. build_triplet = @build@
  76. host_triplet = @host@
  77. subdir = python
  78. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  79. $(srcdir)/setup.py.in README
  80. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  81. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  82. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  83. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  84. $(top_srcdir)/configure.ac
  85. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  86. $(ACLOCAL_M4)
  87. mkinstalldirs = $(install_sh) -d
  88. CONFIG_HEADER = $(top_builddir)/lib/defs.h
  89. CONFIG_CLEAN_FILES = setup.py
  90. CONFIG_CLEAN_VPATH_FILES =
  91. AM_V_P = $(am__v_P_@AM_V@)
  92. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  93. am__v_P_0 = false
  94. am__v_P_1 = :
  95. AM_V_GEN = $(am__v_GEN_@AM_V@)
  96. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  97. am__v_GEN_0 = @echo " GEN " $@;
  98. am__v_GEN_1 =
  99. AM_V_at = $(am__v_at_@AM_V@)
  100. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  101. am__v_at_0 = @
  102. am__v_at_1 =
  103. SOURCES =
  104. DIST_SOURCES =
  105. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  106. ctags-recursive dvi-recursive html-recursive info-recursive \
  107. install-data-recursive install-dvi-recursive \
  108. install-exec-recursive install-html-recursive \
  109. install-info-recursive install-pdf-recursive \
  110. install-ps-recursive install-recursive installcheck-recursive \
  111. installdirs-recursive pdf-recursive ps-recursive \
  112. tags-recursive uninstall-recursive
  113. am__can_run_installinfo = \
  114. case $$AM_UPDATE_INFO_DIR in \
  115. n|no|NO) false;; \
  116. *) (install-info --version) >/dev/null 2>&1;; \
  117. esac
  118. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  119. distclean-recursive maintainer-clean-recursive
  120. am__recursive_targets = \
  121. $(RECURSIVE_TARGETS) \
  122. $(RECURSIVE_CLEAN_TARGETS) \
  123. $(am__extra_recursive_targets)
  124. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  125. distdir
  126. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  127. # Read a list of newline-separated strings from the standard input,
  128. # and print each of them once, without duplicates. Input order is
  129. # *not* preserved.
  130. am__uniquify_input = $(AWK) '\
  131. BEGIN { nonempty = 0; } \
  132. { items[$$0] = 1; nonempty = 1; } \
  133. END { if (nonempty) { for (i in items) print i; }; } \
  134. '
  135. # Make sure the list of sources is unique. This is necessary because,
  136. # e.g., the same source file might be shared among _SOURCES variables
  137. # for different programs/libraries.
  138. am__define_uniq_tagged_files = \
  139. list='$(am__tagged_files)'; \
  140. unique=`for i in $$list; do \
  141. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  142. done | $(am__uniquify_input)`
  143. ETAGS = etags
  144. CTAGS = ctags
  145. DIST_SUBDIRS = $(SUBDIRS)
  146. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  147. am__relativize = \
  148. dir0=`pwd`; \
  149. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  150. sed_rest='s,^[^/]*/*,,'; \
  151. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  152. sed_butlast='s,/*[^/]*$$,,'; \
  153. while test -n "$$dir1"; do \
  154. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  155. if test "$$first" != "."; then \
  156. if test "$$first" = ".."; then \
  157. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  158. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  159. else \
  160. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  161. if test "$$first2" = "$$first"; then \
  162. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  163. else \
  164. dir2="../$$dir2"; \
  165. fi; \
  166. dir0="$$dir0"/"$$first"; \
  167. fi; \
  168. fi; \
  169. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  170. done; \
  171. reldir="$$dir2"
  172. ACLOCAL = @ACLOCAL@
  173. AMTAR = @AMTAR@
  174. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  175. AR = @AR@
  176. AUTOCONF = @AUTOCONF@
  177. AUTOHEADER = @AUTOHEADER@
  178. AUTOMAKE = @AUTOMAKE@
  179. AWK = @AWK@
  180. CC = @CC@
  181. CCDEPMODE = @CCDEPMODE@
  182. CFLAGS = @CFLAGS@
  183. CHECK_CFLAGS = @CHECK_CFLAGS@
  184. CHECK_LIBS = @CHECK_LIBS@
  185. CPP = @CPP@
  186. CPPFLAGS = @CPPFLAGS@
  187. CYGPATH_W = @CYGPATH_W@
  188. DEFS = @DEFS@
  189. DEPDIR = @DEPDIR@
  190. DLLTOOL = @DLLTOOL@
  191. DSYMUTIL = @DSYMUTIL@
  192. DUMPBIN = @DUMPBIN@
  193. ECHO_C = @ECHO_C@
  194. ECHO_N = @ECHO_N@
  195. ECHO_T = @ECHO_T@
  196. EGREP = @EGREP@
  197. EXEEXT = @EXEEXT@
  198. FGREP = @FGREP@
  199. FLEX = @FLEX@
  200. GREP = @GREP@
  201. INSTALL = @INSTALL@
  202. INSTALL_DATA = @INSTALL_DATA@
  203. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  204. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  205. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  206. LD = @LD@
  207. LDFLAGS = @LDFLAGS@
  208. LIBNL_VERSION = @LIBNL_VERSION@
  209. LIBOBJS = @LIBOBJS@
  210. LIBS = @LIBS@
  211. LIBTOOL = @LIBTOOL@
  212. LIPO = @LIPO@
  213. LN_S = @LN_S@
  214. LTLIBOBJS = @LTLIBOBJS@
  215. LT_AGE = @LT_AGE@
  216. LT_CURRENT = @LT_CURRENT@
  217. LT_REVISION = @LT_REVISION@
  218. MAJ_VERSION = @MAJ_VERSION@
  219. MAKEINFO = @MAKEINFO@
  220. MANIFEST_TOOL = @MANIFEST_TOOL@
  221. MIC_VERSION = @MIC_VERSION@
  222. MIN_VERSION = @MIN_VERSION@
  223. MKDIR_P = @MKDIR_P@
  224. NM = @NM@
  225. NMEDIT = @NMEDIT@
  226. OBJDUMP = @OBJDUMP@
  227. OBJEXT = @OBJEXT@
  228. OTOOL = @OTOOL@
  229. OTOOL64 = @OTOOL64@
  230. PACKAGE = @PACKAGE@
  231. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  232. PACKAGE_NAME = @PACKAGE_NAME@
  233. PACKAGE_STRING = @PACKAGE_STRING@
  234. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  235. PACKAGE_URL = @PACKAGE_URL@
  236. PACKAGE_VERSION = @PACKAGE_VERSION@
  237. PATH_SEPARATOR = @PATH_SEPARATOR@
  238. PKG_CONFIG = @PKG_CONFIG@
  239. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  240. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  241. RANLIB = @RANLIB@
  242. SED = @SED@
  243. SET_MAKE = @SET_MAKE@
  244. SHELL = @SHELL@
  245. STRIP = @STRIP@
  246. VERSION = @VERSION@
  247. YACC = @YACC@
  248. abs_builddir = @abs_builddir@
  249. abs_srcdir = @abs_srcdir@
  250. abs_top_builddir = @abs_top_builddir@
  251. abs_top_srcdir = @abs_top_srcdir@
  252. ac_ct_AR = @ac_ct_AR@
  253. ac_ct_CC = @ac_ct_CC@
  254. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  255. am__include = @am__include@
  256. am__leading_dot = @am__leading_dot@
  257. am__quote = @am__quote@
  258. am__tar = @am__tar@
  259. am__untar = @am__untar@
  260. bindir = @bindir@
  261. build = @build@
  262. build_alias = @build_alias@
  263. build_cpu = @build_cpu@
  264. build_os = @build_os@
  265. build_vendor = @build_vendor@
  266. builddir = @builddir@
  267. datadir = @datadir@
  268. datarootdir = @datarootdir@
  269. docdir = @docdir@
  270. dvidir = @dvidir@
  271. exec_prefix = @exec_prefix@
  272. host = @host@
  273. host_alias = @host_alias@
  274. host_cpu = @host_cpu@
  275. host_os = @host_os@
  276. host_vendor = @host_vendor@
  277. htmldir = @htmldir@
  278. includedir = @includedir@
  279. infodir = @infodir@
  280. install_sh = @install_sh@
  281. libdir = @libdir@
  282. libexecdir = @libexecdir@
  283. localedir = @localedir@
  284. localstatedir = @localstatedir@
  285. mandir = @mandir@
  286. mkdir_p = @mkdir_p@
  287. oldincludedir = @oldincludedir@
  288. pdfdir = @pdfdir@
  289. pkgconfigdir = @pkgconfigdir@
  290. prefix = @prefix@
  291. program_transform_name = @program_transform_name@
  292. psdir = @psdir@
  293. sbindir = @sbindir@
  294. sharedstatedir = @sharedstatedir@
  295. srcdir = @srcdir@
  296. subdirs = @subdirs@
  297. sysconfdir = @sysconfdir@
  298. target_alias = @target_alias@
  299. top_build_prefix = @top_build_prefix@
  300. top_builddir = @top_builddir@
  301. top_srcdir = @top_srcdir@
  302. SUBDIRS = doc examples netlink tests
  303. all: all-recursive
  304. .SUFFIXES:
  305. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  306. @for dep in $?; do \
  307. case '$(am__configure_deps)' in \
  308. *$$dep*) \
  309. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  310. && { if test -f $@; then exit 0; else break; fi; }; \
  311. exit 1;; \
  312. esac; \
  313. done; \
  314. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign python/Makefile'; \
  315. $(am__cd) $(top_srcdir) && \
  316. $(AUTOMAKE) --foreign python/Makefile
  317. .PRECIOUS: Makefile
  318. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  319. @case '$?' in \
  320. *config.status*) \
  321. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  322. *) \
  323. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  324. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  325. esac;
  326. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  327. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  328. $(top_srcdir)/configure: $(am__configure_deps)
  329. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  330. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  331. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  332. $(am__aclocal_m4_deps):
  333. setup.py: $(top_builddir)/config.status $(srcdir)/setup.py.in
  334. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  335. mostlyclean-libtool:
  336. -rm -f *.lo
  337. clean-libtool:
  338. -rm -rf .libs _libs
  339. # This directory's subdirectories are mostly independent; you can cd
  340. # into them and run 'make' without going through this Makefile.
  341. # To change the values of 'make' variables: instead of editing Makefiles,
  342. # (1) if the variable is set in 'config.status', edit 'config.status'
  343. # (which will cause the Makefiles to be regenerated when you run 'make');
  344. # (2) otherwise, pass the desired values on the 'make' command line.
  345. $(am__recursive_targets):
  346. @fail=; \
  347. if $(am__make_keepgoing); then \
  348. failcom='fail=yes'; \
  349. else \
  350. failcom='exit 1'; \
  351. fi; \
  352. dot_seen=no; \
  353. target=`echo $@ | sed s/-recursive//`; \
  354. case "$@" in \
  355. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  356. *) list='$(SUBDIRS)' ;; \
  357. esac; \
  358. for subdir in $$list; do \
  359. echo "Making $$target in $$subdir"; \
  360. if test "$$subdir" = "."; then \
  361. dot_seen=yes; \
  362. local_target="$$target-am"; \
  363. else \
  364. local_target="$$target"; \
  365. fi; \
  366. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  367. || eval $$failcom; \
  368. done; \
  369. if test "$$dot_seen" = "no"; then \
  370. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  371. fi; test -z "$$fail"
  372. ID: $(am__tagged_files)
  373. $(am__define_uniq_tagged_files); mkid -fID $$unique
  374. tags: tags-recursive
  375. TAGS: tags
  376. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  377. set x; \
  378. here=`pwd`; \
  379. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  380. include_option=--etags-include; \
  381. empty_fix=.; \
  382. else \
  383. include_option=--include; \
  384. empty_fix=; \
  385. fi; \
  386. list='$(SUBDIRS)'; for subdir in $$list; do \
  387. if test "$$subdir" = .; then :; else \
  388. test ! -f $$subdir/TAGS || \
  389. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  390. fi; \
  391. done; \
  392. $(am__define_uniq_tagged_files); \
  393. shift; \
  394. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  395. test -n "$$unique" || unique=$$empty_fix; \
  396. if test $$# -gt 0; then \
  397. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  398. "$$@" $$unique; \
  399. else \
  400. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  401. $$unique; \
  402. fi; \
  403. fi
  404. ctags: ctags-recursive
  405. CTAGS: ctags
  406. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  407. $(am__define_uniq_tagged_files); \
  408. test -z "$(CTAGS_ARGS)$$unique" \
  409. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  410. $$unique
  411. GTAGS:
  412. here=`$(am__cd) $(top_builddir) && pwd` \
  413. && $(am__cd) $(top_srcdir) \
  414. && gtags -i $(GTAGS_ARGS) "$$here"
  415. cscopelist: cscopelist-recursive
  416. cscopelist-am: $(am__tagged_files)
  417. list='$(am__tagged_files)'; \
  418. case "$(srcdir)" in \
  419. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  420. *) sdir=$(subdir)/$(srcdir) ;; \
  421. esac; \
  422. for i in $$list; do \
  423. if test -f "$$i"; then \
  424. echo "$(subdir)/$$i"; \
  425. else \
  426. echo "$$sdir/$$i"; \
  427. fi; \
  428. done >> $(top_builddir)/cscope.files
  429. distclean-tags:
  430. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  431. distdir: $(DISTFILES)
  432. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  433. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  434. list='$(DISTFILES)'; \
  435. dist_files=`for file in $$list; do echo $$file; done | \
  436. sed -e "s|^$$srcdirstrip/||;t" \
  437. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  438. case $$dist_files in \
  439. */*) $(MKDIR_P) `echo "$$dist_files" | \
  440. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  441. sort -u` ;; \
  442. esac; \
  443. for file in $$dist_files; do \
  444. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  445. if test -d $$d/$$file; then \
  446. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  447. if test -d "$(distdir)/$$file"; then \
  448. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  449. fi; \
  450. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  451. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  452. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  453. fi; \
  454. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  455. else \
  456. test -f "$(distdir)/$$file" \
  457. || cp -p $$d/$$file "$(distdir)/$$file" \
  458. || exit 1; \
  459. fi; \
  460. done
  461. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  462. if test "$$subdir" = .; then :; else \
  463. $(am__make_dryrun) \
  464. || test -d "$(distdir)/$$subdir" \
  465. || $(MKDIR_P) "$(distdir)/$$subdir" \
  466. || exit 1; \
  467. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  468. $(am__relativize); \
  469. new_distdir=$$reldir; \
  470. dir1=$$subdir; dir2="$(top_distdir)"; \
  471. $(am__relativize); \
  472. new_top_distdir=$$reldir; \
  473. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  474. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  475. ($(am__cd) $$subdir && \
  476. $(MAKE) $(AM_MAKEFLAGS) \
  477. top_distdir="$$new_top_distdir" \
  478. distdir="$$new_distdir" \
  479. am__remove_distdir=: \
  480. am__skip_length_check=: \
  481. am__skip_mode_fix=: \
  482. distdir) \
  483. || exit 1; \
  484. fi; \
  485. done
  486. check-am: all-am
  487. check: check-recursive
  488. all-am: Makefile
  489. installdirs: installdirs-recursive
  490. installdirs-am:
  491. install: install-recursive
  492. install-exec: install-exec-recursive
  493. install-data: install-data-recursive
  494. uninstall: uninstall-recursive
  495. install-am: all-am
  496. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  497. installcheck: installcheck-recursive
  498. install-strip:
  499. if test -z '$(STRIP)'; then \
  500. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  501. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  502. install; \
  503. else \
  504. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  505. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  506. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  507. fi
  508. mostlyclean-generic:
  509. clean-generic:
  510. distclean-generic:
  511. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  512. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  513. maintainer-clean-generic:
  514. @echo "This command is intended for maintainers to use"
  515. @echo "it deletes files that may require special tools to rebuild."
  516. clean: clean-recursive
  517. clean-am: clean-generic clean-libtool mostlyclean-am
  518. distclean: distclean-recursive
  519. -rm -f Makefile
  520. distclean-am: clean-am distclean-generic distclean-tags
  521. dvi: dvi-recursive
  522. dvi-am:
  523. html: html-recursive
  524. html-am:
  525. info: info-recursive
  526. info-am:
  527. install-data-am:
  528. install-dvi: install-dvi-recursive
  529. install-dvi-am:
  530. install-exec-am:
  531. install-html: install-html-recursive
  532. install-html-am:
  533. install-info: install-info-recursive
  534. install-info-am:
  535. install-man:
  536. install-pdf: install-pdf-recursive
  537. install-pdf-am:
  538. install-ps: install-ps-recursive
  539. install-ps-am:
  540. installcheck-am:
  541. maintainer-clean: maintainer-clean-recursive
  542. -rm -f Makefile
  543. maintainer-clean-am: distclean-am maintainer-clean-generic
  544. mostlyclean: mostlyclean-recursive
  545. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  546. pdf: pdf-recursive
  547. pdf-am:
  548. ps: ps-recursive
  549. ps-am:
  550. uninstall-am:
  551. .MAKE: $(am__recursive_targets) install-am install-strip
  552. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  553. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  554. ctags-am distclean distclean-generic distclean-libtool \
  555. distclean-tags distdir dvi dvi-am html html-am info info-am \
  556. install install-am install-data install-data-am install-dvi \
  557. install-dvi-am install-exec install-exec-am install-html \
  558. install-html-am install-info install-info-am install-man \
  559. install-pdf install-pdf-am install-ps install-ps-am \
  560. install-strip installcheck installcheck-am installdirs \
  561. installdirs-am maintainer-clean maintainer-clean-generic \
  562. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  563. ps ps-am tags tags-am uninstall uninstall-am
  564. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  565. # Otherwise a system limit (for SysV at least) may be exceeded.
  566. .NOEXPORT: