Makefile 20 KB

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