Makefile.in 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904
  1. # Makefile.in generated by automake 1.13.4 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2013 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. # -*- Makefile -*-
  13. VPATH = @srcdir@
  14. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  15. am__make_running_with_option = \
  16. case $${target_option-} in \
  17. ?) ;; \
  18. *) echo "am__make_running_with_option: internal error: invalid" \
  19. "target option '$${target_option-}' specified" >&2; \
  20. exit 1;; \
  21. esac; \
  22. has_opt=no; \
  23. sane_makeflags=$$MAKEFLAGS; \
  24. if $(am__is_gnu_make); then \
  25. sane_makeflags=$$MFLAGS; \
  26. else \
  27. case $$MAKEFLAGS in \
  28. *\\[\ \ ]*) \
  29. bs=\\; \
  30. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  31. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  32. esac; \
  33. fi; \
  34. skip_next=no; \
  35. strip_trailopt () \
  36. { \
  37. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  38. }; \
  39. for flg in $$sane_makeflags; do \
  40. test $$skip_next = yes && { skip_next=no; continue; }; \
  41. case $$flg in \
  42. *=*|--*) continue;; \
  43. -*I) strip_trailopt 'I'; skip_next=yes;; \
  44. -*I?*) strip_trailopt 'I';; \
  45. -*O) strip_trailopt 'O'; skip_next=yes;; \
  46. -*O?*) strip_trailopt 'O';; \
  47. -*l) strip_trailopt 'l'; skip_next=yes;; \
  48. -*l?*) strip_trailopt 'l';; \
  49. -[dEDm]) skip_next=yes;; \
  50. -[JT]) skip_next=yes;; \
  51. esac; \
  52. case $$flg in \
  53. *$$target_option*) has_opt=yes; break;; \
  54. esac; \
  55. done; \
  56. test $$has_opt = yes
  57. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  58. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  59. pkgdatadir = $(datadir)/@PACKAGE@
  60. pkgincludedir = $(includedir)/@PACKAGE@
  61. pkglibdir = $(libdir)/@PACKAGE@
  62. pkglibexecdir = $(libexecdir)/@PACKAGE@
  63. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  64. install_sh_DATA = $(install_sh) -c -m 644
  65. install_sh_PROGRAM = $(install_sh) -c
  66. install_sh_SCRIPT = $(install_sh) -c
  67. INSTALL_HEADER = $(INSTALL_DATA)
  68. transform = $(program_transform_name)
  69. NORMAL_INSTALL = :
  70. PRE_INSTALL = :
  71. POST_INSTALL = :
  72. NORMAL_UNINSTALL = :
  73. PRE_UNINSTALL = :
  74. POST_UNINSTALL = :
  75. build_triplet = @build@
  76. host_triplet = @host@
  77. @ENABLE_CLI_TRUE@am__append_1 = src
  78. @ENABLE_CLI_TRUE@am__append_2 = libnl-cli-3.0.pc
  79. subdir = .
  80. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  81. $(top_srcdir)/configure $(am__configure_deps) \
  82. $(srcdir)/libnl.sym.in $(srcdir)/libnl-3.0.pc.in \
  83. $(srcdir)/libnl-route-3.0.pc.in $(srcdir)/libnl-genl-3.0.pc.in \
  84. $(srcdir)/libnl-nf-3.0.pc.in $(srcdir)/libnl-cli-3.0.pc.in \
  85. $(top_srcdir)/include/netlink/version.h.in COPYING ChangeLog \
  86. build-aux/ar-lib build-aux/compile build-aux/config.guess \
  87. build-aux/config.sub build-aux/depcomp build-aux/install-sh \
  88. build-aux/missing build-aux/ltmain.sh \
  89. $(top_srcdir)/build-aux/ar-lib $(top_srcdir)/build-aux/compile \
  90. $(top_srcdir)/build-aux/config.guess \
  91. $(top_srcdir)/build-aux/config.sub \
  92. $(top_srcdir)/build-aux/install-sh \
  93. $(top_srcdir)/build-aux/ltmain.sh \
  94. $(top_srcdir)/build-aux/missing
  95. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  96. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  97. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  98. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  99. $(top_srcdir)/configure.ac
  100. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  101. $(ACLOCAL_M4)
  102. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  103. configure.lineno config.status.lineno
  104. mkinstalldirs = $(install_sh) -d
  105. CONFIG_HEADER = $(top_builddir)/lib/defs.h
  106. CONFIG_CLEAN_FILES = libnl.sym libnl-3.0.pc libnl-route-3.0.pc \
  107. libnl-genl-3.0.pc libnl-nf-3.0.pc libnl-cli-3.0.pc \
  108. include/netlink/version.h
  109. CONFIG_CLEAN_VPATH_FILES =
  110. AM_V_P = $(am__v_P_@AM_V@)
  111. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  112. am__v_P_0 = false
  113. am__v_P_1 = :
  114. AM_V_GEN = $(am__v_GEN_@AM_V@)
  115. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  116. am__v_GEN_0 = @echo " GEN " $@;
  117. am__v_GEN_1 =
  118. AM_V_at = $(am__v_at_@AM_V@)
  119. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  120. am__v_at_0 = @
  121. am__v_at_1 =
  122. SOURCES =
  123. DIST_SOURCES =
  124. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  125. ctags-recursive dvi-recursive html-recursive info-recursive \
  126. install-data-recursive install-dvi-recursive \
  127. install-exec-recursive install-html-recursive \
  128. install-info-recursive install-pdf-recursive \
  129. install-ps-recursive install-recursive installcheck-recursive \
  130. installdirs-recursive pdf-recursive ps-recursive \
  131. tags-recursive uninstall-recursive
  132. am__can_run_installinfo = \
  133. case $$AM_UPDATE_INFO_DIR in \
  134. n|no|NO) false;; \
  135. *) (install-info --version) >/dev/null 2>&1;; \
  136. esac
  137. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  138. am__vpath_adj = case $$p in \
  139. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  140. *) f=$$p;; \
  141. esac;
  142. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  143. am__install_max = 40
  144. am__nobase_strip_setup = \
  145. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  146. am__nobase_strip = \
  147. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  148. am__nobase_list = $(am__nobase_strip_setup); \
  149. for p in $$list; do echo "$$p $$p"; done | \
  150. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  151. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  152. if (++n[$$2] == $(am__install_max)) \
  153. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  154. END { for (dir in files) print dir, files[dir] }'
  155. am__base_list = \
  156. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  157. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  158. am__uninstall_files_from_dir = { \
  159. test -z "$$files" \
  160. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  161. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  162. $(am__cd) "$$dir" && rm -f $$files; }; \
  163. }
  164. am__installdirs = "$(DESTDIR)$(pkgconfigdir)" \
  165. "$(DESTDIR)$(pkgsysconfdir)"
  166. DATA = $(pkgconfig_DATA) $(pkgsysconf_DATA)
  167. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  168. distclean-recursive maintainer-clean-recursive
  169. am__recursive_targets = \
  170. $(RECURSIVE_TARGETS) \
  171. $(RECURSIVE_CLEAN_TARGETS) \
  172. $(am__extra_recursive_targets)
  173. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  174. cscope distdir dist dist-all distcheck
  175. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  176. # Read a list of newline-separated strings from the standard input,
  177. # and print each of them once, without duplicates. Input order is
  178. # *not* preserved.
  179. am__uniquify_input = $(AWK) '\
  180. BEGIN { nonempty = 0; } \
  181. { items[$$0] = 1; nonempty = 1; } \
  182. END { if (nonempty) { for (i in items) print i; }; } \
  183. '
  184. # Make sure the list of sources is unique. This is necessary because,
  185. # e.g., the same source file might be shared among _SOURCES variables
  186. # for different programs/libraries.
  187. am__define_uniq_tagged_files = \
  188. list='$(am__tagged_files)'; \
  189. unique=`for i in $$list; do \
  190. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  191. done | $(am__uniquify_input)`
  192. ETAGS = etags
  193. CTAGS = ctags
  194. CSCOPE = cscope
  195. DIST_SUBDIRS = include lib man python tests src
  196. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  197. distdir = $(PACKAGE)-$(VERSION)
  198. top_distdir = $(distdir)
  199. am__remove_distdir = \
  200. if test -d "$(distdir)"; then \
  201. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  202. && rm -rf "$(distdir)" \
  203. || { sleep 5 && rm -rf "$(distdir)"; }; \
  204. else :; fi
  205. am__post_remove_distdir = $(am__remove_distdir)
  206. am__relativize = \
  207. dir0=`pwd`; \
  208. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  209. sed_rest='s,^[^/]*/*,,'; \
  210. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  211. sed_butlast='s,/*[^/]*$$,,'; \
  212. while test -n "$$dir1"; do \
  213. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  214. if test "$$first" != "."; then \
  215. if test "$$first" = ".."; then \
  216. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  217. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  218. else \
  219. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  220. if test "$$first2" = "$$first"; then \
  221. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  222. else \
  223. dir2="../$$dir2"; \
  224. fi; \
  225. dir0="$$dir0"/"$$first"; \
  226. fi; \
  227. fi; \
  228. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  229. done; \
  230. reldir="$$dir2"
  231. DIST_ARCHIVES = $(distdir).tar.gz
  232. GZIP_ENV = --best
  233. DIST_TARGETS = dist-gzip
  234. distuninstallcheck_listfiles = find . -type f -print
  235. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  236. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  237. distcleancheck_listfiles = find . -type f -print
  238. ACLOCAL = @ACLOCAL@
  239. AMTAR = @AMTAR@
  240. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  241. AR = @AR@
  242. AUTOCONF = @AUTOCONF@
  243. AUTOHEADER = @AUTOHEADER@
  244. AUTOMAKE = @AUTOMAKE@
  245. AWK = @AWK@
  246. CC = @CC@
  247. CCDEPMODE = @CCDEPMODE@
  248. CFLAGS = @CFLAGS@
  249. CHECK_CFLAGS = @CHECK_CFLAGS@
  250. CHECK_LIBS = @CHECK_LIBS@
  251. CPP = @CPP@
  252. CPPFLAGS = @CPPFLAGS@
  253. CYGPATH_W = @CYGPATH_W@
  254. DEFS = @DEFS@
  255. DEPDIR = @DEPDIR@
  256. DLLTOOL = @DLLTOOL@
  257. DSYMUTIL = @DSYMUTIL@
  258. DUMPBIN = @DUMPBIN@
  259. ECHO_C = @ECHO_C@
  260. ECHO_N = @ECHO_N@
  261. ECHO_T = @ECHO_T@
  262. EGREP = @EGREP@
  263. EXEEXT = @EXEEXT@
  264. FGREP = @FGREP@
  265. FLEX = @FLEX@
  266. GREP = @GREP@
  267. INSTALL = @INSTALL@
  268. INSTALL_DATA = @INSTALL_DATA@
  269. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  270. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  271. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  272. LD = @LD@
  273. LDFLAGS = @LDFLAGS@
  274. LIBNL_VERSION = @LIBNL_VERSION@
  275. LIBOBJS = @LIBOBJS@
  276. LIBS = @LIBS@
  277. LIBTOOL = @LIBTOOL@
  278. LIPO = @LIPO@
  279. LN_S = @LN_S@
  280. LTLIBOBJS = @LTLIBOBJS@
  281. LT_AGE = @LT_AGE@
  282. LT_CURRENT = @LT_CURRENT@
  283. LT_REVISION = @LT_REVISION@
  284. MAJ_VERSION = @MAJ_VERSION@
  285. MAKEINFO = @MAKEINFO@
  286. MANIFEST_TOOL = @MANIFEST_TOOL@
  287. MIC_VERSION = @MIC_VERSION@
  288. MIN_VERSION = @MIN_VERSION@
  289. MKDIR_P = @MKDIR_P@
  290. NM = @NM@
  291. NMEDIT = @NMEDIT@
  292. OBJDUMP = @OBJDUMP@
  293. OBJEXT = @OBJEXT@
  294. OTOOL = @OTOOL@
  295. OTOOL64 = @OTOOL64@
  296. PACKAGE = @PACKAGE@
  297. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  298. PACKAGE_NAME = @PACKAGE_NAME@
  299. PACKAGE_STRING = @PACKAGE_STRING@
  300. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  301. PACKAGE_URL = @PACKAGE_URL@
  302. PACKAGE_VERSION = @PACKAGE_VERSION@
  303. PATH_SEPARATOR = @PATH_SEPARATOR@
  304. PKG_CONFIG = @PKG_CONFIG@
  305. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  306. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  307. RANLIB = @RANLIB@
  308. SED = @SED@
  309. SET_MAKE = @SET_MAKE@
  310. SHELL = @SHELL@
  311. STRIP = @STRIP@
  312. VERSION = @VERSION@
  313. YACC = @YACC@
  314. abs_builddir = @abs_builddir@
  315. abs_srcdir = @abs_srcdir@
  316. abs_top_builddir = @abs_top_builddir@
  317. abs_top_srcdir = @abs_top_srcdir@
  318. ac_ct_AR = @ac_ct_AR@
  319. ac_ct_CC = @ac_ct_CC@
  320. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  321. am__include = @am__include@
  322. am__leading_dot = @am__leading_dot@
  323. am__quote = @am__quote@
  324. am__tar = @am__tar@
  325. am__untar = @am__untar@
  326. bindir = @bindir@
  327. build = @build@
  328. build_alias = @build_alias@
  329. build_cpu = @build_cpu@
  330. build_os = @build_os@
  331. build_vendor = @build_vendor@
  332. builddir = @builddir@
  333. datadir = @datadir@
  334. datarootdir = @datarootdir@
  335. docdir = @docdir@
  336. dvidir = @dvidir@
  337. exec_prefix = @exec_prefix@
  338. host = @host@
  339. host_alias = @host_alias@
  340. host_cpu = @host_cpu@
  341. host_os = @host_os@
  342. host_vendor = @host_vendor@
  343. htmldir = @htmldir@
  344. includedir = @includedir@
  345. infodir = @infodir@
  346. install_sh = @install_sh@
  347. libdir = @libdir@
  348. libexecdir = @libexecdir@
  349. localedir = @localedir@
  350. localstatedir = @localstatedir@
  351. mandir = @mandir@
  352. mkdir_p = @mkdir_p@
  353. oldincludedir = @oldincludedir@
  354. pdfdir = @pdfdir@
  355. pkgconfigdir = @pkgconfigdir@
  356. prefix = @prefix@
  357. program_transform_name = @program_transform_name@
  358. psdir = @psdir@
  359. sbindir = @sbindir@
  360. sharedstatedir = @sharedstatedir@
  361. srcdir = @srcdir@
  362. subdirs = @subdirs@
  363. sysconfdir = @sysconfdir@
  364. target_alias = @target_alias@
  365. top_build_prefix = @top_build_prefix@
  366. top_builddir = @top_builddir@
  367. top_srcdir = @top_srcdir@
  368. ACLOCAL_AMFLAGS = -I m4
  369. SUBDIRS = include lib man python tests $(am__append_1)
  370. pkgconfig_DATA = libnl-3.0.pc libnl-route-3.0.pc libnl-genl-3.0.pc \
  371. libnl-nf-3.0.pc $(am__append_2)
  372. pkgsysconfdir = ${sysconfdir}/libnl
  373. pkgsysconf_DATA = etc/pktloc etc/classid
  374. EXTRA_DIST = \
  375. $(pkgsysconf_DATA)
  376. all: all-recursive
  377. .SUFFIXES:
  378. am--refresh: Makefile
  379. @:
  380. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  381. @for dep in $?; do \
  382. case '$(am__configure_deps)' in \
  383. *$$dep*) \
  384. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  385. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  386. && exit 0; \
  387. exit 1;; \
  388. esac; \
  389. done; \
  390. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  391. $(am__cd) $(top_srcdir) && \
  392. $(AUTOMAKE) --foreign Makefile
  393. .PRECIOUS: Makefile
  394. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  395. @case '$?' in \
  396. *config.status*) \
  397. echo ' $(SHELL) ./config.status'; \
  398. $(SHELL) ./config.status;; \
  399. *) \
  400. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  401. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  402. esac;
  403. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  404. $(SHELL) ./config.status --recheck
  405. $(top_srcdir)/configure: $(am__configure_deps)
  406. $(am__cd) $(srcdir) && $(AUTOCONF)
  407. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  408. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  409. $(am__aclocal_m4_deps):
  410. libnl.sym: $(top_builddir)/config.status $(srcdir)/libnl.sym.in
  411. cd $(top_builddir) && $(SHELL) ./config.status $@
  412. libnl-3.0.pc: $(top_builddir)/config.status $(srcdir)/libnl-3.0.pc.in
  413. cd $(top_builddir) && $(SHELL) ./config.status $@
  414. libnl-route-3.0.pc: $(top_builddir)/config.status $(srcdir)/libnl-route-3.0.pc.in
  415. cd $(top_builddir) && $(SHELL) ./config.status $@
  416. libnl-genl-3.0.pc: $(top_builddir)/config.status $(srcdir)/libnl-genl-3.0.pc.in
  417. cd $(top_builddir) && $(SHELL) ./config.status $@
  418. libnl-nf-3.0.pc: $(top_builddir)/config.status $(srcdir)/libnl-nf-3.0.pc.in
  419. cd $(top_builddir) && $(SHELL) ./config.status $@
  420. libnl-cli-3.0.pc: $(top_builddir)/config.status $(srcdir)/libnl-cli-3.0.pc.in
  421. cd $(top_builddir) && $(SHELL) ./config.status $@
  422. include/netlink/version.h: $(top_builddir)/config.status $(top_srcdir)/include/netlink/version.h.in
  423. cd $(top_builddir) && $(SHELL) ./config.status $@
  424. mostlyclean-libtool:
  425. -rm -f *.lo
  426. clean-libtool:
  427. -rm -rf .libs _libs
  428. distclean-libtool:
  429. -rm -f libtool config.lt
  430. install-pkgconfigDATA: $(pkgconfig_DATA)
  431. @$(NORMAL_INSTALL)
  432. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  433. if test -n "$$list"; then \
  434. echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
  435. $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
  436. fi; \
  437. for p in $$list; do \
  438. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  439. echo "$$d$$p"; \
  440. done | $(am__base_list) | \
  441. while read files; do \
  442. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
  443. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
  444. done
  445. uninstall-pkgconfigDATA:
  446. @$(NORMAL_UNINSTALL)
  447. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  448. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  449. dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
  450. install-pkgsysconfDATA: $(pkgsysconf_DATA)
  451. @$(NORMAL_INSTALL)
  452. @list='$(pkgsysconf_DATA)'; test -n "$(pkgsysconfdir)" || list=; \
  453. if test -n "$$list"; then \
  454. echo " $(MKDIR_P) '$(DESTDIR)$(pkgsysconfdir)'"; \
  455. $(MKDIR_P) "$(DESTDIR)$(pkgsysconfdir)" || exit 1; \
  456. fi; \
  457. for p in $$list; do \
  458. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  459. echo "$$d$$p"; \
  460. done | $(am__base_list) | \
  461. while read files; do \
  462. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgsysconfdir)'"; \
  463. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgsysconfdir)" || exit $$?; \
  464. done
  465. uninstall-pkgsysconfDATA:
  466. @$(NORMAL_UNINSTALL)
  467. @list='$(pkgsysconf_DATA)'; test -n "$(pkgsysconfdir)" || list=; \
  468. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  469. dir='$(DESTDIR)$(pkgsysconfdir)'; $(am__uninstall_files_from_dir)
  470. # This directory's subdirectories are mostly independent; you can cd
  471. # into them and run 'make' without going through this Makefile.
  472. # To change the values of 'make' variables: instead of editing Makefiles,
  473. # (1) if the variable is set in 'config.status', edit 'config.status'
  474. # (which will cause the Makefiles to be regenerated when you run 'make');
  475. # (2) otherwise, pass the desired values on the 'make' command line.
  476. $(am__recursive_targets):
  477. @fail=; \
  478. if $(am__make_keepgoing); then \
  479. failcom='fail=yes'; \
  480. else \
  481. failcom='exit 1'; \
  482. fi; \
  483. dot_seen=no; \
  484. target=`echo $@ | sed s/-recursive//`; \
  485. case "$@" in \
  486. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  487. *) list='$(SUBDIRS)' ;; \
  488. esac; \
  489. for subdir in $$list; do \
  490. echo "Making $$target in $$subdir"; \
  491. if test "$$subdir" = "."; then \
  492. dot_seen=yes; \
  493. local_target="$$target-am"; \
  494. else \
  495. local_target="$$target"; \
  496. fi; \
  497. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  498. || eval $$failcom; \
  499. done; \
  500. if test "$$dot_seen" = "no"; then \
  501. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  502. fi; test -z "$$fail"
  503. ID: $(am__tagged_files)
  504. $(am__define_uniq_tagged_files); mkid -fID $$unique
  505. tags: tags-recursive
  506. TAGS: tags
  507. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  508. set x; \
  509. here=`pwd`; \
  510. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  511. include_option=--etags-include; \
  512. empty_fix=.; \
  513. else \
  514. include_option=--include; \
  515. empty_fix=; \
  516. fi; \
  517. list='$(SUBDIRS)'; for subdir in $$list; do \
  518. if test "$$subdir" = .; then :; else \
  519. test ! -f $$subdir/TAGS || \
  520. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  521. fi; \
  522. done; \
  523. $(am__define_uniq_tagged_files); \
  524. shift; \
  525. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  526. test -n "$$unique" || unique=$$empty_fix; \
  527. if test $$# -gt 0; then \
  528. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  529. "$$@" $$unique; \
  530. else \
  531. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  532. $$unique; \
  533. fi; \
  534. fi
  535. ctags: ctags-recursive
  536. CTAGS: ctags
  537. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  538. $(am__define_uniq_tagged_files); \
  539. test -z "$(CTAGS_ARGS)$$unique" \
  540. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  541. $$unique
  542. GTAGS:
  543. here=`$(am__cd) $(top_builddir) && pwd` \
  544. && $(am__cd) $(top_srcdir) \
  545. && gtags -i $(GTAGS_ARGS) "$$here"
  546. cscope: cscope.files
  547. test ! -s cscope.files \
  548. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  549. clean-cscope:
  550. -rm -f cscope.files
  551. cscope.files: clean-cscope cscopelist
  552. cscopelist: cscopelist-recursive
  553. cscopelist-am: $(am__tagged_files)
  554. list='$(am__tagged_files)'; \
  555. case "$(srcdir)" in \
  556. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  557. *) sdir=$(subdir)/$(srcdir) ;; \
  558. esac; \
  559. for i in $$list; do \
  560. if test -f "$$i"; then \
  561. echo "$(subdir)/$$i"; \
  562. else \
  563. echo "$$sdir/$$i"; \
  564. fi; \
  565. done >> $(top_builddir)/cscope.files
  566. distclean-tags:
  567. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  568. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  569. distdir: $(DISTFILES)
  570. $(am__remove_distdir)
  571. test -d "$(distdir)" || mkdir "$(distdir)"
  572. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  573. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  574. list='$(DISTFILES)'; \
  575. dist_files=`for file in $$list; do echo $$file; done | \
  576. sed -e "s|^$$srcdirstrip/||;t" \
  577. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  578. case $$dist_files in \
  579. */*) $(MKDIR_P) `echo "$$dist_files" | \
  580. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  581. sort -u` ;; \
  582. esac; \
  583. for file in $$dist_files; do \
  584. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  585. if test -d $$d/$$file; then \
  586. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  587. if test -d "$(distdir)/$$file"; then \
  588. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  589. fi; \
  590. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  591. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  592. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  593. fi; \
  594. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  595. else \
  596. test -f "$(distdir)/$$file" \
  597. || cp -p $$d/$$file "$(distdir)/$$file" \
  598. || exit 1; \
  599. fi; \
  600. done
  601. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  602. if test "$$subdir" = .; then :; else \
  603. $(am__make_dryrun) \
  604. || test -d "$(distdir)/$$subdir" \
  605. || $(MKDIR_P) "$(distdir)/$$subdir" \
  606. || exit 1; \
  607. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  608. $(am__relativize); \
  609. new_distdir=$$reldir; \
  610. dir1=$$subdir; dir2="$(top_distdir)"; \
  611. $(am__relativize); \
  612. new_top_distdir=$$reldir; \
  613. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  614. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  615. ($(am__cd) $$subdir && \
  616. $(MAKE) $(AM_MAKEFLAGS) \
  617. top_distdir="$$new_top_distdir" \
  618. distdir="$$new_distdir" \
  619. am__remove_distdir=: \
  620. am__skip_length_check=: \
  621. am__skip_mode_fix=: \
  622. distdir) \
  623. || exit 1; \
  624. fi; \
  625. done
  626. -test -n "$(am__skip_mode_fix)" \
  627. || find "$(distdir)" -type d ! -perm -755 \
  628. -exec chmod u+rwx,go+rx {} \; -o \
  629. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  630. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  631. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  632. || chmod -R a+r "$(distdir)"
  633. dist-gzip: distdir
  634. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  635. $(am__post_remove_distdir)
  636. dist-bzip2: distdir
  637. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  638. $(am__post_remove_distdir)
  639. dist-lzip: distdir
  640. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  641. $(am__post_remove_distdir)
  642. dist-xz: distdir
  643. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  644. $(am__post_remove_distdir)
  645. dist-tarZ: distdir
  646. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  647. $(am__post_remove_distdir)
  648. dist-shar: distdir
  649. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  650. $(am__post_remove_distdir)
  651. dist-zip: distdir
  652. -rm -f $(distdir).zip
  653. zip -rq $(distdir).zip $(distdir)
  654. $(am__post_remove_distdir)
  655. dist dist-all:
  656. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  657. $(am__post_remove_distdir)
  658. # This target untars the dist file and tries a VPATH configuration. Then
  659. # it guarantees that the distribution is self-contained by making another
  660. # tarfile.
  661. distcheck: dist
  662. case '$(DIST_ARCHIVES)' in \
  663. *.tar.gz*) \
  664. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  665. *.tar.bz2*) \
  666. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  667. *.tar.lz*) \
  668. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  669. *.tar.xz*) \
  670. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  671. *.tar.Z*) \
  672. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  673. *.shar.gz*) \
  674. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  675. *.zip*) \
  676. unzip $(distdir).zip ;;\
  677. esac
  678. chmod -R a-w $(distdir)
  679. chmod u+w $(distdir)
  680. mkdir $(distdir)/_build $(distdir)/_inst
  681. chmod a-w $(distdir)
  682. test -d $(distdir)/_build || exit 0; \
  683. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  684. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  685. && am__cwd=`pwd` \
  686. && $(am__cd) $(distdir)/_build \
  687. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  688. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  689. $(DISTCHECK_CONFIGURE_FLAGS) \
  690. && $(MAKE) $(AM_MAKEFLAGS) \
  691. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  692. && $(MAKE) $(AM_MAKEFLAGS) check \
  693. && $(MAKE) $(AM_MAKEFLAGS) install \
  694. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  695. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  696. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  697. distuninstallcheck \
  698. && chmod -R a-w "$$dc_install_base" \
  699. && ({ \
  700. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  701. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  702. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  703. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  704. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  705. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  706. && rm -rf "$$dc_destdir" \
  707. && $(MAKE) $(AM_MAKEFLAGS) dist \
  708. && rm -rf $(DIST_ARCHIVES) \
  709. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  710. && cd "$$am__cwd" \
  711. || exit 1
  712. $(am__post_remove_distdir)
  713. @(echo "$(distdir) archives ready for distribution: "; \
  714. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  715. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  716. distuninstallcheck:
  717. @test -n '$(distuninstallcheck_dir)' || { \
  718. echo 'ERROR: trying to run $@ with an empty' \
  719. '$$(distuninstallcheck_dir)' >&2; \
  720. exit 1; \
  721. }; \
  722. $(am__cd) '$(distuninstallcheck_dir)' || { \
  723. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  724. exit 1; \
  725. }; \
  726. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  727. || { echo "ERROR: files left after uninstall:" ; \
  728. if test -n "$(DESTDIR)"; then \
  729. echo " (check DESTDIR support)"; \
  730. fi ; \
  731. $(distuninstallcheck_listfiles) ; \
  732. exit 1; } >&2
  733. distcleancheck: distclean
  734. @if test '$(srcdir)' = . ; then \
  735. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  736. exit 1 ; \
  737. fi
  738. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  739. || { echo "ERROR: files left in build directory after distclean:" ; \
  740. $(distcleancheck_listfiles) ; \
  741. exit 1; } >&2
  742. check-am: all-am
  743. check: check-recursive
  744. all-am: Makefile $(DATA)
  745. installdirs: installdirs-recursive
  746. installdirs-am:
  747. for dir in "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgsysconfdir)"; do \
  748. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  749. done
  750. install: install-recursive
  751. install-exec: install-exec-recursive
  752. install-data: install-data-recursive
  753. uninstall: uninstall-recursive
  754. install-am: all-am
  755. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  756. installcheck: installcheck-recursive
  757. install-strip:
  758. if test -z '$(STRIP)'; then \
  759. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  760. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  761. install; \
  762. else \
  763. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  764. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  765. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  766. fi
  767. mostlyclean-generic:
  768. clean-generic:
  769. distclean-generic:
  770. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  771. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  772. maintainer-clean-generic:
  773. @echo "This command is intended for maintainers to use"
  774. @echo "it deletes files that may require special tools to rebuild."
  775. clean: clean-recursive
  776. clean-am: clean-generic clean-libtool mostlyclean-am
  777. distclean: distclean-recursive
  778. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  779. -rm -f Makefile
  780. distclean-am: clean-am distclean-generic distclean-libtool \
  781. distclean-tags
  782. dvi: dvi-recursive
  783. dvi-am:
  784. html: html-recursive
  785. html-am:
  786. info: info-recursive
  787. info-am:
  788. install-data-am: install-pkgconfigDATA install-pkgsysconfDATA
  789. install-dvi: install-dvi-recursive
  790. install-dvi-am:
  791. install-exec-am:
  792. install-html: install-html-recursive
  793. install-html-am:
  794. install-info: install-info-recursive
  795. install-info-am:
  796. install-man:
  797. install-pdf: install-pdf-recursive
  798. install-pdf-am:
  799. install-ps: install-ps-recursive
  800. install-ps-am:
  801. installcheck-am:
  802. maintainer-clean: maintainer-clean-recursive
  803. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  804. -rm -rf $(top_srcdir)/autom4te.cache
  805. -rm -f Makefile
  806. maintainer-clean-am: distclean-am maintainer-clean-generic
  807. mostlyclean: mostlyclean-recursive
  808. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  809. pdf: pdf-recursive
  810. pdf-am:
  811. ps: ps-recursive
  812. ps-am:
  813. uninstall-am: uninstall-pkgconfigDATA uninstall-pkgsysconfDATA
  814. .MAKE: $(am__recursive_targets) install-am install-strip
  815. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  816. am--refresh check check-am clean clean-cscope clean-generic \
  817. clean-libtool cscope cscopelist-am ctags ctags-am dist \
  818. dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
  819. dist-xz dist-zip distcheck distclean distclean-generic \
  820. distclean-libtool distclean-tags distcleancheck distdir \
  821. distuninstallcheck dvi dvi-am html html-am info info-am \
  822. install install-am install-data install-data-am install-dvi \
  823. install-dvi-am install-exec install-exec-am install-html \
  824. install-html-am install-info install-info-am install-man \
  825. install-pdf install-pdf-am install-pkgconfigDATA \
  826. install-pkgsysconfDATA install-ps install-ps-am install-strip \
  827. installcheck installcheck-am installdirs installdirs-am \
  828. maintainer-clean maintainer-clean-generic mostlyclean \
  829. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  830. tags tags-am uninstall uninstall-am uninstall-pkgconfigDATA \
  831. uninstall-pkgsysconfDATA
  832. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  833. # Otherwise a system limit (for SysV at least) may be exceeded.
  834. .NOEXPORT: