Makefile 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709
  1. # Makefile.in generated by automake 1.13.4 from Makefile.am.
  2. # include/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. am__append_1 = \
  76. netlink/cli/addr.h \
  77. netlink/cli/class.h \
  78. netlink/cli/cls.h \
  79. netlink/cli/ct.h \
  80. netlink/cli/exp.h \
  81. netlink/cli/link.h \
  82. netlink/cli/neigh.h \
  83. netlink/cli/qdisc.h \
  84. netlink/cli/route.h \
  85. netlink/cli/rule.h \
  86. netlink/cli/tc.h \
  87. netlink/cli/utils.h
  88. subdir = include
  89. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  90. $(am__nobase_libnlinclude_HEADERS_DIST) $(noinst_HEADERS)
  91. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  92. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  93. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  94. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  95. $(top_srcdir)/configure.ac
  96. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  97. $(ACLOCAL_M4)
  98. mkinstalldirs = $(install_sh) -d
  99. CONFIG_HEADER = $(top_builddir)/lib/defs.h
  100. CONFIG_CLEAN_FILES =
  101. CONFIG_CLEAN_VPATH_FILES =
  102. AM_V_P = $(am__v_P_$(V))
  103. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  104. am__v_P_0 = false
  105. am__v_P_1 = :
  106. AM_V_GEN = $(am__v_GEN_$(V))
  107. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  108. am__v_GEN_0 = @echo " GEN " $@;
  109. am__v_GEN_1 =
  110. AM_V_at = $(am__v_at_$(V))
  111. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  112. am__v_at_0 = @
  113. am__v_at_1 =
  114. SOURCES =
  115. DIST_SOURCES =
  116. am__can_run_installinfo = \
  117. case $$AM_UPDATE_INFO_DIR in \
  118. n|no|NO) false;; \
  119. *) (install-info --version) >/dev/null 2>&1;; \
  120. esac
  121. am__nobase_libnlinclude_HEADERS_DIST = netlink/fib_lookup/lookup.h \
  122. netlink/fib_lookup/request.h netlink/genl/ctrl.h \
  123. netlink/genl/family.h netlink/genl/genl.h netlink/genl/mngt.h \
  124. netlink/netfilter/ct.h netlink/netfilter/exp.h \
  125. netlink/netfilter/log.h netlink/netfilter/log_msg.h \
  126. netlink/netfilter/netfilter.h netlink/netfilter/nfnl.h \
  127. netlink/netfilter/queue.h netlink/netfilter/queue_msg.h \
  128. netlink/addr.h netlink/attr.h netlink/cache.h netlink/data.h \
  129. netlink/errno.h netlink/handlers.h netlink/hash.h \
  130. netlink/hashtable.h netlink/list.h netlink/msg.h \
  131. netlink/netlink-compat.h netlink/netlink-kernel.h \
  132. netlink/netlink.h netlink/object.h netlink/route/action.h \
  133. netlink/route/act/mirred.h netlink/route/cls/ematch/cmp.h \
  134. netlink/route/cls/ematch/meta.h \
  135. netlink/route/cls/ematch/nbyte.h \
  136. netlink/route/cls/ematch/text.h netlink/route/cls/basic.h \
  137. netlink/route/cls/cgroup.h netlink/route/cls/ematch.h \
  138. netlink/route/cls/fw.h netlink/route/cls/police.h \
  139. netlink/route/cls/u32.h netlink/route/link/api.h \
  140. netlink/route/link/bonding.h netlink/route/link/bridge.h \
  141. netlink/route/link/can.h netlink/route/link/inet.h \
  142. netlink/route/link/info-api.h netlink/route/link/macvlan.h \
  143. netlink/route/link/vlan.h netlink/route/link/vxlan.h \
  144. netlink/route/link/veth.h netlink/route/link/ip6tnl.h \
  145. netlink/route/link/ipgre.h netlink/route/link/ipip.h \
  146. netlink/route/link/ipvti.h netlink/route/link/sit.h \
  147. netlink/route/qdisc/cbq.h netlink/route/qdisc/dsmark.h \
  148. netlink/route/qdisc/fifo.h netlink/route/qdisc/htb.h \
  149. netlink/route/qdisc/netem.h netlink/route/qdisc/prio.h \
  150. netlink/route/qdisc/red.h netlink/route/qdisc/sfq.h \
  151. netlink/route/qdisc/tbf.h netlink/route/qdisc/plug.h \
  152. netlink/route/qdisc/fq_codel.h netlink/route/addr.h \
  153. netlink/route/class.h netlink/route/classifier.h \
  154. netlink/route/link.h netlink/route/neighbour.h \
  155. netlink/route/neightbl.h netlink/route/nexthop.h \
  156. netlink/route/pktloc.h netlink/route/qdisc.h \
  157. netlink/route/route.h netlink/route/rtnl.h \
  158. netlink/route/rule.h netlink/route/tc.h netlink/socket.h \
  159. netlink/types.h netlink/utils.h netlink/version.h \
  160. netlink/cache-api.h netlink/object-api.h \
  161. netlink/route/tc-api.h netlink/idiag/idiagnl.h \
  162. netlink/idiag/meminfo.h netlink/idiag/msg.h \
  163. netlink/idiag/req.h netlink/idiag/vegasinfo.h \
  164. netlink/cli/addr.h netlink/cli/class.h netlink/cli/cls.h \
  165. netlink/cli/ct.h netlink/cli/exp.h netlink/cli/link.h \
  166. netlink/cli/neigh.h netlink/cli/qdisc.h netlink/cli/route.h \
  167. netlink/cli/rule.h netlink/cli/tc.h netlink/cli/utils.h
  168. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  169. am__vpath_adj = case $$p in \
  170. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  171. *) f=$$p;; \
  172. esac;
  173. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  174. am__install_max = 40
  175. am__nobase_strip_setup = \
  176. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  177. am__nobase_strip = \
  178. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  179. am__nobase_list = $(am__nobase_strip_setup); \
  180. for p in $$list; do echo "$$p $$p"; done | \
  181. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  182. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  183. if (++n[$$2] == $(am__install_max)) \
  184. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  185. END { for (dir in files) print dir, files[dir] }'
  186. am__base_list = \
  187. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  188. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  189. am__uninstall_files_from_dir = { \
  190. test -z "$$files" \
  191. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  192. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  193. $(am__cd) "$$dir" && rm -f $$files; }; \
  194. }
  195. am__installdirs = "$(DESTDIR)$(libnlincludedir)"
  196. HEADERS = $(nobase_libnlinclude_HEADERS) $(noinst_HEADERS)
  197. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  198. # Read a list of newline-separated strings from the standard input,
  199. # and print each of them once, without duplicates. Input order is
  200. # *not* preserved.
  201. am__uniquify_input = $(AWK) '\
  202. BEGIN { nonempty = 0; } \
  203. { items[$$0] = 1; nonempty = 1; } \
  204. END { if (nonempty) { for (i in items) print i; }; } \
  205. '
  206. # Make sure the list of sources is unique. This is necessary because,
  207. # e.g., the same source file might be shared among _SOURCES variables
  208. # for different programs/libraries.
  209. am__define_uniq_tagged_files = \
  210. list='$(am__tagged_files)'; \
  211. unique=`for i in $$list; do \
  212. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  213. done | $(am__uniquify_input)`
  214. ETAGS = etags
  215. CTAGS = ctags
  216. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  217. 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
  218. AMTAR = $${TAR-tar}
  219. AM_DEFAULT_VERBOSITY = 0
  220. 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
  221. AUTOCONF = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25/build-aux/missing autoconf
  222. AUTOHEADER = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25/build-aux/missing autoheader
  223. 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
  224. AWK = gawk
  225. 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
  226. CCDEPMODE = depmode=gcc3
  227. CFLAGS = -g -O2
  228. CHECK_CFLAGS =
  229. CHECK_LIBS =
  230. 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
  231. CPPFLAGS =
  232. CYGPATH_W = echo
  233. DEFS = -DHAVE_CONFIG_H
  234. DEPDIR = .deps
  235. DLLTOOL = false
  236. DSYMUTIL =
  237. DUMPBIN = :
  238. ECHO_C =
  239. ECHO_N = -n
  240. ECHO_T =
  241. EGREP = /bin/grep -E
  242. EXEEXT =
  243. FGREP = /bin/grep -F
  244. FLEX = flex
  245. GREP = /bin/grep
  246. INSTALL = /usr/bin/install -c
  247. INSTALL_DATA = ${INSTALL} -m 644
  248. INSTALL_PROGRAM = ${INSTALL}
  249. INSTALL_SCRIPT = ${INSTALL}
  250. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  251. 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
  252. LDFLAGS =
  253. LIBNL_VERSION = 3.2.25
  254. LIBOBJS =
  255. LIBS = -lpthread -lm
  256. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  257. LIPO =
  258. LN_S = ln -s
  259. LTLIBOBJS =
  260. LT_AGE = 20
  261. LT_CURRENT = 220
  262. LT_REVISION = 0
  263. MAJ_VERSION = 3
  264. MAKEINFO = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25/build-aux/missing makeinfo
  265. MANIFEST_TOOL = :
  266. MIC_VERSION = 25
  267. MIN_VERSION = 2
  268. MKDIR_P = /bin/mkdir -p
  269. NM = nm
  270. NMEDIT =
  271. OBJDUMP = objdump
  272. OBJEXT = o
  273. OTOOL =
  274. OTOOL64 =
  275. PACKAGE = libnl
  276. PACKAGE_BUGREPORT =
  277. PACKAGE_NAME = libnl
  278. PACKAGE_STRING = libnl 3.2.25
  279. PACKAGE_TARNAME = libnl
  280. PACKAGE_URL = http://www.infradead.org/~tgr/libnl/
  281. PACKAGE_VERSION = 3.2.25
  282. PATH_SEPARATOR = :
  283. PKG_CONFIG = /usr/bin/pkg-config
  284. PKG_CONFIG_LIBDIR =
  285. PKG_CONFIG_PATH =
  286. 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
  287. SED = /bin/sed
  288. SET_MAKE =
  289. SHELL = /bin/bash
  290. 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
  291. VERSION = 3.2.25
  292. YACC = bison -y
  293. abs_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25/include
  294. abs_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25/include
  295. abs_top_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25
  296. abs_top_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25
  297. ac_ct_AR =
  298. ac_ct_CC =
  299. ac_ct_DUMPBIN = link -dump
  300. am__include = include
  301. am__leading_dot = .
  302. am__quote =
  303. am__tar = $${TAR-tar} chof - "$$tardir"
  304. am__untar = $${TAR-tar} xf -
  305. bindir = ${exec_prefix}/bin
  306. build = x86_64-unknown-linux-gnu
  307. build_alias =
  308. build_cpu = x86_64
  309. build_os = linux-gnu
  310. build_vendor = unknown
  311. builddir = .
  312. datadir = ${datarootdir}
  313. datarootdir = ${prefix}/share
  314. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  315. dvidir = ${docdir}
  316. exec_prefix = ${prefix}
  317. host = arm-unknown-linux-gnueabihf
  318. host_alias = arm-linux-gnueabihf
  319. host_cpu = arm
  320. host_os = linux-gnueabihf
  321. host_vendor = unknown
  322. htmldir = ${docdir}
  323. includedir = ${prefix}/include
  324. infodir = ${datarootdir}/info
  325. install_sh = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25/build-aux/install-sh
  326. libdir = ${exec_prefix}/lib
  327. libexecdir = ${exec_prefix}/libexec
  328. localedir = ${datarootdir}/locale
  329. localstatedir = ${prefix}/var
  330. mandir = ${datarootdir}/man
  331. mkdir_p = $(MKDIR_P)
  332. oldincludedir = /usr/include
  333. pdfdir = ${docdir}
  334. pkgconfigdir = ${libdir}/pkgconfig
  335. prefix = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25/release
  336. program_transform_name = s,x,x,
  337. psdir = ${docdir}
  338. sbindir = ${exec_prefix}/sbin
  339. sharedstatedir = ${prefix}/com
  340. srcdir = .
  341. subdirs = doc
  342. sysconfdir = ${prefix}/etc
  343. target_alias =
  344. top_build_prefix = ../
  345. top_builddir = ..
  346. top_srcdir = ..
  347. libnlincludedir = $(includedir)/libnl3
  348. nobase_libnlinclude_HEADERS = netlink/fib_lookup/lookup.h \
  349. netlink/fib_lookup/request.h netlink/genl/ctrl.h \
  350. netlink/genl/family.h netlink/genl/genl.h netlink/genl/mngt.h \
  351. netlink/netfilter/ct.h netlink/netfilter/exp.h \
  352. netlink/netfilter/log.h netlink/netfilter/log_msg.h \
  353. netlink/netfilter/netfilter.h netlink/netfilter/nfnl.h \
  354. netlink/netfilter/queue.h netlink/netfilter/queue_msg.h \
  355. netlink/addr.h netlink/attr.h netlink/cache.h netlink/data.h \
  356. netlink/errno.h netlink/handlers.h netlink/hash.h \
  357. netlink/hashtable.h netlink/list.h netlink/msg.h \
  358. netlink/netlink-compat.h netlink/netlink-kernel.h \
  359. netlink/netlink.h netlink/object.h netlink/route/action.h \
  360. netlink/route/act/mirred.h netlink/route/cls/ematch/cmp.h \
  361. netlink/route/cls/ematch/meta.h \
  362. netlink/route/cls/ematch/nbyte.h \
  363. netlink/route/cls/ematch/text.h netlink/route/cls/basic.h \
  364. netlink/route/cls/cgroup.h netlink/route/cls/ematch.h \
  365. netlink/route/cls/fw.h netlink/route/cls/police.h \
  366. netlink/route/cls/u32.h netlink/route/link/api.h \
  367. netlink/route/link/bonding.h netlink/route/link/bridge.h \
  368. netlink/route/link/can.h netlink/route/link/inet.h \
  369. netlink/route/link/info-api.h netlink/route/link/macvlan.h \
  370. netlink/route/link/vlan.h netlink/route/link/vxlan.h \
  371. netlink/route/link/veth.h netlink/route/link/ip6tnl.h \
  372. netlink/route/link/ipgre.h netlink/route/link/ipip.h \
  373. netlink/route/link/ipvti.h netlink/route/link/sit.h \
  374. netlink/route/qdisc/cbq.h netlink/route/qdisc/dsmark.h \
  375. netlink/route/qdisc/fifo.h netlink/route/qdisc/htb.h \
  376. netlink/route/qdisc/netem.h netlink/route/qdisc/prio.h \
  377. netlink/route/qdisc/red.h netlink/route/qdisc/sfq.h \
  378. netlink/route/qdisc/tbf.h netlink/route/qdisc/plug.h \
  379. netlink/route/qdisc/fq_codel.h netlink/route/addr.h \
  380. netlink/route/class.h netlink/route/classifier.h \
  381. netlink/route/link.h netlink/route/neighbour.h \
  382. netlink/route/neightbl.h netlink/route/nexthop.h \
  383. netlink/route/pktloc.h netlink/route/qdisc.h \
  384. netlink/route/route.h netlink/route/rtnl.h \
  385. netlink/route/rule.h netlink/route/tc.h netlink/socket.h \
  386. netlink/types.h netlink/utils.h netlink/version.h \
  387. netlink/cache-api.h netlink/object-api.h \
  388. netlink/route/tc-api.h netlink/idiag/idiagnl.h \
  389. netlink/idiag/meminfo.h netlink/idiag/msg.h \
  390. netlink/idiag/req.h netlink/idiag/vegasinfo.h $(am__append_1)
  391. noinst_HEADERS = \
  392. linux/fib_rules.h \
  393. linux/genetlink.h \
  394. linux/gen_stats.h \
  395. linux/if_addr.h \
  396. linux/if_arp.h \
  397. linux/if_ether.h \
  398. linux/if.h \
  399. linux/if_bridge.h \
  400. linux/if_link.h \
  401. linux/if_tunnel.h \
  402. linux/if_vlan.h \
  403. linux/ip.h \
  404. linux/ip_mp_alg.h \
  405. linux/ipv6.h \
  406. linux/can/netlink.h \
  407. linux/neighbour.h \
  408. linux/netfilter.h \
  409. linux/netfilter/nf_conntrack_common.h \
  410. linux/netfilter/nfnetlink_compat.h \
  411. linux/netfilter/nfnetlink_conntrack.h \
  412. linux/netfilter/nfnetlink.h \
  413. linux/netfilter/nfnetlink_log.h \
  414. linux/netfilter/nfnetlink_queue.h \
  415. linux/netlink.h \
  416. linux/pkt_cls.h \
  417. linux/tc_act/tc_mirred.h \
  418. linux/pkt_sched.h \
  419. linux/rtnetlink.h \
  420. linux/snmp.h \
  421. linux/tc_ematch/tc_em_meta.h \
  422. netlink-private/genl.h \
  423. netlink-private/netlink.h \
  424. netlink-private/socket.h \
  425. netlink-private/tc.h \
  426. netlink-private/types.h \
  427. netlink-private/cache-api.h \
  428. netlink-private/object-api.h \
  429. netlink-private/route/link/api.h \
  430. netlink-private/route/tc-api.h
  431. all: all-am
  432. .SUFFIXES:
  433. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  434. @for dep in $?; do \
  435. case '$(am__configure_deps)' in \
  436. *$$dep*) \
  437. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  438. && { if test -f $@; then exit 0; else break; fi; }; \
  439. exit 1;; \
  440. esac; \
  441. done; \
  442. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
  443. $(am__cd) $(top_srcdir) && \
  444. $(AUTOMAKE) --foreign include/Makefile
  445. .PRECIOUS: Makefile
  446. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  447. @case '$?' in \
  448. *config.status*) \
  449. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  450. *) \
  451. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  452. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  453. esac;
  454. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  455. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  456. $(top_srcdir)/configure: $(am__configure_deps)
  457. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  458. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  459. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  460. $(am__aclocal_m4_deps):
  461. mostlyclean-libtool:
  462. -rm -f *.lo
  463. clean-libtool:
  464. -rm -rf .libs _libs
  465. install-nobase_libnlincludeHEADERS: $(nobase_libnlinclude_HEADERS)
  466. @$(NORMAL_INSTALL)
  467. @list='$(nobase_libnlinclude_HEADERS)'; test -n "$(libnlincludedir)" || list=; \
  468. if test -n "$$list"; then \
  469. echo " $(MKDIR_P) '$(DESTDIR)$(libnlincludedir)'"; \
  470. $(MKDIR_P) "$(DESTDIR)$(libnlincludedir)" || exit 1; \
  471. fi; \
  472. $(am__nobase_list) | while read dir files; do \
  473. xfiles=; for file in $$files; do \
  474. if test -f "$$file"; then xfiles="$$xfiles $$file"; \
  475. else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
  476. test -z "$$xfiles" || { \
  477. test "x$$dir" = x. || { \
  478. echo " $(MKDIR_P) '$(DESTDIR)$(libnlincludedir)/$$dir'"; \
  479. $(MKDIR_P) "$(DESTDIR)$(libnlincludedir)/$$dir"; }; \
  480. echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(libnlincludedir)/$$dir'"; \
  481. $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(libnlincludedir)/$$dir" || exit $$?; }; \
  482. done
  483. uninstall-nobase_libnlincludeHEADERS:
  484. @$(NORMAL_UNINSTALL)
  485. @list='$(nobase_libnlinclude_HEADERS)'; test -n "$(libnlincludedir)" || list=; \
  486. $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
  487. dir='$(DESTDIR)$(libnlincludedir)'; $(am__uninstall_files_from_dir)
  488. ID: $(am__tagged_files)
  489. $(am__define_uniq_tagged_files); mkid -fID $$unique
  490. tags: tags-am
  491. TAGS: tags
  492. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  493. set x; \
  494. here=`pwd`; \
  495. $(am__define_uniq_tagged_files); \
  496. shift; \
  497. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  498. test -n "$$unique" || unique=$$empty_fix; \
  499. if test $$# -gt 0; then \
  500. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  501. "$$@" $$unique; \
  502. else \
  503. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  504. $$unique; \
  505. fi; \
  506. fi
  507. ctags: ctags-am
  508. CTAGS: ctags
  509. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  510. $(am__define_uniq_tagged_files); \
  511. test -z "$(CTAGS_ARGS)$$unique" \
  512. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  513. $$unique
  514. GTAGS:
  515. here=`$(am__cd) $(top_builddir) && pwd` \
  516. && $(am__cd) $(top_srcdir) \
  517. && gtags -i $(GTAGS_ARGS) "$$here"
  518. cscopelist: cscopelist-am
  519. cscopelist-am: $(am__tagged_files)
  520. list='$(am__tagged_files)'; \
  521. case "$(srcdir)" in \
  522. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  523. *) sdir=$(subdir)/$(srcdir) ;; \
  524. esac; \
  525. for i in $$list; do \
  526. if test -f "$$i"; then \
  527. echo "$(subdir)/$$i"; \
  528. else \
  529. echo "$$sdir/$$i"; \
  530. fi; \
  531. done >> $(top_builddir)/cscope.files
  532. distclean-tags:
  533. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  534. distdir: $(DISTFILES)
  535. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  536. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  537. list='$(DISTFILES)'; \
  538. dist_files=`for file in $$list; do echo $$file; done | \
  539. sed -e "s|^$$srcdirstrip/||;t" \
  540. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  541. case $$dist_files in \
  542. */*) $(MKDIR_P) `echo "$$dist_files" | \
  543. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  544. sort -u` ;; \
  545. esac; \
  546. for file in $$dist_files; do \
  547. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  548. if test -d $$d/$$file; then \
  549. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  550. if test -d "$(distdir)/$$file"; then \
  551. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  552. fi; \
  553. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  554. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  555. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  556. fi; \
  557. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  558. else \
  559. test -f "$(distdir)/$$file" \
  560. || cp -p $$d/$$file "$(distdir)/$$file" \
  561. || exit 1; \
  562. fi; \
  563. done
  564. check-am: all-am
  565. check: check-am
  566. all-am: Makefile $(HEADERS)
  567. installdirs:
  568. for dir in "$(DESTDIR)$(libnlincludedir)"; do \
  569. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  570. done
  571. install: install-am
  572. install-exec: install-exec-am
  573. install-data: install-data-am
  574. uninstall: uninstall-am
  575. install-am: all-am
  576. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  577. installcheck: installcheck-am
  578. install-strip:
  579. if test -z '$(STRIP)'; then \
  580. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  581. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  582. install; \
  583. else \
  584. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  585. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  586. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  587. fi
  588. mostlyclean-generic:
  589. clean-generic:
  590. distclean-generic:
  591. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  592. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  593. maintainer-clean-generic:
  594. @echo "This command is intended for maintainers to use"
  595. @echo "it deletes files that may require special tools to rebuild."
  596. clean: clean-am
  597. clean-am: clean-generic clean-libtool mostlyclean-am
  598. distclean: distclean-am
  599. -rm -f Makefile
  600. distclean-am: clean-am distclean-generic distclean-tags
  601. dvi: dvi-am
  602. dvi-am:
  603. html: html-am
  604. html-am:
  605. info: info-am
  606. info-am:
  607. install-data-am: install-nobase_libnlincludeHEADERS
  608. install-dvi: install-dvi-am
  609. install-dvi-am:
  610. install-exec-am:
  611. install-html: install-html-am
  612. install-html-am:
  613. install-info: install-info-am
  614. install-info-am:
  615. install-man:
  616. install-pdf: install-pdf-am
  617. install-pdf-am:
  618. install-ps: install-ps-am
  619. install-ps-am:
  620. installcheck-am:
  621. maintainer-clean: maintainer-clean-am
  622. -rm -f Makefile
  623. maintainer-clean-am: distclean-am maintainer-clean-generic
  624. mostlyclean: mostlyclean-am
  625. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  626. pdf: pdf-am
  627. pdf-am:
  628. ps: ps-am
  629. ps-am:
  630. uninstall-am: uninstall-nobase_libnlincludeHEADERS
  631. .MAKE: install-am install-strip
  632. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  633. clean-libtool cscopelist-am ctags ctags-am distclean \
  634. distclean-generic distclean-libtool distclean-tags distdir dvi \
  635. dvi-am html html-am info info-am install install-am \
  636. install-data install-data-am install-dvi install-dvi-am \
  637. install-exec install-exec-am install-html install-html-am \
  638. install-info install-info-am install-man \
  639. install-nobase_libnlincludeHEADERS install-pdf install-pdf-am \
  640. install-ps install-ps-am install-strip installcheck \
  641. installcheck-am installdirs maintainer-clean \
  642. maintainer-clean-generic mostlyclean mostlyclean-generic \
  643. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  644. uninstall-am uninstall-nobase_libnlincludeHEADERS
  645. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  646. # Otherwise a system limit (for SysV at least) may be exceeded.
  647. .NOEXPORT: