Makefile 20 KB

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