1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 # @configure_input@ 3 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 # This Makefile.in is free software; the Free Software Foundation 8 # gives unlimited permission to copy and/or distribute it, 9 # with or without modifications, as long as this notice is preserved. 10 11 # This program is distributed in the hope that it will be useful, 12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14 # PARTICULAR PURPOSE. 15 16 @SET_MAKE@ 17 VPATH = @srcdir@ 18 pkgdatadir = $(datadir)/@PACKAGE@ 19 pkgincludedir = $(includedir)/@PACKAGE@ 20 pkglibdir = $(libdir)/@PACKAGE@ 21 pkglibexecdir = $(libexecdir)/@PACKAGE@ 22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 23 install_sh_DATA = $(install_sh) -c -m 644 24 install_sh_PROGRAM = $(install_sh) -c 25 install_sh_SCRIPT = $(install_sh) -c 26 INSTALL_HEADER = $(INSTALL_DATA) 27 transform = $(program_transform_name) 28 NORMAL_INSTALL = : 29 PRE_INSTALL = : 30 POST_INSTALL = : 31 NORMAL_UNINSTALL = : 32 PRE_UNINSTALL = : 33 POST_UNINSTALL = : 34 build_triplet = @build@ 35 host_triplet = @host@ 36 subdir = src/extensions 37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 39 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 40 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 41 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 42 $(top_srcdir)/configure.ac 43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 44 $(ACLOCAL_M4) 45 mkinstalldirs = $(install_sh) -d 46 CONFIG_HEADER = $(top_builddir)/config.h \ 47 $(top_builddir)/src/include/fst/config.h 48 CONFIG_CLEAN_FILES = 49 CONFIG_CLEAN_VPATH_FILES = 50 SOURCES = 51 DIST_SOURCES = 52 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 53 html-recursive info-recursive install-data-recursive \ 54 install-dvi-recursive install-exec-recursive \ 55 install-html-recursive install-info-recursive \ 56 install-pdf-recursive install-ps-recursive install-recursive \ 57 installcheck-recursive installdirs-recursive pdf-recursive \ 58 ps-recursive uninstall-recursive 59 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 60 distclean-recursive maintainer-clean-recursive 61 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 62 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 63 distdir 64 ETAGS = etags 65 CTAGS = ctags 66 DIST_SUBDIRS = compact const far lookahead ngram pdt 67 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 68 am__relativize = \ 69 dir0=`pwd`; \ 70 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 71 sed_rest='s,^[^/]*/*,,'; \ 72 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 73 sed_butlast='s,/*[^/]*$$,,'; \ 74 while test -n "$$dir1"; do \ 75 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 76 if test "$$first" != "."; then \ 77 if test "$$first" = ".."; then \ 78 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 79 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 80 else \ 81 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 82 if test "$$first2" = "$$first"; then \ 83 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 84 else \ 85 dir2="../$$dir2"; \ 86 fi; \ 87 dir0="$$dir0"/"$$first"; \ 88 fi; \ 89 fi; \ 90 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 91 done; \ 92 reldir="$$dir2" 93 ACLOCAL = @ACLOCAL@ 94 AMTAR = @AMTAR@ 95 AR = @AR@ 96 AUTOCONF = @AUTOCONF@ 97 AUTOHEADER = @AUTOHEADER@ 98 AUTOMAKE = @AUTOMAKE@ 99 AWK = @AWK@ 100 CC = @CC@ 101 CCDEPMODE = @CCDEPMODE@ 102 CFLAGS = @CFLAGS@ 103 CPP = @CPP@ 104 CPPFLAGS = @CPPFLAGS@ 105 CXX = @CXX@ 106 CXXCPP = @CXXCPP@ 107 CXXDEPMODE = @CXXDEPMODE@ 108 CXXFLAGS = @CXXFLAGS@ 109 CYGPATH_W = @CYGPATH_W@ 110 DEFS = @DEFS@ 111 DEPDIR = @DEPDIR@ 112 DLLTOOL = @DLLTOOL@ 113 DSYMUTIL = @DSYMUTIL@ 114 DUMPBIN = @DUMPBIN@ 115 ECHO_C = @ECHO_C@ 116 ECHO_N = @ECHO_N@ 117 ECHO_T = @ECHO_T@ 118 EGREP = @EGREP@ 119 EXEEXT = @EXEEXT@ 120 FGREP = @FGREP@ 121 GREP = @GREP@ 122 INSTALL = @INSTALL@ 123 INSTALL_DATA = @INSTALL_DATA@ 124 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 125 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 126 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 127 LD = @LD@ 128 LDFLAGS = @LDFLAGS@ 129 LIBOBJS = @LIBOBJS@ 130 LIBS = @LIBS@ 131 LIBTOOL = @LIBTOOL@ 132 LIPO = @LIPO@ 133 LN_S = @LN_S@ 134 LTLIBOBJS = @LTLIBOBJS@ 135 MAKEINFO = @MAKEINFO@ 136 MANIFEST_TOOL = @MANIFEST_TOOL@ 137 MKDIR_P = @MKDIR_P@ 138 NM = @NM@ 139 NMEDIT = @NMEDIT@ 140 OBJDUMP = @OBJDUMP@ 141 OBJEXT = @OBJEXT@ 142 OTOOL = @OTOOL@ 143 OTOOL64 = @OTOOL64@ 144 PACKAGE = @PACKAGE@ 145 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 146 PACKAGE_NAME = @PACKAGE_NAME@ 147 PACKAGE_STRING = @PACKAGE_STRING@ 148 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 149 PACKAGE_URL = @PACKAGE_URL@ 150 PACKAGE_VERSION = @PACKAGE_VERSION@ 151 PATH_SEPARATOR = @PATH_SEPARATOR@ 152 RANLIB = @RANLIB@ 153 SED = @SED@ 154 SET_MAKE = @SET_MAKE@ 155 SHELL = @SHELL@ 156 STRIP = @STRIP@ 157 VERSION = @VERSION@ 158 abs_builddir = @abs_builddir@ 159 abs_srcdir = @abs_srcdir@ 160 abs_top_builddir = @abs_top_builddir@ 161 abs_top_srcdir = @abs_top_srcdir@ 162 ac_ct_AR = @ac_ct_AR@ 163 ac_ct_CC = @ac_ct_CC@ 164 ac_ct_CXX = @ac_ct_CXX@ 165 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 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 builddir = @builddir@ 178 datadir = @datadir@ 179 datarootdir = @datarootdir@ 180 docdir = @docdir@ 181 dvidir = @dvidir@ 182 exec_prefix = @exec_prefix@ 183 host = @host@ 184 host_alias = @host_alias@ 185 host_cpu = @host_cpu@ 186 host_os = @host_os@ 187 host_vendor = @host_vendor@ 188 htmldir = @htmldir@ 189 includedir = @includedir@ 190 infodir = @infodir@ 191 install_sh = @install_sh@ 192 libdir = @libdir@ 193 libexecdir = @libexecdir@ 194 libfstdir = @libfstdir@ 195 localedir = @localedir@ 196 localstatedir = @localstatedir@ 197 mandir = @mandir@ 198 mkdir_p = @mkdir_p@ 199 oldincludedir = @oldincludedir@ 200 pdfdir = @pdfdir@ 201 prefix = @prefix@ 202 program_transform_name = @program_transform_name@ 203 psdir = @psdir@ 204 sbindir = @sbindir@ 205 sharedstatedir = @sharedstatedir@ 206 srcdir = @srcdir@ 207 sysconfdir = @sysconfdir@ 208 target_alias = @target_alias@ 209 top_build_prefix = @top_build_prefix@ 210 top_builddir = @top_builddir@ 211 top_srcdir = @top_srcdir@ 212 @HAVE_COMPACT_TRUE@compactdir = compact 213 @HAVE_CONST_TRUE@constdir = const 214 @HAVE_FAR_TRUE@fardir = far 215 @HAVE_LOOKAHEAD_TRUE@lookaheaddir = lookahead 216 @HAVE_NGRAM_TRUE@ngramdir = ngram 217 @HAVE_PDT_TRUE@pdtdir = pdt 218 SUBDIRS = $(compactdir) $(constdir) $(fardir) $(lookaheaddir) $(ngramdir) $(pdtdir) 219 all: all-recursive 220 221 .SUFFIXES: 222 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 223 @for dep in $?; do \ 224 case '$(am__configure_deps)' in \ 225 *$$dep*) \ 226 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 227 && { if test -f $@; then exit 0; else break; fi; }; \ 228 exit 1;; \ 229 esac; \ 230 done; \ 231 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/extensions/Makefile'; \ 232 $(am__cd) $(top_srcdir) && \ 233 $(AUTOMAKE) --foreign src/extensions/Makefile 234 .PRECIOUS: Makefile 235 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 236 @case '$?' in \ 237 *config.status*) \ 238 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 239 *) \ 240 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 241 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 242 esac; 243 244 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 245 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 246 247 $(top_srcdir)/configure: $(am__configure_deps) 248 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 249 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 250 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 251 $(am__aclocal_m4_deps): 252 253 mostlyclean-libtool: 254 -rm -f *.lo 255 256 clean-libtool: 257 -rm -rf .libs _libs 258 259 # This directory's subdirectories are mostly independent; you can cd 260 # into them and run `make' without going through this Makefile. 261 # To change the values of `make' variables: instead of editing Makefiles, 262 # (1) if the variable is set in `config.status', edit `config.status' 263 # (which will cause the Makefiles to be regenerated when you run `make'); 264 # (2) otherwise, pass the desired values on the `make' command line. 265 $(RECURSIVE_TARGETS): 266 @fail= 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 target=`echo $@ | sed s/-recursive//`; \ 275 list='$(SUBDIRS)'; for subdir in $$list; do \ 276 echo "Making $$target in $$subdir"; \ 277 if test "$$subdir" = "."; then \ 278 dot_seen=yes; \ 279 local_target="$$target-am"; \ 280 else \ 281 local_target="$$target"; \ 282 fi; \ 283 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 284 || eval $$failcom; \ 285 done; \ 286 if test "$$dot_seen" = "no"; then \ 287 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 288 fi; test -z "$$fail" 289 290 $(RECURSIVE_CLEAN_TARGETS): 291 @fail= failcom='exit 1'; \ 292 for f in x $$MAKEFLAGS; do \ 293 case $$f in \ 294 *=* | --[!k]*);; \ 295 *k*) failcom='fail=yes';; \ 296 esac; \ 297 done; \ 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 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 318 || eval $$failcom; \ 319 done && test -z "$$fail" 320 tags-recursive: 321 list='$(SUBDIRS)'; for subdir in $$list; do \ 322 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 323 done 324 ctags-recursive: 325 list='$(SUBDIRS)'; for subdir in $$list; do \ 326 test "$$subdir" = . || ($(am__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; nonempty = 1; } \ 335 END { if (nonempty) { for (i in files) print i; }; }'`; \ 336 mkid -fID $$unique 337 tags: TAGS 338 339 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 340 $(TAGS_FILES) $(LISP) 341 set x; \ 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 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 354 fi; \ 355 done; \ 356 list='$(SOURCES) $(HEADERS) $(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; nonempty = 1; } \ 361 END { if (nonempty) { for (i in files) print i; }; }'`; \ 362 shift; \ 363 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 364 test -n "$$unique" || unique=$$empty_fix; \ 365 if test $$# -gt 0; then \ 366 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 367 "$$@" $$unique; \ 368 else \ 369 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 370 $$unique; \ 371 fi; \ 372 fi 373 ctags: CTAGS 374 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 375 $(TAGS_FILES) $(LISP) 376 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 377 unique=`for i in $$list; do \ 378 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 379 done | \ 380 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 381 END { if (nonempty) { for (i in files) print i; }; }'`; \ 382 test -z "$(CTAGS_ARGS)$$unique" \ 383 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 384 $$unique 385 386 GTAGS: 387 here=`$(am__cd) $(top_builddir) && pwd` \ 388 && $(am__cd) $(top_srcdir) \ 389 && gtags -i $(GTAGS_ARGS) "$$here" 390 391 distclean-tags: 392 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 393 394 distdir: $(DISTFILES) 395 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 396 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 397 list='$(DISTFILES)'; \ 398 dist_files=`for file in $$list; do echo $$file; done | \ 399 sed -e "s|^$$srcdirstrip/||;t" \ 400 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 401 case $$dist_files in \ 402 */*) $(MKDIR_P) `echo "$$dist_files" | \ 403 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 404 sort -u` ;; \ 405 esac; \ 406 for file in $$dist_files; do \ 407 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 408 if test -d $$d/$$file; then \ 409 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 410 if test -d "$(distdir)/$$file"; then \ 411 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 412 fi; \ 413 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 414 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 415 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 416 fi; \ 417 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 418 else \ 419 test -f "$(distdir)/$$file" \ 420 || cp -p $$d/$$file "$(distdir)/$$file" \ 421 || exit 1; \ 422 fi; \ 423 done 424 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 425 if test "$$subdir" = .; then :; else \ 426 test -d "$(distdir)/$$subdir" \ 427 || $(MKDIR_P) "$(distdir)/$$subdir" \ 428 || exit 1; \ 429 fi; \ 430 done 431 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 432 if test "$$subdir" = .; then :; else \ 433 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 434 $(am__relativize); \ 435 new_distdir=$$reldir; \ 436 dir1=$$subdir; dir2="$(top_distdir)"; \ 437 $(am__relativize); \ 438 new_top_distdir=$$reldir; \ 439 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 440 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 441 ($(am__cd) $$subdir && \ 442 $(MAKE) $(AM_MAKEFLAGS) \ 443 top_distdir="$$new_top_distdir" \ 444 distdir="$$new_distdir" \ 445 am__remove_distdir=: \ 446 am__skip_length_check=: \ 447 am__skip_mode_fix=: \ 448 distdir) \ 449 || exit 1; \ 450 fi; \ 451 done 452 check-am: all-am 453 check: check-recursive 454 all-am: Makefile 455 installdirs: installdirs-recursive 456 installdirs-am: 457 install: install-recursive 458 install-exec: install-exec-recursive 459 install-data: install-data-recursive 460 uninstall: uninstall-recursive 461 462 install-am: all-am 463 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 464 465 installcheck: installcheck-recursive 466 install-strip: 467 if test -z '$(STRIP)'; then \ 468 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 469 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 470 install; \ 471 else \ 472 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 473 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 474 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 475 fi 476 mostlyclean-generic: 477 478 clean-generic: 479 480 distclean-generic: 481 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 482 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 483 484 maintainer-clean-generic: 485 @echo "This command is intended for maintainers to use" 486 @echo "it deletes files that may require special tools to rebuild." 487 clean: clean-recursive 488 489 clean-am: clean-generic clean-libtool mostlyclean-am 490 491 distclean: distclean-recursive 492 -rm -f Makefile 493 distclean-am: clean-am distclean-generic distclean-tags 494 495 dvi: dvi-recursive 496 497 dvi-am: 498 499 html: html-recursive 500 501 html-am: 502 503 info: info-recursive 504 505 info-am: 506 507 install-data-am: 508 509 install-dvi: install-dvi-recursive 510 511 install-dvi-am: 512 513 install-exec-am: 514 515 install-html: install-html-recursive 516 517 install-html-am: 518 519 install-info: install-info-recursive 520 521 install-info-am: 522 523 install-man: 524 525 install-pdf: install-pdf-recursive 526 527 install-pdf-am: 528 529 install-ps: install-ps-recursive 530 531 install-ps-am: 532 533 installcheck-am: 534 535 maintainer-clean: maintainer-clean-recursive 536 -rm -f Makefile 537 maintainer-clean-am: distclean-am maintainer-clean-generic 538 539 mostlyclean: mostlyclean-recursive 540 541 mostlyclean-am: mostlyclean-generic mostlyclean-libtool 542 543 pdf: pdf-recursive 544 545 pdf-am: 546 547 ps: ps-recursive 548 549 ps-am: 550 551 uninstall-am: 552 553 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ 554 install-am install-strip tags-recursive 555 556 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 557 all all-am check check-am clean clean-generic clean-libtool \ 558 ctags ctags-recursive distclean distclean-generic \ 559 distclean-libtool distclean-tags distdir dvi dvi-am html \ 560 html-am info info-am install install-am install-data \ 561 install-data-am install-dvi install-dvi-am install-exec \ 562 install-exec-am install-html install-html-am install-info \ 563 install-info-am install-man install-pdf install-pdf-am \ 564 install-ps install-ps-am install-strip installcheck \ 565 installcheck-am installdirs installdirs-am maintainer-clean \ 566 maintainer-clean-generic mostlyclean mostlyclean-generic \ 567 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ 568 uninstall uninstall-am 569 570 571 # Tell versions [3.59,3.63) of GNU make to not export all variables. 572 # Otherwise a system limit (for SysV at least) may be exceeded. 573 .NOEXPORT: 574