Makefile.in 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  1. # Makefile.in generated by automake 1.9.5 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. SUBDIRS = C de es fr ja pt_BR ru sv
  204. all: all-recursive
  205. .SUFFIXES:
  206. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  207. @for dep in $?; do \
  208. case '$(am__configure_deps)' in \
  209. *$$dep*) \
  210. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  211. && exit 0; \
  212. exit 1;; \
  213. esac; \
  214. done; \
  215. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
  216. cd $(top_srcdir) && \
  217. $(AUTOMAKE) --gnu man/Makefile
  218. .PRECIOUS: Makefile
  219. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  220. @case '$?' in \
  221. *config.status*) \
  222. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  223. *) \
  224. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  225. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  226. esac;
  227. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  228. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  229. $(top_srcdir)/configure: $(am__configure_deps)
  230. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  231. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  232. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  233. uninstall-info-am:
  234. # This directory's subdirectories are mostly independent; you can cd
  235. # into them and run `make' without going through this Makefile.
  236. # To change the values of `make' variables: instead of editing Makefiles,
  237. # (1) if the variable is set in `config.status', edit `config.status'
  238. # (which will cause the Makefiles to be regenerated when you run `make');
  239. # (2) otherwise, pass the desired values on the `make' command line.
  240. $(RECURSIVE_TARGETS):
  241. @failcom='exit 1'; \
  242. for f in x $$MAKEFLAGS; do \
  243. case $$f in \
  244. *=* | --[!k]*);; \
  245. *k*) failcom='fail=yes';; \
  246. esac; \
  247. done; \
  248. dot_seen=no; \
  249. target=`echo $@ | sed s/-recursive//`; \
  250. list='$(SUBDIRS)'; for subdir in $$list; do \
  251. echo "Making $$target in $$subdir"; \
  252. if test "$$subdir" = "."; then \
  253. dot_seen=yes; \
  254. local_target="$$target-am"; \
  255. else \
  256. local_target="$$target"; \
  257. fi; \
  258. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  259. || eval $$failcom; \
  260. done; \
  261. if test "$$dot_seen" = "no"; then \
  262. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  263. fi; test -z "$$fail"
  264. mostlyclean-recursive clean-recursive distclean-recursive \
  265. maintainer-clean-recursive:
  266. @failcom='exit 1'; \
  267. for f in x $$MAKEFLAGS; do \
  268. case $$f in \
  269. *=* | --[!k]*);; \
  270. *k*) failcom='fail=yes';; \
  271. esac; \
  272. done; \
  273. dot_seen=no; \
  274. case "$@" in \
  275. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  276. *) list='$(SUBDIRS)' ;; \
  277. esac; \
  278. rev=''; for subdir in $$list; do \
  279. if test "$$subdir" = "."; then :; else \
  280. rev="$$subdir $$rev"; \
  281. fi; \
  282. done; \
  283. rev="$$rev ."; \
  284. target=`echo $@ | sed s/-recursive//`; \
  285. for subdir in $$rev; do \
  286. echo "Making $$target in $$subdir"; \
  287. if test "$$subdir" = "."; then \
  288. local_target="$$target-am"; \
  289. else \
  290. local_target="$$target"; \
  291. fi; \
  292. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  293. || eval $$failcom; \
  294. done && test -z "$$fail"
  295. tags-recursive:
  296. list='$(SUBDIRS)'; for subdir in $$list; do \
  297. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  298. done
  299. ctags-recursive:
  300. list='$(SUBDIRS)'; for subdir in $$list; do \
  301. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  302. done
  303. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  304. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  305. unique=`for i in $$list; do \
  306. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  307. done | \
  308. $(AWK) ' { files[$$0] = 1; } \
  309. END { for (i in files) print i; }'`; \
  310. mkid -fID $$unique
  311. tags: TAGS
  312. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  313. $(TAGS_FILES) $(LISP)
  314. tags=; \
  315. here=`pwd`; \
  316. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  317. include_option=--etags-include; \
  318. empty_fix=.; \
  319. else \
  320. include_option=--include; \
  321. empty_fix=; \
  322. fi; \
  323. list='$(SUBDIRS)'; for subdir in $$list; do \
  324. if test "$$subdir" = .; then :; else \
  325. test ! -f $$subdir/TAGS || \
  326. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  327. fi; \
  328. done; \
  329. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  330. unique=`for i in $$list; do \
  331. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  332. done | \
  333. $(AWK) ' { files[$$0] = 1; } \
  334. END { for (i in files) print i; }'`; \
  335. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  336. test -n "$$unique" || unique=$$empty_fix; \
  337. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  338. $$tags $$unique; \
  339. fi
  340. ctags: CTAGS
  341. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  342. $(TAGS_FILES) $(LISP)
  343. tags=; \
  344. here=`pwd`; \
  345. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  346. unique=`for i in $$list; do \
  347. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  348. done | \
  349. $(AWK) ' { files[$$0] = 1; } \
  350. END { for (i in files) print i; }'`; \
  351. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  352. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  353. $$tags $$unique
  354. GTAGS:
  355. here=`$(am__cd) $(top_builddir) && pwd` \
  356. && cd $(top_srcdir) \
  357. && gtags -i $(GTAGS_ARGS) $$here
  358. distclean-tags:
  359. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  360. distdir: $(DISTFILES)
  361. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  362. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  363. list='$(DISTFILES)'; for file in $$list; do \
  364. case $$file in \
  365. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  366. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  367. esac; \
  368. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  369. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  370. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  371. dir="/$$dir"; \
  372. $(mkdir_p) "$(distdir)$$dir"; \
  373. else \
  374. dir=''; \
  375. fi; \
  376. if test -d $$d/$$file; then \
  377. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  378. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  379. fi; \
  380. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  381. else \
  382. test -f $(distdir)/$$file \
  383. || cp -p $$d/$$file $(distdir)/$$file \
  384. || exit 1; \
  385. fi; \
  386. done
  387. list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  388. if test "$$subdir" = .; then :; else \
  389. test -d "$(distdir)/$$subdir" \
  390. || $(mkdir_p) "$(distdir)/$$subdir" \
  391. || exit 1; \
  392. distdir=`$(am__cd) $(distdir) && pwd`; \
  393. top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  394. (cd $$subdir && \
  395. $(MAKE) $(AM_MAKEFLAGS) \
  396. top_distdir="$$top_distdir" \
  397. distdir="$$distdir/$$subdir" \
  398. distdir) \
  399. || exit 1; \
  400. fi; \
  401. done
  402. check-am: all-am
  403. check: check-recursive
  404. all-am: Makefile
  405. installdirs: installdirs-recursive
  406. installdirs-am:
  407. install: install-recursive
  408. install-exec: install-exec-recursive
  409. install-data: install-data-recursive
  410. uninstall: uninstall-recursive
  411. install-am: all-am
  412. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  413. installcheck: installcheck-recursive
  414. install-strip:
  415. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  416. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  417. `test -z '$(STRIP)' || \
  418. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  419. mostlyclean-generic:
  420. clean-generic:
  421. distclean-generic:
  422. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  423. maintainer-clean-generic:
  424. @echo "This command is intended for maintainers to use"
  425. @echo "it deletes files that may require special tools to rebuild."
  426. clean: clean-recursive
  427. clean-am: clean-generic mostlyclean-am
  428. distclean: distclean-recursive
  429. -rm -f Makefile
  430. distclean-am: clean-am distclean-generic distclean-tags
  431. dvi: dvi-recursive
  432. dvi-am:
  433. html: html-recursive
  434. info: info-recursive
  435. info-am:
  436. install-data-am:
  437. install-exec-am:
  438. install-info: install-info-recursive
  439. install-man:
  440. installcheck-am:
  441. maintainer-clean: maintainer-clean-recursive
  442. -rm -f Makefile
  443. maintainer-clean-am: distclean-am maintainer-clean-generic
  444. mostlyclean: mostlyclean-recursive
  445. mostlyclean-am: mostlyclean-generic
  446. pdf: pdf-recursive
  447. pdf-am:
  448. ps: ps-recursive
  449. ps-am:
  450. uninstall-am: uninstall-info-am
  451. uninstall-info: uninstall-info-recursive
  452. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
  453. clean clean-generic clean-recursive ctags ctags-recursive \
  454. distclean distclean-generic distclean-recursive distclean-tags \
  455. distdir dvi dvi-am html html-am info info-am install \
  456. install-am install-data install-data-am install-exec \
  457. install-exec-am install-info install-info-am install-man \
  458. install-strip installcheck installcheck-am installdirs \
  459. installdirs-am maintainer-clean maintainer-clean-generic \
  460. maintainer-clean-recursive mostlyclean mostlyclean-generic \
  461. mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
  462. uninstall uninstall-am uninstall-info-am
  463. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  464. # Otherwise a system limit (for SysV at least) may be exceeded.
  465. .NOEXPORT: