patch-include_Makefile_in 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512
  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-06-12 21:48:27.000000000 +0200
  3. @@ -0,0 +1,509 @@
  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. +ECHO = @ECHO@
  92. +ECHO_C = @ECHO_C@
  93. +ECHO_N = @ECHO_N@
  94. +ECHO_T = @ECHO_T@
  95. +EGREP = @EGREP@
  96. +EXEEXT = @EXEEXT@
  97. +INC_PREFIX = @INC_PREFIX@
  98. +INSTALL_DATA = @INSTALL_DATA@
  99. +INSTALL_PROGRAM = @INSTALL_PROGRAM@
  100. +INSTALL_SCRIPT = @INSTALL_SCRIPT@
  101. +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  102. +LDFLAGS = @LDFLAGS@
  103. +LIBNET_CONFIG_CFLAGS = @LIBNET_CONFIG_CFLAGS@
  104. +LIBNET_CONFIG_DEFINES = @LIBNET_CONFIG_DEFINES@
  105. +LIBNET_CONFIG_LIBS = @LIBNET_CONFIG_LIBS@
  106. +LIBOBJS = @LIBOBJS@
  107. +LIBS = @LIBS@
  108. +LIBTOOL = @LIBTOOL@
  109. +LIB_PREFIX = @LIB_PREFIX@
  110. +LL_INT_TYPE = @LL_INT_TYPE@
  111. +LL_INT_TYPE_UC = @LL_INT_TYPE_UC@
  112. +LN = @LN@
  113. +LN_S = @LN_S@
  114. +LTLIBOBJS = @LTLIBOBJS@
  115. +MAKEINFO = @MAKEINFO@
  116. +MAN_PREFIX = @MAN_PREFIX@
  117. +OBJEXT = @OBJEXT@
  118. +PACKAGE = @PACKAGE@
  119. +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  120. +PACKAGE_NAME = @PACKAGE_NAME@
  121. +PACKAGE_STRING = @PACKAGE_STRING@
  122. +PACKAGE_TARNAME = @PACKAGE_TARNAME@
  123. +PACKAGE_VERSION = @PACKAGE_VERSION@
  124. +PATH_SEPARATOR = @PATH_SEPARATOR@
  125. +RANLIB = @RANLIB@
  126. +SET_MAKE = @SET_MAKE@
  127. +SHELL = @SHELL@
  128. +STRIP = @STRIP@
  129. +VERSION = @VERSION@
  130. +ac_ct_CC = @ac_ct_CC@
  131. +ac_ct_RANLIB = @ac_ct_RANLIB@
  132. +ac_ct_STRIP = @ac_ct_STRIP@
  133. +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  134. +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  135. +am__include = @am__include@
  136. +am__leading_dot = @am__leading_dot@
  137. +am__quote = @am__quote@
  138. +bindir = @bindir@
  139. +build = @build@
  140. +build_alias = @build_alias@
  141. +build_cpu = @build_cpu@
  142. +build_os = @build_os@
  143. +build_vendor = @build_vendor@
  144. +datadir = @datadir@
  145. +exec_prefix = @exec_prefix@
  146. +host = @host@
  147. +host_alias = @host_alias@
  148. +host_cpu = @host_cpu@
  149. +host_os = @host_os@
  150. +host_vendor = @host_vendor@
  151. +includedir = @includedir@
  152. +infodir = @infodir@
  153. +install_sh = @install_sh@
  154. +libdir = @libdir@
  155. +libexecdir = @libexecdir@
  156. +localstatedir = @localstatedir@
  157. +mandir = @mandir@
  158. +mkdir_p = @mkdir_p@
  159. +oldincludedir = @oldincludedir@
  160. +prefix = @prefix@
  161. +program_transform_name = @program_transform_name@
  162. +sbindir = @sbindir@
  163. +sharedstatedir = @sharedstatedir@
  164. +sysconfdir = @sysconfdir@
  165. +target = @target@
  166. +target_alias = @target_alias@
  167. +target_cpu = @target_cpu@
  168. +target_os = @target_os@
  169. +target_vendor = @target_vendor@
  170. +AUTOMAKE_OPTIONS = foreign no-dependencies
  171. +DISTCLEANFILES = *~
  172. +SUBDIRS = libnet
  173. +include_HEADERS = libnet.h
  174. +all: config.h
  175. + $(MAKE) $(AM_MAKEFLAGS) all-recursive
  176. +
  177. +.SUFFIXES:
  178. +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.common $(am__configure_deps)
  179. + @for dep in $?; do \
  180. + case '$(am__configure_deps)' in \
  181. + *$$dep*) \
  182. + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  183. + && exit 0; \
  184. + exit 1;; \
  185. + esac; \
  186. + done; \
  187. + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
  188. + cd $(top_srcdir) && \
  189. + $(AUTOMAKE) --foreign include/Makefile
  190. +.PRECIOUS: Makefile
  191. +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  192. + @case '$?' in \
  193. + *config.status*) \
  194. + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  195. + *) \
  196. + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  197. + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  198. + esac;
  199. +
  200. +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  201. + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  202. +
  203. +$(top_srcdir)/configure: $(am__configure_deps)
  204. + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  205. +$(ACLOCAL_M4): $(am__aclocal_m4_deps)
  206. + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  207. +
  208. +config.h: stamp-h1
  209. + @if test ! -f $@; then \
  210. + rm -f stamp-h1; \
  211. + $(MAKE) stamp-h1; \
  212. + else :; fi
  213. +
  214. +stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  215. + @rm -f stamp-h1
  216. + cd $(top_builddir) && $(SHELL) ./config.status include/config.h
  217. +$(srcdir)/config.h.in: $(am__configure_deps) $(top_srcdir)/acconfig.h
  218. + cd $(top_srcdir) && $(AUTOHEADER)
  219. + rm -f stamp-h1
  220. + touch $@
  221. +
  222. +distclean-hdr:
  223. + -rm -f config.h stamp-h1
  224. +
  225. +mostlyclean-libtool:
  226. + -rm -f *.lo
  227. +
  228. +clean-libtool:
  229. + -rm -rf .libs _libs
  230. +
  231. +distclean-libtool:
  232. + -rm -f libtool
  233. +uninstall-info-am:
  234. +install-includeHEADERS: $(include_HEADERS)
  235. + @$(NORMAL_INSTALL)
  236. + test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
  237. + @list='$(include_HEADERS)'; for p in $$list; do \
  238. + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  239. + f="`echo $$p | sed -e 's|^.*/||'`"; \
  240. + echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
  241. + $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
  242. + done
  243. +
  244. +uninstall-includeHEADERS:
  245. + @$(NORMAL_UNINSTALL)
  246. + @list='$(include_HEADERS)'; for p in $$list; do \
  247. + f="`echo $$p | sed -e 's|^.*/||'`"; \
  248. + echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
  249. + rm -f "$(DESTDIR)$(includedir)/$$f"; \
  250. + done
  251. +
  252. +# This directory's subdirectories are mostly independent; you can cd
  253. +# into them and run `make' without going through this Makefile.
  254. +# To change the values of `make' variables: instead of editing Makefiles,
  255. +# (1) if the variable is set in `config.status', edit `config.status'
  256. +# (which will cause the Makefiles to be regenerated when you run `make');
  257. +# (2) otherwise, pass the desired values on the `make' command line.
  258. +$(RECURSIVE_TARGETS):
  259. + @set fnord $$MAKEFLAGS; amf=$$2; \
  260. + dot_seen=no; \
  261. + target=`echo $@ | sed s/-recursive//`; \
  262. + list='$(SUBDIRS)'; for subdir in $$list; do \
  263. + echo "Making $$target in $$subdir"; \
  264. + if test "$$subdir" = "."; then \
  265. + dot_seen=yes; \
  266. + local_target="$$target-am"; \
  267. + else \
  268. + local_target="$$target"; \
  269. + fi; \
  270. + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  271. + || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  272. + done; \
  273. + if test "$$dot_seen" = "no"; then \
  274. + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  275. + fi; test -z "$$fail"
  276. +
  277. +mostlyclean-recursive clean-recursive distclean-recursive \
  278. +maintainer-clean-recursive:
  279. + @set fnord $$MAKEFLAGS; amf=$$2; \
  280. + dot_seen=no; \
  281. + case "$@" in \
  282. + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  283. + *) list='$(SUBDIRS)' ;; \
  284. + esac; \
  285. + rev=''; for subdir in $$list; do \
  286. + if test "$$subdir" = "."; then :; else \
  287. + rev="$$subdir $$rev"; \
  288. + fi; \
  289. + done; \
  290. + rev="$$rev ."; \
  291. + target=`echo $@ | sed s/-recursive//`; \
  292. + for subdir in $$rev; do \
  293. + echo "Making $$target in $$subdir"; \
  294. + if test "$$subdir" = "."; then \
  295. + local_target="$$target-am"; \
  296. + else \
  297. + local_target="$$target"; \
  298. + fi; \
  299. + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  300. + || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  301. + done && test -z "$$fail"
  302. +tags-recursive:
  303. + list='$(SUBDIRS)'; for subdir in $$list; do \
  304. + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  305. + done
  306. +ctags-recursive:
  307. + list='$(SUBDIRS)'; for subdir in $$list; do \
  308. + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  309. + done
  310. +
  311. +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  312. + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  313. + unique=`for i in $$list; do \
  314. + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  315. + done | \
  316. + $(AWK) ' { files[$$0] = 1; } \
  317. + END { for (i in files) print i; }'`; \
  318. + mkid -fID $$unique
  319. +tags: TAGS
  320. +
  321. +TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  322. + $(TAGS_FILES) $(LISP)
  323. + tags=; \
  324. + here=`pwd`; \
  325. + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  326. + include_option=--etags-include; \
  327. + empty_fix=.; \
  328. + else \
  329. + include_option=--include; \
  330. + empty_fix=; \
  331. + fi; \
  332. + list='$(SUBDIRS)'; for subdir in $$list; do \
  333. + if test "$$subdir" = .; then :; else \
  334. + test ! -f $$subdir/TAGS || \
  335. + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  336. + fi; \
  337. + done; \
  338. + list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  339. + unique=`for i in $$list; do \
  340. + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  341. + done | \
  342. + $(AWK) ' { files[$$0] = 1; } \
  343. + END { for (i in files) print i; }'`; \
  344. + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  345. + test -n "$$unique" || unique=$$empty_fix; \
  346. + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  347. + $$tags $$unique; \
  348. + fi
  349. +ctags: CTAGS
  350. +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  351. + $(TAGS_FILES) $(LISP)
  352. + tags=; \
  353. + here=`pwd`; \
  354. + list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  355. + unique=`for i in $$list; do \
  356. + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  357. + done | \
  358. + $(AWK) ' { files[$$0] = 1; } \
  359. + END { for (i in files) print i; }'`; \
  360. + test -z "$(CTAGS_ARGS)$$tags$$unique" \
  361. + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  362. + $$tags $$unique
  363. +
  364. +GTAGS:
  365. + here=`$(am__cd) $(top_builddir) && pwd` \
  366. + && cd $(top_srcdir) \
  367. + && gtags -i $(GTAGS_ARGS) $$here
  368. +
  369. +distclean-tags:
  370. + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  371. +
  372. +distdir: $(DISTFILES)
  373. + $(mkdir_p) $(distdir)/..
  374. + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  375. + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  376. + list='$(DISTFILES)'; for file in $$list; do \
  377. + case $$file in \
  378. + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  379. + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  380. + esac; \
  381. + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  382. + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  383. + if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  384. + dir="/$$dir"; \
  385. + $(mkdir_p) "$(distdir)$$dir"; \
  386. + else \
  387. + dir=''; \
  388. + fi; \
  389. + if test -d $$d/$$file; then \
  390. + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  391. + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  392. + fi; \
  393. + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  394. + else \
  395. + test -f $(distdir)/$$file \
  396. + || cp -p $$d/$$file $(distdir)/$$file \
  397. + || exit 1; \
  398. + fi; \
  399. + done
  400. + list='$(SUBDIRS)'; for subdir in $$list; do \
  401. + if test "$$subdir" = .; then :; else \
  402. + test -d "$(distdir)/$$subdir" \
  403. + || mkdir "$(distdir)/$$subdir" \
  404. + || exit 1; \
  405. + (cd $$subdir && \
  406. + $(MAKE) $(AM_MAKEFLAGS) \
  407. + top_distdir="../$(top_distdir)" \
  408. + distdir="../$(distdir)/$$subdir" \
  409. + distdir) \
  410. + || exit 1; \
  411. + fi; \
  412. + done
  413. +check-am: all-am
  414. +check: check-recursive
  415. +all-am: Makefile $(HEADERS) config.h
  416. +installdirs: installdirs-recursive
  417. +installdirs-am:
  418. + for dir in "$(DESTDIR)$(includedir)"; do \
  419. + test -z "$$dir" || $(mkdir_p) "$$dir"; \
  420. + done
  421. +install: install-recursive
  422. +install-exec: install-exec-recursive
  423. +install-data: install-data-recursive
  424. +uninstall: uninstall-recursive
  425. +
  426. +install-am: all-am
  427. + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  428. +
  429. +installcheck: installcheck-recursive
  430. +install-strip:
  431. + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  432. + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  433. + `test -z '$(STRIP)' || \
  434. + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  435. +mostlyclean-generic:
  436. +
  437. +clean-generic:
  438. +
  439. +distclean-generic:
  440. + -rm -f $(CONFIG_CLEAN_FILES)
  441. + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  442. +
  443. +maintainer-clean-generic:
  444. + @echo "This command is intended for maintainers to use"
  445. + @echo "it deletes files that may require special tools to rebuild."
  446. +clean: clean-recursive
  447. +
  448. +clean-am: clean-generic clean-libtool mostlyclean-am
  449. +
  450. +distclean: distclean-recursive
  451. + -rm -f Makefile
  452. +distclean-am: clean-am distclean-generic distclean-hdr \
  453. + distclean-libtool distclean-tags
  454. +
  455. +dvi: dvi-recursive
  456. +
  457. +dvi-am:
  458. +
  459. +html: html-recursive
  460. +
  461. +info: info-recursive
  462. +
  463. +info-am:
  464. +
  465. +install-data-am: install-includeHEADERS
  466. +
  467. +install-exec-am:
  468. +
  469. +install-info: install-info-recursive
  470. +
  471. +install-man:
  472. +
  473. +installcheck-am:
  474. +
  475. +maintainer-clean: maintainer-clean-recursive
  476. + -rm -f Makefile
  477. +maintainer-clean-am: distclean-am maintainer-clean-generic
  478. +
  479. +mostlyclean: mostlyclean-recursive
  480. +
  481. +mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  482. +
  483. +pdf: pdf-recursive
  484. +
  485. +pdf-am:
  486. +
  487. +ps: ps-recursive
  488. +
  489. +ps-am:
  490. +
  491. +uninstall-am: uninstall-includeHEADERS uninstall-info-am
  492. +
  493. +uninstall-info: uninstall-info-recursive
  494. +
  495. +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
  496. + clean clean-generic clean-libtool clean-recursive ctags \
  497. + ctags-recursive distclean distclean-generic distclean-hdr \
  498. + distclean-libtool distclean-recursive distclean-tags distdir \
  499. + dvi dvi-am html html-am info info-am install install-am \
  500. + install-data install-data-am install-exec install-exec-am \
  501. + install-includeHEADERS install-info install-info-am \
  502. + install-man install-strip installcheck installcheck-am \
  503. + installdirs installdirs-am maintainer-clean \
  504. + maintainer-clean-generic maintainer-clean-recursive \
  505. + mostlyclean mostlyclean-generic mostlyclean-libtool \
  506. + mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
  507. + uninstall uninstall-am uninstall-includeHEADERS \
  508. + uninstall-info-am
  509. +
  510. +# Tell versions [3.59,3.63) of GNU make to not export all variables.
  511. +# Otherwise a system limit (for SysV at least) may be exceeded.
  512. +.NOEXPORT: