Makefile 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  1. # Makefile.in generated by automake 1.13.4 from Makefile.am.
  2. # python/doc/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/doc
  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. am__can_run_installinfo = \
  103. case $$AM_UPDATE_INFO_DIR in \
  104. n|no|NO) false;; \
  105. *) (install-info --version) >/dev/null 2>&1;; \
  106. esac
  107. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  108. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  109. 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
  110. AMTAR = $${TAR-tar}
  111. AM_DEFAULT_VERBOSITY = 0
  112. 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
  113. AUTOCONF = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25/build-aux/missing autoconf
  114. AUTOHEADER = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25/build-aux/missing autoheader
  115. 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
  116. AWK = gawk
  117. 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
  118. CCDEPMODE = depmode=gcc3
  119. CFLAGS = -g -O2
  120. CHECK_CFLAGS =
  121. CHECK_LIBS =
  122. 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
  123. CPPFLAGS =
  124. CYGPATH_W = echo
  125. DEFS = -DHAVE_CONFIG_H
  126. DEPDIR = .deps
  127. DLLTOOL = false
  128. DSYMUTIL =
  129. DUMPBIN = :
  130. ECHO_C =
  131. ECHO_N = -n
  132. ECHO_T =
  133. EGREP = /bin/grep -E
  134. EXEEXT =
  135. FGREP = /bin/grep -F
  136. FLEX = flex
  137. GREP = /bin/grep
  138. INSTALL = /usr/bin/install -c
  139. INSTALL_DATA = ${INSTALL} -m 644
  140. INSTALL_PROGRAM = ${INSTALL}
  141. INSTALL_SCRIPT = ${INSTALL}
  142. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  143. 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
  144. LDFLAGS =
  145. LIBNL_VERSION = 3.2.25
  146. LIBOBJS =
  147. LIBS = -lpthread -lm
  148. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  149. LIPO =
  150. LN_S = ln -s
  151. LTLIBOBJS =
  152. LT_AGE = 20
  153. LT_CURRENT = 220
  154. LT_REVISION = 0
  155. MAJ_VERSION = 3
  156. MAKEINFO = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25/build-aux/missing makeinfo
  157. MANIFEST_TOOL = :
  158. MIC_VERSION = 25
  159. MIN_VERSION = 2
  160. MKDIR_P = /bin/mkdir -p
  161. NM = nm
  162. NMEDIT =
  163. OBJDUMP = objdump
  164. OBJEXT = o
  165. OTOOL =
  166. OTOOL64 =
  167. PACKAGE = libnl
  168. PACKAGE_BUGREPORT =
  169. PACKAGE_NAME = libnl
  170. PACKAGE_STRING = libnl 3.2.25
  171. PACKAGE_TARNAME = libnl
  172. PACKAGE_URL = http://www.infradead.org/~tgr/libnl/
  173. PACKAGE_VERSION = 3.2.25
  174. PATH_SEPARATOR = :
  175. PKG_CONFIG = /usr/bin/pkg-config
  176. PKG_CONFIG_LIBDIR =
  177. PKG_CONFIG_PATH =
  178. 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
  179. SED = /bin/sed
  180. SET_MAKE =
  181. SHELL = /bin/bash
  182. 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
  183. VERSION = 3.2.25
  184. YACC = bison -y
  185. abs_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25/python/doc
  186. abs_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25/python/doc
  187. abs_top_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25
  188. abs_top_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25
  189. ac_ct_AR =
  190. ac_ct_CC =
  191. ac_ct_DUMPBIN = link -dump
  192. am__include = include
  193. am__leading_dot = .
  194. am__quote =
  195. am__tar = $${TAR-tar} chof - "$$tardir"
  196. am__untar = $${TAR-tar} xf -
  197. bindir = ${exec_prefix}/bin
  198. build = x86_64-unknown-linux-gnu
  199. build_alias =
  200. build_cpu = x86_64
  201. build_os = linux-gnu
  202. build_vendor = unknown
  203. builddir = .
  204. datadir = ${datarootdir}
  205. datarootdir = ${prefix}/share
  206. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  207. dvidir = ${docdir}
  208. exec_prefix = ${prefix}
  209. host = arm-unknown-linux-gnueabihf
  210. host_alias = arm-linux-gnueabihf
  211. host_cpu = arm
  212. host_os = linux-gnueabihf
  213. host_vendor = unknown
  214. htmldir = ${docdir}
  215. includedir = ${prefix}/include
  216. infodir = ${datarootdir}/info
  217. install_sh = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25/build-aux/install-sh
  218. libdir = ${exec_prefix}/lib
  219. libexecdir = ${exec_prefix}/libexec
  220. localedir = ${datarootdir}/locale
  221. localstatedir = ${prefix}/var
  222. mandir = ${datarootdir}/man
  223. mkdir_p = $(MKDIR_P)
  224. oldincludedir = /usr/include
  225. pdfdir = ${docdir}
  226. pkgconfigdir = ${libdir}/pkgconfig
  227. prefix = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25/release
  228. program_transform_name = s,x,x,
  229. psdir = ${docdir}
  230. sbindir = ${exec_prefix}/sbin
  231. sharedstatedir = ${prefix}/com
  232. srcdir = .
  233. subdirs = doc
  234. sysconfdir = ${prefix}/etc
  235. target_alias =
  236. top_build_prefix = ../../
  237. top_builddir = ../..
  238. top_srcdir = ../..
  239. EXTRA_DIST = \
  240. conf.py \
  241. core.rst \
  242. index.rst \
  243. route_addr.rst \
  244. route.rst
  245. all: all-am
  246. .SUFFIXES:
  247. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  248. @for dep in $?; do \
  249. case '$(am__configure_deps)' in \
  250. *$$dep*) \
  251. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  252. && { if test -f $@; then exit 0; else break; fi; }; \
  253. exit 1;; \
  254. esac; \
  255. done; \
  256. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign python/doc/Makefile'; \
  257. $(am__cd) $(top_srcdir) && \
  258. $(AUTOMAKE) --foreign python/doc/Makefile
  259. .PRECIOUS: Makefile
  260. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  261. @case '$?' in \
  262. *config.status*) \
  263. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  264. *) \
  265. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  266. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  267. esac;
  268. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  269. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  270. $(top_srcdir)/configure: $(am__configure_deps)
  271. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  272. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  273. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  274. $(am__aclocal_m4_deps):
  275. mostlyclean-libtool:
  276. -rm -f *.lo
  277. clean-libtool:
  278. -rm -rf .libs _libs
  279. tags TAGS:
  280. ctags CTAGS:
  281. cscope cscopelist:
  282. distdir: $(DISTFILES)
  283. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  284. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  285. list='$(DISTFILES)'; \
  286. dist_files=`for file in $$list; do echo $$file; done | \
  287. sed -e "s|^$$srcdirstrip/||;t" \
  288. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  289. case $$dist_files in \
  290. */*) $(MKDIR_P) `echo "$$dist_files" | \
  291. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  292. sort -u` ;; \
  293. esac; \
  294. for file in $$dist_files; do \
  295. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  296. if test -d $$d/$$file; then \
  297. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  298. if test -d "$(distdir)/$$file"; then \
  299. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  300. fi; \
  301. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  302. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  303. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  304. fi; \
  305. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  306. else \
  307. test -f "$(distdir)/$$file" \
  308. || cp -p $$d/$$file "$(distdir)/$$file" \
  309. || exit 1; \
  310. fi; \
  311. done
  312. check-am: all-am
  313. check: check-am
  314. all-am: Makefile
  315. installdirs:
  316. install: install-am
  317. install-exec: install-exec-am
  318. install-data: install-data-am
  319. uninstall: uninstall-am
  320. install-am: all-am
  321. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  322. installcheck: installcheck-am
  323. install-strip:
  324. if test -z '$(STRIP)'; then \
  325. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  326. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  327. install; \
  328. else \
  329. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  330. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  331. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  332. fi
  333. mostlyclean-generic:
  334. clean-generic:
  335. distclean-generic:
  336. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  337. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  338. maintainer-clean-generic:
  339. @echo "This command is intended for maintainers to use"
  340. @echo "it deletes files that may require special tools to rebuild."
  341. clean: clean-am
  342. clean-am: clean-generic clean-libtool mostlyclean-am
  343. distclean: distclean-am
  344. -rm -f Makefile
  345. distclean-am: clean-am distclean-generic
  346. dvi: dvi-am
  347. dvi-am:
  348. html: html-am
  349. html-am:
  350. info: info-am
  351. info-am:
  352. install-data-am:
  353. install-dvi: install-dvi-am
  354. install-dvi-am:
  355. install-exec-am:
  356. install-html: install-html-am
  357. install-html-am:
  358. install-info: install-info-am
  359. install-info-am:
  360. install-man:
  361. install-pdf: install-pdf-am
  362. install-pdf-am:
  363. install-ps: install-ps-am
  364. install-ps-am:
  365. installcheck-am:
  366. maintainer-clean: maintainer-clean-am
  367. -rm -f Makefile
  368. maintainer-clean-am: distclean-am maintainer-clean-generic
  369. mostlyclean: mostlyclean-am
  370. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  371. pdf: pdf-am
  372. pdf-am:
  373. ps: ps-am
  374. ps-am:
  375. uninstall-am:
  376. .MAKE: install-am install-strip
  377. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  378. cscopelist-am ctags-am distclean distclean-generic \
  379. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  380. install install-am install-data install-data-am install-dvi \
  381. install-dvi-am install-exec install-exec-am install-html \
  382. install-html-am install-info install-info-am install-man \
  383. install-pdf install-pdf-am install-ps install-ps-am \
  384. install-strip installcheck installcheck-am installdirs \
  385. maintainer-clean maintainer-clean-generic mostlyclean \
  386. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  387. tags-am uninstall uninstall-am
  388. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  389. # Otherwise a system limit (for SysV at least) may be exceeded.
  390. .NOEXPORT: