Makefile 30 KB

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