Makefile.in 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509
  1. # Makefile.in generated by automake 1.9.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. srcdir = @srcdir@
  14. top_srcdir = @top_srcdir@
  15. VPATH = @srcdir@
  16. pkgdatadir = $(datadir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkgincludedir = $(includedir)/@PACKAGE@
  19. top_builddir = ..
  20. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  21. INSTALL = @INSTALL@
  22. install_sh_DATA = $(install_sh) -c -m 644
  23. install_sh_PROGRAM = $(install_sh) -c
  24. install_sh_SCRIPT = $(install_sh) -c
  25. INSTALL_HEADER = $(INSTALL_DATA)
  26. transform = $(program_transform_name)
  27. NORMAL_INSTALL = :
  28. PRE_INSTALL = :
  29. POST_INSTALL = :
  30. NORMAL_UNINSTALL = :
  31. PRE_UNINSTALL = :
  32. POST_UNINSTALL = :
  33. build_triplet = @build@
  34. host_triplet = @host@
  35. target_triplet = @target@
  36. subdir = man
  37. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  38. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  39. am__aclocal_m4_deps = $(top_srcdir)/m4/arch.m4 \
  40. $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/compiler.m4 \
  41. $(top_srcdir)/m4/funcs.m4 $(top_srcdir)/m4/gettext.m4 \
  42. $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
  43. $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intmax.m4 \
  44. $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \
  45. $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \
  46. $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
  47. $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libs.m4 \
  48. $(top_srcdir)/m4/linker.m4 $(top_srcdir)/m4/longdouble.m4 \
  49. $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/nls.m4 \
  50. $(top_srcdir)/m4/perl.m4 $(top_srcdir)/m4/po.m4 \
  51. $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
  52. $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
  53. $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/types.m4 \
  54. $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
  55. $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
  56. $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
  57. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  58. $(ACLOCAL_M4)
  59. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  60. CONFIG_HEADER = $(top_builddir)/config.h
  61. CONFIG_CLEAN_FILES =
  62. SOURCES =
  63. DIST_SOURCES =
  64. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  65. html-recursive info-recursive install-data-recursive \
  66. install-exec-recursive install-info-recursive \
  67. install-recursive installcheck-recursive installdirs-recursive \
  68. pdf-recursive ps-recursive uninstall-info-recursive \
  69. uninstall-recursive
  70. ETAGS = etags
  71. CTAGS = ctags
  72. DIST_SUBDIRS = $(SUBDIRS)
  73. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  74. ACLOCAL = @ACLOCAL@
  75. ALLOCA = @ALLOCA@
  76. AMDEP_FALSE = @AMDEP_FALSE@
  77. AMDEP_TRUE = @AMDEP_TRUE@
  78. AMTAR = @AMTAR@
  79. AUTOCONF = @AUTOCONF@
  80. AUTOHEADER = @AUTOHEADER@
  81. AUTOMAKE = @AUTOMAKE@
  82. AWK = @AWK@
  83. BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
  84. BZ2_LIBS = @BZ2_LIBS@
  85. CATOBJEXT = @CATOBJEXT@
  86. CC = @CC@
  87. CCDEPMODE = @CCDEPMODE@
  88. CFLAGS = @CFLAGS@
  89. CPP = @CPP@
  90. CPPFLAGS = @CPPFLAGS@
  91. CURSES_LIBS = @CURSES_LIBS@
  92. CXX = @CXX@
  93. CXXDEPMODE = @CXXDEPMODE@
  94. CXXFLAGS = @CXXFLAGS@
  95. CYGPATH_W = @CYGPATH_W@
  96. DATADIRNAME = @DATADIRNAME@
  97. DEFS = @DEFS@
  98. DEPDIR = @DEPDIR@
  99. ECHO_C = @ECHO_C@
  100. ECHO_N = @ECHO_N@
  101. ECHO_T = @ECHO_T@
  102. EGREP = @EGREP@
  103. EXEEXT = @EXEEXT@
  104. GENCAT = @GENCAT@
  105. GLIBC21 = @GLIBC21@
  106. GMSGFMT = @GMSGFMT@
  107. HAVE_ASPRINTF = @HAVE_ASPRINTF@
  108. HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
  109. HAVE_SNPRINTF = @HAVE_SNPRINTF@
  110. HAVE_WPRINTF = @HAVE_WPRINTF@
  111. INSTALL_DATA = @INSTALL_DATA@
  112. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  113. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  114. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  115. INSTOBJEXT = @INSTOBJEXT@
  116. INTLBISON = @INTLBISON@
  117. INTLLIBS = @INTLLIBS@
  118. INTLOBJS = @INTLOBJS@
  119. INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
  120. LDFLAGS = @LDFLAGS@
  121. LIBICONV = @LIBICONV@
  122. LIBINTL = @LIBINTL@
  123. LIBOBJS = @LIBOBJS@
  124. LIBS = @LIBS@
  125. LTLIBICONV = @LTLIBICONV@
  126. LTLIBINTL = @LTLIBINTL@
  127. LTLIBOBJS = @LTLIBOBJS@
  128. MAKEINFO = @MAKEINFO@
  129. MKINSTALLDIRS = @MKINSTALLDIRS@
  130. MSGFMT = @MSGFMT@
  131. MSGMERGE = @MSGMERGE@
  132. OBJEXT = @OBJEXT@
  133. PACKAGE = @PACKAGE@
  134. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  135. PACKAGE_NAME = @PACKAGE_NAME@
  136. PACKAGE_STRING = @PACKAGE_STRING@
  137. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  138. PACKAGE_VERSION = @PACKAGE_VERSION@
  139. PATH_SEPARATOR = @PATH_SEPARATOR@
  140. PERL = @PERL@
  141. POSUB = @POSUB@
  142. RANLIB = @RANLIB@
  143. SELINUX_LIBS = @SELINUX_LIBS@
  144. SET_MAKE = @SET_MAKE@
  145. SHELL = @SHELL@
  146. SSD_LIBS = @SSD_LIBS@
  147. STRIP = @STRIP@
  148. USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
  149. USE_NLS = @USE_NLS@
  150. VERSION = @VERSION@
  151. WITH_DSELECT_FALSE = @WITH_DSELECT_FALSE@
  152. WITH_DSELECT_TRUE = @WITH_DSELECT_TRUE@
  153. WITH_START_STOP_DAEMON_FALSE = @WITH_START_STOP_DAEMON_FALSE@
  154. WITH_START_STOP_DAEMON_TRUE = @WITH_START_STOP_DAEMON_TRUE@
  155. XGETTEXT = @XGETTEXT@
  156. ZLIB_LIBS = @ZLIB_LIBS@
  157. ac_ct_CC = @ac_ct_CC@
  158. ac_ct_CXX = @ac_ct_CXX@
  159. ac_ct_RANLIB = @ac_ct_RANLIB@
  160. ac_ct_STRIP = @ac_ct_STRIP@
  161. admindir = @admindir@
  162. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  163. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  164. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  165. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  166. am__include = @am__include@
  167. am__leading_dot = @am__leading_dot@
  168. am__quote = @am__quote@
  169. am__tar = @am__tar@
  170. am__untar = @am__untar@
  171. bindir = @bindir@
  172. build = @build@
  173. build_alias = @build_alias@
  174. build_cpu = @build_cpu@
  175. build_os = @build_os@
  176. build_vendor = @build_vendor@
  177. datadir = @datadir@
  178. exec_prefix = @exec_prefix@
  179. host = @host@
  180. host_alias = @host_alias@
  181. host_cpu = @host_cpu@
  182. host_os = @host_os@
  183. host_vendor = @host_vendor@
  184. includedir = @includedir@
  185. infodir = @infodir@
  186. install_sh = @install_sh@
  187. libdir = @libdir@
  188. libexecdir = @libexecdir@
  189. localstatedir = @localstatedir@
  190. mandir = @mandir@
  191. mkdir_p = @mkdir_p@
  192. oldincludedir = @oldincludedir@
  193. prefix = @prefix@
  194. program_transform_name = @program_transform_name@
  195. sbindir = @sbindir@
  196. sharedstatedir = @sharedstatedir@
  197. sysconfdir = @sysconfdir@
  198. target = @target@
  199. target_alias = @target_alias@
  200. target_cpu = @target_cpu@
  201. target_os = @target_os@
  202. target_vendor = @target_vendor@
  203. # C must be the first sub-directory because it contains the POT files.
  204. SUBDIRS = C de es fr ja pt_BR ru sv
  205. all: all-recursive
  206. .SUFFIXES:
  207. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  208. @for dep in $?; do \
  209. case '$(am__configure_deps)' in \
  210. *$$dep*) \
  211. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  212. && exit 0; \
  213. exit 1;; \
  214. esac; \
  215. done; \
  216. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
  217. cd $(top_srcdir) && \
  218. $(AUTOMAKE) --gnu man/Makefile
  219. .PRECIOUS: Makefile
  220. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  221. @case '$?' in \
  222. *config.status*) \
  223. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  224. *) \
  225. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  226. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  227. esac;
  228. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  229. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  230. $(top_srcdir)/configure: $(am__configure_deps)
  231. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  232. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  233. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  234. uninstall-info-am:
  235. # This directory's subdirectories are mostly independent; you can cd
  236. # into them and run `make' without going through this Makefile.
  237. # To change the values of `make' variables: instead of editing Makefiles,
  238. # (1) if the variable is set in `config.status', edit `config.status'
  239. # (which will cause the Makefiles to be regenerated when you run `make');
  240. # (2) otherwise, pass the desired values on the `make' command line.
  241. $(RECURSIVE_TARGETS):
  242. @failcom='exit 1'; \
  243. for f in x $$MAKEFLAGS; do \
  244. case $$f in \
  245. *=* | --[!k]*);; \
  246. *k*) failcom='fail=yes';; \
  247. esac; \
  248. done; \
  249. dot_seen=no; \
  250. target=`echo $@ | sed s/-recursive//`; \
  251. list='$(SUBDIRS)'; for subdir in $$list; do \
  252. echo "Making $$target in $$subdir"; \
  253. if test "$$subdir" = "."; then \
  254. dot_seen=yes; \
  255. local_target="$$target-am"; \
  256. else \
  257. local_target="$$target"; \
  258. fi; \
  259. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  260. || eval $$failcom; \
  261. done; \
  262. if test "$$dot_seen" = "no"; then \
  263. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  264. fi; test -z "$$fail"
  265. mostlyclean-recursive clean-recursive distclean-recursive \
  266. maintainer-clean-recursive:
  267. @failcom='exit 1'; \
  268. for f in x $$MAKEFLAGS; do \
  269. case $$f in \
  270. *=* | --[!k]*);; \
  271. *k*) failcom='fail=yes';; \
  272. esac; \
  273. done; \
  274. dot_seen=no; \
  275. case "$@" in \
  276. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  277. *) list='$(SUBDIRS)' ;; \
  278. esac; \
  279. rev=''; for subdir in $$list; do \
  280. if test "$$subdir" = "."; then :; else \
  281. rev="$$subdir $$rev"; \
  282. fi; \
  283. done; \
  284. rev="$$rev ."; \
  285. target=`echo $@ | sed s/-recursive//`; \
  286. for subdir in $$rev; do \
  287. echo "Making $$target in $$subdir"; \
  288. if test "$$subdir" = "."; then \
  289. local_target="$$target-am"; \
  290. else \
  291. local_target="$$target"; \
  292. fi; \
  293. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  294. || eval $$failcom; \
  295. done && test -z "$$fail"
  296. tags-recursive:
  297. list='$(SUBDIRS)'; for subdir in $$list; do \
  298. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  299. done
  300. ctags-recursive:
  301. list='$(SUBDIRS)'; for subdir in $$list; do \
  302. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  303. done
  304. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  305. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  306. unique=`for i in $$list; do \
  307. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  308. done | \
  309. $(AWK) ' { files[$$0] = 1; } \
  310. END { for (i in files) print i; }'`; \
  311. mkid -fID $$unique
  312. tags: TAGS
  313. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  314. $(TAGS_FILES) $(LISP)
  315. tags=; \
  316. here=`pwd`; \
  317. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  318. include_option=--etags-include; \
  319. empty_fix=.; \
  320. else \
  321. include_option=--include; \
  322. empty_fix=; \
  323. fi; \
  324. list='$(SUBDIRS)'; for subdir in $$list; do \
  325. if test "$$subdir" = .; then :; else \
  326. test ! -f $$subdir/TAGS || \
  327. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  328. fi; \
  329. done; \
  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. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  337. test -n "$$unique" || unique=$$empty_fix; \
  338. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  339. $$tags $$unique; \
  340. fi
  341. ctags: CTAGS
  342. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  343. $(TAGS_FILES) $(LISP)
  344. tags=; \
  345. here=`pwd`; \
  346. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  347. unique=`for i in $$list; do \
  348. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  349. done | \
  350. $(AWK) ' { files[$$0] = 1; } \
  351. END { for (i in files) print i; }'`; \
  352. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  353. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  354. $$tags $$unique
  355. GTAGS:
  356. here=`$(am__cd) $(top_builddir) && pwd` \
  357. && cd $(top_srcdir) \
  358. && gtags -i $(GTAGS_ARGS) $$here
  359. distclean-tags:
  360. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  361. distdir: $(DISTFILES)
  362. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  363. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  364. list='$(DISTFILES)'; for file in $$list; do \
  365. case $$file in \
  366. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  367. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  368. esac; \
  369. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  370. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  371. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  372. dir="/$$dir"; \
  373. $(mkdir_p) "$(distdir)$$dir"; \
  374. else \
  375. dir=''; \
  376. fi; \
  377. if test -d $$d/$$file; then \
  378. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  379. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  380. fi; \
  381. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  382. else \
  383. test -f $(distdir)/$$file \
  384. || cp -p $$d/$$file $(distdir)/$$file \
  385. || exit 1; \
  386. fi; \
  387. done
  388. list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  389. if test "$$subdir" = .; then :; else \
  390. test -d "$(distdir)/$$subdir" \
  391. || $(mkdir_p) "$(distdir)/$$subdir" \
  392. || exit 1; \
  393. distdir=`$(am__cd) $(distdir) && pwd`; \
  394. top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  395. (cd $$subdir && \
  396. $(MAKE) $(AM_MAKEFLAGS) \
  397. top_distdir="$$top_distdir" \
  398. distdir="$$distdir/$$subdir" \
  399. distdir) \
  400. || exit 1; \
  401. fi; \
  402. done
  403. check-am: all-am
  404. check: check-recursive
  405. all-am: Makefile
  406. installdirs: installdirs-recursive
  407. installdirs-am:
  408. install: install-recursive
  409. install-exec: install-exec-recursive
  410. install-data: install-data-recursive
  411. uninstall: uninstall-recursive
  412. install-am: all-am
  413. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  414. installcheck: installcheck-recursive
  415. install-strip:
  416. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  417. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  418. `test -z '$(STRIP)' || \
  419. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  420. mostlyclean-generic:
  421. clean-generic:
  422. distclean-generic:
  423. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  424. maintainer-clean-generic:
  425. @echo "This command is intended for maintainers to use"
  426. @echo "it deletes files that may require special tools to rebuild."
  427. clean: clean-recursive
  428. clean-am: clean-generic mostlyclean-am
  429. distclean: distclean-recursive
  430. -rm -f Makefile
  431. distclean-am: clean-am distclean-generic distclean-tags
  432. dvi: dvi-recursive
  433. dvi-am:
  434. html: html-recursive
  435. info: info-recursive
  436. info-am:
  437. install-data-am:
  438. install-exec-am:
  439. install-info: install-info-recursive
  440. install-man:
  441. installcheck-am:
  442. maintainer-clean: maintainer-clean-recursive
  443. -rm -f Makefile
  444. maintainer-clean-am: distclean-am maintainer-clean-generic
  445. mostlyclean: mostlyclean-recursive
  446. mostlyclean-am: mostlyclean-generic
  447. pdf: pdf-recursive
  448. pdf-am:
  449. ps: ps-recursive
  450. ps-am:
  451. uninstall-am: uninstall-info-am
  452. uninstall-info: uninstall-info-recursive
  453. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
  454. clean clean-generic clean-recursive ctags ctags-recursive \
  455. distclean distclean-generic distclean-recursive distclean-tags \
  456. distdir dvi dvi-am html html-am info info-am install \
  457. install-am install-data install-data-am install-exec \
  458. install-exec-am install-info install-info-am install-man \
  459. install-strip installcheck installcheck-am installdirs \
  460. installdirs-am maintainer-clean maintainer-clean-generic \
  461. maintainer-clean-recursive mostlyclean mostlyclean-generic \
  462. mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
  463. uninstall uninstall-am uninstall-info-am
  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: