patch-include_Makefile_in 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  1. --- Libnet-1.0.2a.orig/include/Makefile.in 1970-01-01 00:00:00.000000000 +0100
  2. +++ Libnet-1.0.2a/include/Makefile.in 2009-08-23 00:39:58.945660085 +0200
  3. @@ -0,0 +1,527 @@
  4. +# Makefile.in generated by automake 1.8.5 from Makefile.am.
  5. +# @configure_input@
  6. +
  7. +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  8. +# 2003, 2004 Free Software Foundation, Inc.
  9. +# This Makefile.in is free software; the Free Software Foundation
  10. +# gives unlimited permission to copy and/or distribute it,
  11. +# with or without modifications, as long as this notice is preserved.
  12. +
  13. +# This program is distributed in the hope that it will be useful,
  14. +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  15. +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  16. +# PARTICULAR PURPOSE.
  17. +
  18. +@SET_MAKE@
  19. +
  20. +srcdir = @srcdir@
  21. +top_srcdir = @top_srcdir@
  22. +VPATH = @srcdir@
  23. +pkgdatadir = $(datadir)/@PACKAGE@
  24. +pkglibdir = $(libdir)/@PACKAGE@
  25. +pkgincludedir = $(includedir)/@PACKAGE@
  26. +top_builddir = ..
  27. +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  28. +INSTALL = @INSTALL@
  29. +install_sh_DATA = $(install_sh) -c -m 644
  30. +install_sh_PROGRAM = $(install_sh) -c
  31. +install_sh_SCRIPT = $(install_sh) -c
  32. +INSTALL_HEADER = $(INSTALL_DATA)
  33. +transform = $(program_transform_name)
  34. +NORMAL_INSTALL = :
  35. +PRE_INSTALL = :
  36. +POST_INSTALL = :
  37. +NORMAL_UNINSTALL = :
  38. +PRE_UNINSTALL = :
  39. +POST_UNINSTALL = :
  40. +build_triplet = @build@
  41. +host_triplet = @host@
  42. +target_triplet = @target@
  43. +DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
  44. + $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  45. + $(top_srcdir)/Makefile.am.common
  46. +subdir = include
  47. +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  48. +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  49. + $(top_srcdir)/configure.in
  50. +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  51. + $(ACLOCAL_M4)
  52. +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  53. +CONFIG_HEADER = config.h
  54. +CONFIG_CLEAN_FILES =
  55. +depcomp =
  56. +am__depfiles_maybe =
  57. +SOURCES =
  58. +DIST_SOURCES =
  59. +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  60. + html-recursive info-recursive install-data-recursive \
  61. + install-exec-recursive install-info-recursive \
  62. + install-recursive installcheck-recursive installdirs-recursive \
  63. + pdf-recursive ps-recursive uninstall-info-recursive \
  64. + uninstall-recursive
  65. +am__installdirs = "$(DESTDIR)$(includedir)"
  66. +includeHEADERS_INSTALL = $(INSTALL_HEADER)
  67. +HEADERS = $(include_HEADERS)
  68. +ETAGS = etags
  69. +CTAGS = ctags
  70. +DIST_SUBDIRS = $(SUBDIRS)
  71. +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  72. +ACLOCAL = @ACLOCAL@
  73. +ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
  74. +AMDEP_FALSE = @AMDEP_FALSE@
  75. +AMDEP_TRUE = @AMDEP_TRUE@
  76. +AMTAR = @AMTAR@
  77. +AR = @AR@
  78. +AUTOCONF = @AUTOCONF@
  79. +AUTOHEADER = @AUTOHEADER@
  80. +AUTOMAKE = @AUTOMAKE@
  81. +AWK = @AWK@
  82. +BIN_PREFIX = @BIN_PREFIX@
  83. +CC = @CC@
  84. +CCDEPMODE = @CCDEPMODE@
  85. +CFLAGS = @CFLAGS@
  86. +CPP = @CPP@
  87. +CPPFLAGS = @CPPFLAGS@
  88. +CYGPATH_W = @CYGPATH_W@
  89. +DEFS = @DEFS@
  90. +DEPDIR = @DEPDIR@
  91. +DSYMUTIL = @DSYMUTIL@
  92. +DUMPBIN = @DUMPBIN@
  93. +ECHO_C = @ECHO_C@
  94. +ECHO_N = @ECHO_N@
  95. +ECHO_T = @ECHO_T@
  96. +EGREP = @EGREP@
  97. +EXEEXT = @EXEEXT@
  98. +FGREP = @FGREP@
  99. +GREP = @GREP@
  100. +INC_PREFIX = @INC_PREFIX@
  101. +INSTALL_DATA = @INSTALL_DATA@
  102. +INSTALL_PROGRAM = @INSTALL_PROGRAM@
  103. +INSTALL_SCRIPT = @INSTALL_SCRIPT@
  104. +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  105. +LD = @LD@
  106. +LDFLAGS = @LDFLAGS@
  107. +LIBNET_CONFIG_CFLAGS = @LIBNET_CONFIG_CFLAGS@
  108. +LIBNET_CONFIG_DEFINES = @LIBNET_CONFIG_DEFINES@
  109. +LIBNET_CONFIG_LIBS = @LIBNET_CONFIG_LIBS@
  110. +LIBOBJS = @LIBOBJS@
  111. +LIBS = @LIBS@
  112. +LIBTOOL = @LIBTOOL@
  113. +LIB_PREFIX = @LIB_PREFIX@
  114. +LIPO = @LIPO@
  115. +LL_INT_TYPE = @LL_INT_TYPE@
  116. +LL_INT_TYPE_UC = @LL_INT_TYPE_UC@
  117. +LN = @LN@
  118. +LN_S = @LN_S@
  119. +LTLIBOBJS = @LTLIBOBJS@
  120. +MAKEINFO = @MAKEINFO@
  121. +MAN_PREFIX = @MAN_PREFIX@
  122. +NM = @NM@
  123. +NMEDIT = @NMEDIT@
  124. +OBJDUMP = @OBJDUMP@
  125. +OBJEXT = @OBJEXT@
  126. +OTOOL = @OTOOL@
  127. +OTOOL64 = @OTOOL64@
  128. +PACKAGE = @PACKAGE@
  129. +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  130. +PACKAGE_NAME = @PACKAGE_NAME@
  131. +PACKAGE_STRING = @PACKAGE_STRING@
  132. +PACKAGE_TARNAME = @PACKAGE_TARNAME@
  133. +PACKAGE_VERSION = @PACKAGE_VERSION@
  134. +PATH_SEPARATOR = @PATH_SEPARATOR@
  135. +RANLIB = @RANLIB@
  136. +SED = @SED@
  137. +SET_MAKE = @SET_MAKE@
  138. +SHELL = @SHELL@
  139. +STRIP = @STRIP@
  140. +VERSION = @VERSION@
  141. +ac_ct_CC = @ac_ct_CC@
  142. +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  143. +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  144. +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  145. +am__include = @am__include@
  146. +am__leading_dot = @am__leading_dot@
  147. +am__quote = @am__quote@
  148. +bindir = @bindir@
  149. +build = @build@
  150. +build_alias = @build_alias@
  151. +build_cpu = @build_cpu@
  152. +build_os = @build_os@
  153. +build_vendor = @build_vendor@
  154. +datadir = @datadir@
  155. +datarootdir = @datarootdir@
  156. +docdir = @docdir@
  157. +dvidir = @dvidir@
  158. +exec_prefix = @exec_prefix@
  159. +host = @host@
  160. +host_alias = @host_alias@
  161. +host_cpu = @host_cpu@
  162. +host_os = @host_os@
  163. +host_vendor = @host_vendor@
  164. +htmldir = @htmldir@
  165. +includedir = @includedir@
  166. +infodir = @infodir@
  167. +install_sh = @install_sh@
  168. +libdir = @libdir@
  169. +libexecdir = @libexecdir@
  170. +localedir = @localedir@
  171. +localstatedir = @localstatedir@
  172. +lt_ECHO = @lt_ECHO@
  173. +mandir = @mandir@
  174. +mkdir_p = @mkdir_p@
  175. +oldincludedir = @oldincludedir@
  176. +pdfdir = @pdfdir@
  177. +prefix = @prefix@
  178. +program_transform_name = @program_transform_name@
  179. +psdir = @psdir@
  180. +sbindir = @sbindir@
  181. +sharedstatedir = @sharedstatedir@
  182. +sysconfdir = @sysconfdir@
  183. +target = @target@
  184. +target_alias = @target_alias@
  185. +target_cpu = @target_cpu@
  186. +target_os = @target_os@
  187. +target_vendor = @target_vendor@
  188. +AUTOMAKE_OPTIONS = foreign no-dependencies
  189. +DISTCLEANFILES = *~
  190. +SUBDIRS = libnet
  191. +include_HEADERS = libnet.h
  192. +all: config.h
  193. + $(MAKE) $(AM_MAKEFLAGS) all-recursive
  194. +
  195. +.SUFFIXES:
  196. +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.common $(am__configure_deps)
  197. + @for dep in $?; do \
  198. + case '$(am__configure_deps)' in \
  199. + *$$dep*) \
  200. + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  201. + && exit 0; \
  202. + exit 1;; \
  203. + esac; \
  204. + done; \
  205. + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
  206. + cd $(top_srcdir) && \
  207. + $(AUTOMAKE) --foreign include/Makefile
  208. +.PRECIOUS: Makefile
  209. +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  210. + @case '$?' in \
  211. + *config.status*) \
  212. + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  213. + *) \
  214. + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  215. + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  216. + esac;
  217. +
  218. +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  219. + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  220. +
  221. +$(top_srcdir)/configure: $(am__configure_deps)
  222. + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  223. +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
  224. + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  225. +
  226. +config.h: stamp-h1
  227. + @if test ! -f $@; then \
  228. + rm -f stamp-h1; \
  229. + $(MAKE) stamp-h1; \
  230. + else :; fi
  231. +
  232. +stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  233. + @rm -f stamp-h1
  234. + cd $(top_builddir) && $(SHELL) ./config.status include/config.h
  235. +$(srcdir)/config.h.in: $(am__configure_deps) $(top_srcdir)/acconfig.h
  236. + cd $(top_srcdir) && $(AUTOHEADER)
  237. + rm -f stamp-h1
  238. + touch $@
  239. +
  240. +distclean-hdr:
  241. + -rm -f config.h stamp-h1
  242. +
  243. +mostlyclean-libtool:
  244. + -rm -f *.lo
  245. +
  246. +clean-libtool:
  247. + -rm -rf .libs _libs
  248. +
  249. +distclean-libtool:
  250. + -rm -f libtool
  251. +uninstall-info-am:
  252. +install-includeHEADERS: $(include_HEADERS)
  253. + @$(NORMAL_INSTALL)
  254. + test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
  255. + @list='$(include_HEADERS)'; for p in $$list; do \
  256. + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  257. + f="`echo $$p | sed -e 's|^.*/||'`"; \
  258. + echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
  259. + $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
  260. + done
  261. +
  262. +uninstall-includeHEADERS:
  263. + @$(NORMAL_UNINSTALL)
  264. + @list='$(include_HEADERS)'; for p in $$list; do \
  265. + f="`echo $$p | sed -e 's|^.*/||'`"; \
  266. + echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
  267. + rm -f "$(DESTDIR)$(includedir)/$$f"; \
  268. + done
  269. +
  270. +# This directory's subdirectories are mostly independent; you can cd
  271. +# into them and run `make' without going through this Makefile.
  272. +# To change the values of `make' variables: instead of editing Makefiles,
  273. +# (1) if the variable is set in `config.status', edit `config.status'
  274. +# (which will cause the Makefiles to be regenerated when you run `make');
  275. +# (2) otherwise, pass the desired values on the `make' command line.
  276. +$(RECURSIVE_TARGETS):
  277. + @set fnord $$MAKEFLAGS; amf=$$2; \
  278. + dot_seen=no; \
  279. + target=`echo $@ | sed s/-recursive//`; \
  280. + list='$(SUBDIRS)'; for subdir in $$list; do \
  281. + echo "Making $$target in $$subdir"; \
  282. + if test "$$subdir" = "."; then \
  283. + dot_seen=yes; \
  284. + local_target="$$target-am"; \
  285. + else \
  286. + local_target="$$target"; \
  287. + fi; \
  288. + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  289. + || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  290. + done; \
  291. + if test "$$dot_seen" = "no"; then \
  292. + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  293. + fi; test -z "$$fail"
  294. +
  295. +mostlyclean-recursive clean-recursive distclean-recursive \
  296. +maintainer-clean-recursive:
  297. + @set fnord $$MAKEFLAGS; amf=$$2; \
  298. + dot_seen=no; \
  299. + case "$@" in \
  300. + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  301. + *) list='$(SUBDIRS)' ;; \
  302. + esac; \
  303. + rev=''; for subdir in $$list; do \
  304. + if test "$$subdir" = "."; then :; else \
  305. + rev="$$subdir $$rev"; \
  306. + fi; \
  307. + done; \
  308. + rev="$$rev ."; \
  309. + target=`echo $@ | sed s/-recursive//`; \
  310. + for subdir in $$rev; do \
  311. + echo "Making $$target in $$subdir"; \
  312. + if test "$$subdir" = "."; then \
  313. + local_target="$$target-am"; \
  314. + else \
  315. + local_target="$$target"; \
  316. + fi; \
  317. + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  318. + || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  319. + done && test -z "$$fail"
  320. +tags-recursive:
  321. + list='$(SUBDIRS)'; for subdir in $$list; do \
  322. + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  323. + done
  324. +ctags-recursive:
  325. + list='$(SUBDIRS)'; for subdir in $$list; do \
  326. + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  327. + done
  328. +
  329. +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  330. + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  331. + unique=`for i in $$list; do \
  332. + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  333. + done | \
  334. + $(AWK) ' { files[$$0] = 1; } \
  335. + END { for (i in files) print i; }'`; \
  336. + mkid -fID $$unique
  337. +tags: TAGS
  338. +
  339. +TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  340. + $(TAGS_FILES) $(LISP)
  341. + tags=; \
  342. + here=`pwd`; \
  343. + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  344. + include_option=--etags-include; \
  345. + empty_fix=.; \
  346. + else \
  347. + include_option=--include; \
  348. + empty_fix=; \
  349. + fi; \
  350. + list='$(SUBDIRS)'; for subdir in $$list; do \
  351. + if test "$$subdir" = .; then :; else \
  352. + test ! -f $$subdir/TAGS || \
  353. + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  354. + fi; \
  355. + done; \
  356. + list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  357. + unique=`for i in $$list; do \
  358. + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  359. + done | \
  360. + $(AWK) ' { files[$$0] = 1; } \
  361. + END { for (i in files) print i; }'`; \
  362. + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  363. + test -n "$$unique" || unique=$$empty_fix; \
  364. + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  365. + $$tags $$unique; \
  366. + fi
  367. +ctags: CTAGS
  368. +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  369. + $(TAGS_FILES) $(LISP)
  370. + tags=; \
  371. + here=`pwd`; \
  372. + list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  373. + unique=`for i in $$list; do \
  374. + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  375. + done | \
  376. + $(AWK) ' { files[$$0] = 1; } \
  377. + END { for (i in files) print i; }'`; \
  378. + test -z "$(CTAGS_ARGS)$$tags$$unique" \
  379. + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  380. + $$tags $$unique
  381. +
  382. +GTAGS:
  383. + here=`$(am__cd) $(top_builddir) && pwd` \
  384. + && cd $(top_srcdir) \
  385. + && gtags -i $(GTAGS_ARGS) $$here
  386. +
  387. +distclean-tags:
  388. + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  389. +
  390. +distdir: $(DISTFILES)
  391. + $(mkdir_p) $(distdir)/..
  392. + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  393. + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  394. + list='$(DISTFILES)'; for file in $$list; do \
  395. + case $$file in \
  396. + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  397. + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  398. + esac; \
  399. + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  400. + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  401. + if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  402. + dir="/$$dir"; \
  403. + $(mkdir_p) "$(distdir)$$dir"; \
  404. + else \
  405. + dir=''; \
  406. + fi; \
  407. + if test -d $$d/$$file; then \
  408. + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  409. + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  410. + fi; \
  411. + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  412. + else \
  413. + test -f $(distdir)/$$file \
  414. + || cp -p $$d/$$file $(distdir)/$$file \
  415. + || exit 1; \
  416. + fi; \
  417. + done
  418. + list='$(SUBDIRS)'; for subdir in $$list; do \
  419. + if test "$$subdir" = .; then :; else \
  420. + test -d "$(distdir)/$$subdir" \
  421. + || mkdir "$(distdir)/$$subdir" \
  422. + || exit 1; \
  423. + (cd $$subdir && \
  424. + $(MAKE) $(AM_MAKEFLAGS) \
  425. + top_distdir="../$(top_distdir)" \
  426. + distdir="../$(distdir)/$$subdir" \
  427. + distdir) \
  428. + || exit 1; \
  429. + fi; \
  430. + done
  431. +check-am: all-am
  432. +check: check-recursive
  433. +all-am: Makefile $(HEADERS) config.h
  434. +installdirs: installdirs-recursive
  435. +installdirs-am:
  436. + for dir in "$(DESTDIR)$(includedir)"; do \
  437. + test -z "$$dir" || $(mkdir_p) "$$dir"; \
  438. + done
  439. +install: install-recursive
  440. +install-exec: install-exec-recursive
  441. +install-data: install-data-recursive
  442. +uninstall: uninstall-recursive
  443. +
  444. +install-am: all-am
  445. + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  446. +
  447. +installcheck: installcheck-recursive
  448. +install-strip:
  449. + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  450. + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  451. + `test -z '$(STRIP)' || \
  452. + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  453. +mostlyclean-generic:
  454. +
  455. +clean-generic:
  456. +
  457. +distclean-generic:
  458. + -rm -f $(CONFIG_CLEAN_FILES)
  459. + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  460. +
  461. +maintainer-clean-generic:
  462. + @echo "This command is intended for maintainers to use"
  463. + @echo "it deletes files that may require special tools to rebuild."
  464. +clean: clean-recursive
  465. +
  466. +clean-am: clean-generic clean-libtool mostlyclean-am
  467. +
  468. +distclean: distclean-recursive
  469. + -rm -f Makefile
  470. +distclean-am: clean-am distclean-generic distclean-hdr \
  471. + distclean-libtool distclean-tags
  472. +
  473. +dvi: dvi-recursive
  474. +
  475. +dvi-am:
  476. +
  477. +html: html-recursive
  478. +
  479. +info: info-recursive
  480. +
  481. +info-am:
  482. +
  483. +install-data-am: install-includeHEADERS
  484. +
  485. +install-exec-am:
  486. +
  487. +install-info: install-info-recursive
  488. +
  489. +install-man:
  490. +
  491. +installcheck-am:
  492. +
  493. +maintainer-clean: maintainer-clean-recursive
  494. + -rm -f Makefile
  495. +maintainer-clean-am: distclean-am maintainer-clean-generic
  496. +
  497. +mostlyclean: mostlyclean-recursive
  498. +
  499. +mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  500. +
  501. +pdf: pdf-recursive
  502. +
  503. +pdf-am:
  504. +
  505. +ps: ps-recursive
  506. +
  507. +ps-am:
  508. +
  509. +uninstall-am: uninstall-includeHEADERS uninstall-info-am
  510. +
  511. +uninstall-info: uninstall-info-recursive
  512. +
  513. +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
  514. + clean clean-generic clean-libtool clean-recursive ctags \
  515. + ctags-recursive distclean distclean-generic distclean-hdr \
  516. + distclean-libtool distclean-recursive distclean-tags distdir \
  517. + dvi dvi-am html html-am info info-am install install-am \
  518. + install-data install-data-am install-exec install-exec-am \
  519. + install-includeHEADERS install-info install-info-am \
  520. + install-man install-strip installcheck installcheck-am \
  521. + installdirs installdirs-am maintainer-clean \
  522. + maintainer-clean-generic maintainer-clean-recursive \
  523. + mostlyclean mostlyclean-generic mostlyclean-libtool \
  524. + mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
  525. + uninstall uninstall-am uninstall-includeHEADERS \
  526. + uninstall-info-am
  527. +
  528. +# Tell versions [3.59,3.63) of GNU make to not export all variables.
  529. +# Otherwise a system limit (for SysV at least) may be exceeded.
  530. +.NOEXPORT: