Makefile.in 18 KB

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