Makefile.in 17 KB

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