Makefile 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524
  1. # Makefile.in generated by automake 1.13.4 from Makefile.am.
  2. # man/Makefile. Generated from Makefile.in by configure.
  3. # Copyright (C) 1994-2013 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. # -*- Makefile -*-
  12. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  13. am__make_running_with_option = \
  14. case $${target_option-} in \
  15. ?) ;; \
  16. *) echo "am__make_running_with_option: internal error: invalid" \
  17. "target option '$${target_option-}' specified" >&2; \
  18. exit 1;; \
  19. esac; \
  20. has_opt=no; \
  21. sane_makeflags=$$MAKEFLAGS; \
  22. if $(am__is_gnu_make); then \
  23. sane_makeflags=$$MFLAGS; \
  24. else \
  25. case $$MAKEFLAGS in \
  26. *\\[\ \ ]*) \
  27. bs=\\; \
  28. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  29. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  30. esac; \
  31. fi; \
  32. skip_next=no; \
  33. strip_trailopt () \
  34. { \
  35. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  36. }; \
  37. for flg in $$sane_makeflags; do \
  38. test $$skip_next = yes && { skip_next=no; continue; }; \
  39. case $$flg in \
  40. *=*|--*) continue;; \
  41. -*I) strip_trailopt 'I'; skip_next=yes;; \
  42. -*I?*) strip_trailopt 'I';; \
  43. -*O) strip_trailopt 'O'; skip_next=yes;; \
  44. -*O?*) strip_trailopt 'O';; \
  45. -*l) strip_trailopt 'l'; skip_next=yes;; \
  46. -*l?*) strip_trailopt 'l';; \
  47. -[dEDm]) skip_next=yes;; \
  48. -[JT]) skip_next=yes;; \
  49. esac; \
  50. case $$flg in \
  51. *$$target_option*) has_opt=yes; break;; \
  52. esac; \
  53. done; \
  54. test $$has_opt = yes
  55. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  56. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  57. pkgdatadir = $(datadir)/libnl
  58. pkgincludedir = $(includedir)/libnl
  59. pkglibdir = $(libdir)/libnl
  60. pkglibexecdir = $(libexecdir)/libnl
  61. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  62. install_sh_DATA = $(install_sh) -c -m 644
  63. install_sh_PROGRAM = $(install_sh) -c
  64. install_sh_SCRIPT = $(install_sh) -c
  65. INSTALL_HEADER = $(INSTALL_DATA)
  66. transform = $(program_transform_name)
  67. NORMAL_INSTALL = :
  68. PRE_INSTALL = :
  69. POST_INSTALL = :
  70. NORMAL_UNINSTALL = :
  71. PRE_UNINSTALL = :
  72. POST_UNINSTALL = :
  73. build_triplet = x86_64-unknown-linux-gnu
  74. host_triplet = arm-unknown-linux-gnueabihf
  75. subdir = man
  76. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  77. $(dist_man8_MANS)
  78. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  79. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  80. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  81. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  82. $(top_srcdir)/configure.ac
  83. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  84. $(ACLOCAL_M4)
  85. mkinstalldirs = $(install_sh) -d
  86. CONFIG_HEADER = $(top_builddir)/lib/defs.h
  87. CONFIG_CLEAN_FILES =
  88. CONFIG_CLEAN_VPATH_FILES =
  89. AM_V_P = $(am__v_P_$(V))
  90. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  91. am__v_P_0 = false
  92. am__v_P_1 = :
  93. AM_V_GEN = $(am__v_GEN_$(V))
  94. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  95. am__v_GEN_0 = @echo " GEN " $@;
  96. am__v_GEN_1 =
  97. AM_V_at = $(am__v_at_$(V))
  98. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  99. am__v_at_0 = @
  100. am__v_at_1 =
  101. SOURCES =
  102. DIST_SOURCES =
  103. am__can_run_installinfo = \
  104. case $$AM_UPDATE_INFO_DIR in \
  105. n|no|NO) false;; \
  106. *) (install-info --version) >/dev/null 2>&1;; \
  107. esac
  108. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  109. am__vpath_adj = case $$p in \
  110. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  111. *) f=$$p;; \
  112. esac;
  113. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  114. am__install_max = 40
  115. am__nobase_strip_setup = \
  116. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  117. am__nobase_strip = \
  118. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  119. am__nobase_list = $(am__nobase_strip_setup); \
  120. for p in $$list; do echo "$$p $$p"; done | \
  121. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  122. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  123. if (++n[$$2] == $(am__install_max)) \
  124. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  125. END { for (dir in files) print dir, files[dir] }'
  126. am__base_list = \
  127. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  128. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  129. am__uninstall_files_from_dir = { \
  130. test -z "$$files" \
  131. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  132. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  133. $(am__cd) "$$dir" && rm -f $$files; }; \
  134. }
  135. man8dir = $(mandir)/man8
  136. am__installdirs = "$(DESTDIR)$(man8dir)"
  137. NROFF = nroff
  138. MANS = $(dist_man8_MANS)
  139. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  140. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  141. 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
  142. AMTAR = $${TAR-tar}
  143. AM_DEFAULT_VERBOSITY = 0
  144. 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
  145. AUTOCONF = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25/build-aux/missing autoconf
  146. AUTOHEADER = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25/build-aux/missing autoheader
  147. 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
  148. AWK = gawk
  149. 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
  150. CCDEPMODE = depmode=gcc3
  151. CFLAGS = -g -O2
  152. CHECK_CFLAGS =
  153. CHECK_LIBS =
  154. 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
  155. CPPFLAGS =
  156. CYGPATH_W = echo
  157. DEFS = -DHAVE_CONFIG_H
  158. DEPDIR = .deps
  159. DLLTOOL = false
  160. DSYMUTIL =
  161. DUMPBIN = :
  162. ECHO_C =
  163. ECHO_N = -n
  164. ECHO_T =
  165. EGREP = /bin/grep -E
  166. EXEEXT =
  167. FGREP = /bin/grep -F
  168. FLEX = flex
  169. GREP = /bin/grep
  170. INSTALL = /usr/bin/install -c
  171. INSTALL_DATA = ${INSTALL} -m 644
  172. INSTALL_PROGRAM = ${INSTALL}
  173. INSTALL_SCRIPT = ${INSTALL}
  174. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  175. 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
  176. LDFLAGS =
  177. LIBNL_VERSION = 3.2.25
  178. LIBOBJS =
  179. LIBS = -lpthread -lm
  180. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  181. LIPO =
  182. LN_S = ln -s
  183. LTLIBOBJS =
  184. LT_AGE = 20
  185. LT_CURRENT = 220
  186. LT_REVISION = 0
  187. MAJ_VERSION = 3
  188. MAKEINFO = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25/build-aux/missing makeinfo
  189. MANIFEST_TOOL = :
  190. MIC_VERSION = 25
  191. MIN_VERSION = 2
  192. MKDIR_P = /bin/mkdir -p
  193. NM = nm
  194. NMEDIT =
  195. OBJDUMP = objdump
  196. OBJEXT = o
  197. OTOOL =
  198. OTOOL64 =
  199. PACKAGE = libnl
  200. PACKAGE_BUGREPORT =
  201. PACKAGE_NAME = libnl
  202. PACKAGE_STRING = libnl 3.2.25
  203. PACKAGE_TARNAME = libnl
  204. PACKAGE_URL = http://www.infradead.org/~tgr/libnl/
  205. PACKAGE_VERSION = 3.2.25
  206. PATH_SEPARATOR = :
  207. PKG_CONFIG = /usr/bin/pkg-config
  208. PKG_CONFIG_LIBDIR =
  209. PKG_CONFIG_PATH =
  210. 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
  211. SED = /bin/sed
  212. SET_MAKE =
  213. SHELL = /bin/bash
  214. 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
  215. VERSION = 3.2.25
  216. YACC = bison -y
  217. abs_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25/man
  218. abs_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25/man
  219. abs_top_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25
  220. abs_top_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25
  221. ac_ct_AR =
  222. ac_ct_CC =
  223. ac_ct_DUMPBIN = link -dump
  224. am__include = include
  225. am__leading_dot = .
  226. am__quote =
  227. am__tar = $${TAR-tar} chof - "$$tardir"
  228. am__untar = $${TAR-tar} xf -
  229. bindir = ${exec_prefix}/bin
  230. build = x86_64-unknown-linux-gnu
  231. build_alias =
  232. build_cpu = x86_64
  233. build_os = linux-gnu
  234. build_vendor = unknown
  235. builddir = .
  236. datadir = ${datarootdir}
  237. datarootdir = ${prefix}/share
  238. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  239. dvidir = ${docdir}
  240. exec_prefix = ${prefix}
  241. host = arm-unknown-linux-gnueabihf
  242. host_alias = arm-linux-gnueabihf
  243. host_cpu = arm
  244. host_os = linux-gnueabihf
  245. host_vendor = unknown
  246. htmldir = ${docdir}
  247. includedir = ${prefix}/include
  248. infodir = ${datarootdir}/info
  249. install_sh = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25/build-aux/install-sh
  250. libdir = ${exec_prefix}/lib
  251. libexecdir = ${exec_prefix}/libexec
  252. localedir = ${datarootdir}/locale
  253. localstatedir = ${prefix}/var
  254. mandir = ${datarootdir}/man
  255. mkdir_p = $(MKDIR_P)
  256. oldincludedir = /usr/include
  257. pdfdir = ${docdir}
  258. pkgconfigdir = ${libdir}/pkgconfig
  259. prefix = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libnl-3.2.25/release
  260. program_transform_name = s,x,x,
  261. psdir = ${docdir}
  262. sbindir = ${exec_prefix}/sbin
  263. sharedstatedir = ${prefix}/com
  264. srcdir = .
  265. subdirs = doc
  266. sysconfdir = ${prefix}/etc
  267. target_alias =
  268. top_build_prefix = ../
  269. top_builddir = ..
  270. top_srcdir = ..
  271. dist_man8_MANS = \
  272. nl-classid-lookup.8 \
  273. nl-pktloc-lookup.8 \
  274. nl-qdisc-add.8 nl-qdisc-delete.8 nl-qdisc-list.8 \
  275. genl-ctrl-list.8
  276. all: all-am
  277. .SUFFIXES:
  278. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  279. @for dep in $?; do \
  280. case '$(am__configure_deps)' in \
  281. *$$dep*) \
  282. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  283. && { if test -f $@; then exit 0; else break; fi; }; \
  284. exit 1;; \
  285. esac; \
  286. done; \
  287. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
  288. $(am__cd) $(top_srcdir) && \
  289. $(AUTOMAKE) --foreign man/Makefile
  290. .PRECIOUS: Makefile
  291. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  292. @case '$?' in \
  293. *config.status*) \
  294. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  295. *) \
  296. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  297. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  298. esac;
  299. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  300. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  301. $(top_srcdir)/configure: $(am__configure_deps)
  302. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  303. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  304. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  305. $(am__aclocal_m4_deps):
  306. mostlyclean-libtool:
  307. -rm -f *.lo
  308. clean-libtool:
  309. -rm -rf .libs _libs
  310. install-man8: $(dist_man8_MANS)
  311. @$(NORMAL_INSTALL)
  312. @list1='$(dist_man8_MANS)'; \
  313. list2=''; \
  314. test -n "$(man8dir)" \
  315. && test -n "`echo $$list1$$list2`" \
  316. || exit 0; \
  317. echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
  318. $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
  319. { for i in $$list1; do echo "$$i"; done; \
  320. if test -n "$$list2"; then \
  321. for i in $$list2; do echo "$$i"; done \
  322. | sed -n '/\.8[a-z]*$$/p'; \
  323. fi; \
  324. } | while read p; do \
  325. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  326. echo "$$d$$p"; echo "$$p"; \
  327. done | \
  328. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
  329. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  330. sed 'N;N;s,\n, ,g' | { \
  331. list=; while read file base inst; do \
  332. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  333. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
  334. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
  335. fi; \
  336. done; \
  337. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  338. while read files; do \
  339. test -z "$$files" || { \
  340. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
  341. $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
  342. done; }
  343. uninstall-man8:
  344. @$(NORMAL_UNINSTALL)
  345. @list='$(dist_man8_MANS)'; test -n "$(man8dir)" || exit 0; \
  346. files=`{ for i in $$list; do echo "$$i"; done; \
  347. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
  348. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  349. dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
  350. tags TAGS:
  351. ctags CTAGS:
  352. cscope cscopelist:
  353. distdir: $(DISTFILES)
  354. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  355. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  356. list='$(DISTFILES)'; \
  357. dist_files=`for file in $$list; do echo $$file; done | \
  358. sed -e "s|^$$srcdirstrip/||;t" \
  359. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  360. case $$dist_files in \
  361. */*) $(MKDIR_P) `echo "$$dist_files" | \
  362. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  363. sort -u` ;; \
  364. esac; \
  365. for file in $$dist_files; do \
  366. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  367. if test -d $$d/$$file; then \
  368. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  369. if test -d "$(distdir)/$$file"; then \
  370. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  371. fi; \
  372. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  373. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  374. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  375. fi; \
  376. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  377. else \
  378. test -f "$(distdir)/$$file" \
  379. || cp -p $$d/$$file "$(distdir)/$$file" \
  380. || exit 1; \
  381. fi; \
  382. done
  383. check-am: all-am
  384. check: check-am
  385. all-am: Makefile $(MANS)
  386. installdirs:
  387. for dir in "$(DESTDIR)$(man8dir)"; do \
  388. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  389. done
  390. install: install-am
  391. install-exec: install-exec-am
  392. install-data: install-data-am
  393. uninstall: uninstall-am
  394. install-am: all-am
  395. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  396. installcheck: installcheck-am
  397. install-strip:
  398. if test -z '$(STRIP)'; then \
  399. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  400. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  401. install; \
  402. else \
  403. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  404. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  405. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  406. fi
  407. mostlyclean-generic:
  408. clean-generic:
  409. distclean-generic:
  410. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  411. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  412. maintainer-clean-generic:
  413. @echo "This command is intended for maintainers to use"
  414. @echo "it deletes files that may require special tools to rebuild."
  415. clean: clean-am
  416. clean-am: clean-generic clean-libtool mostlyclean-am
  417. distclean: distclean-am
  418. -rm -f Makefile
  419. distclean-am: clean-am distclean-generic
  420. dvi: dvi-am
  421. dvi-am:
  422. html: html-am
  423. html-am:
  424. info: info-am
  425. info-am:
  426. install-data-am: install-man
  427. install-dvi: install-dvi-am
  428. install-dvi-am:
  429. install-exec-am:
  430. install-html: install-html-am
  431. install-html-am:
  432. install-info: install-info-am
  433. install-info-am:
  434. install-man: install-man8
  435. install-pdf: install-pdf-am
  436. install-pdf-am:
  437. install-ps: install-ps-am
  438. install-ps-am:
  439. installcheck-am:
  440. maintainer-clean: maintainer-clean-am
  441. -rm -f Makefile
  442. maintainer-clean-am: distclean-am maintainer-clean-generic
  443. mostlyclean: mostlyclean-am
  444. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  445. pdf: pdf-am
  446. pdf-am:
  447. ps: ps-am
  448. ps-am:
  449. uninstall-am: uninstall-man
  450. uninstall-man: uninstall-man8
  451. .MAKE: install-am install-strip
  452. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  453. cscopelist-am ctags-am distclean distclean-generic \
  454. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  455. install install-am install-data install-data-am install-dvi \
  456. install-dvi-am install-exec install-exec-am install-html \
  457. install-html-am install-info install-info-am install-man \
  458. install-man8 install-pdf install-pdf-am install-ps \
  459. install-ps-am install-strip installcheck installcheck-am \
  460. installdirs maintainer-clean maintainer-clean-generic \
  461. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  462. ps ps-am tags-am uninstall uninstall-am uninstall-man \
  463. uninstall-man8
  464. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  465. # Otherwise a system limit (for SysV at least) may be exceeded.
  466. .NOEXPORT: