
1: # Makefile.in generated by automake 1.9.6 from Makefile.am. 2: # @configure_input@ 3: 4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5: # 2003, 2004, 2005 Free Software Foundation, 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: 10: # This program is distributed in the hope that it will be useful, 11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13: # PARTICULAR PURPOSE. 14: 15: @SET_MAKE@ 16: 17: srcdir = @srcdir@ 18: top_srcdir = @top_srcdir@ 19: VPATH = @srcdir@ 20: pkgdatadir = $(datadir)/@PACKAGE@ 21: pkglibdir = $(libdir)/@PACKAGE@ 22: pkgincludedir = $(includedir)/@PACKAGE@ 23: top_builddir = .. 24: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 25: INSTALL = @INSTALL@ 26: install_sh_DATA = $(install_sh) -c -m 644 27: install_sh_PROGRAM = $(install_sh) -c 28: install_sh_SCRIPT = $(install_sh) -c 29: INSTALL_HEADER = $(INSTALL_DATA) 30: transform = $(program_transform_name) 31: NORMAL_INSTALL = : 32: PRE_INSTALL = : 33: POST_INSTALL = : 34: NORMAL_UNINSTALL = : 35: PRE_UNINSTALL = : 36: POST_UNINSTALL = : 37: build_triplet = @build@ 38: host_triplet = @host@ 39: subdir = src-worddic 40: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 41: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 42: am__aclocal_m4_deps = $(top_srcdir)/configure.ac 43: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 44: $(ACLOCAL_M4) 45: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 46: CONFIG_HEADER = $(top_builddir)/config.h 47: CONFIG_CLEAN_FILES = 48: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 49: am__vpath_adj = case $$p in \ 50: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 51: *) f=$$p;; \ 52: esac; 53: am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 54: am__installdirs = "$(DESTDIR)$(libdir)" 55: libLTLIBRARIES_INSTALL = $(INSTALL) 56: LTLIBRARIES = $(lib_LTLIBRARIES) 57: libanthydic_la_DEPENDENCIES = ../src-diclib/libdiclib.la 58: am_libanthydic_la_OBJECTS = word_dic.lo dic_util.lo wtype.lo \ 59: texttrie.lo textdict.lo record.lo word_lookup.lo use_dic.lo \ 60: priv_dic.lo mem_dic.lo ext_ent.lo matrix.lo feature_set.lo 61: libanthydic_la_OBJECTS = $(am_libanthydic_la_OBJECTS) 62: DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 63: depcomp = $(SHELL) $(top_srcdir)/depcomp 64: am__depfiles_maybe = depfiles 65: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 66: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 67: LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ 68: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 69: $(AM_CFLAGS) $(CFLAGS) 70: CCLD = $(CC) 71: LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 72: $(AM_LDFLAGS) $(LDFLAGS) -o $@ 73: SOURCES = $(libanthydic_la_SOURCES) 74: DIST_SOURCES = $(libanthydic_la_SOURCES) 75: ETAGS = etags 76: CTAGS = ctags 77: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 78: ACLOCAL = @ACLOCAL@ 79: AMDEP_FALSE = @AMDEP_FALSE@ 80: AMDEP_TRUE = @AMDEP_TRUE@ 81: AMTAR = @AMTAR@ 82: AR = @AR@ 83: AUTOCONF = @AUTOCONF@ 84: AUTOHEADER = @AUTOHEADER@ 85: AUTOMAKE = @AUTOMAKE@ 86: AWK = @AWK@ 87: CC = @CC@ 88: CCDEPMODE = @CCDEPMODE@ 89: CFLAGS = @CFLAGS@ 90: CPP = @CPP@ 91: CPPFLAGS = @CPPFLAGS@ 92: CXX = @CXX@ 93: CXXCPP = @CXXCPP@ 94: CXXDEPMODE = @CXXDEPMODE@ 95: CXXFLAGS = @CXXFLAGS@ 96: CYGPATH_W = @CYGPATH_W@ 97: DEFS = @DEFS@ 98: DEPDIR = @DEPDIR@ 99: ECHO = @ECHO@ 100: ECHO_C = @ECHO_C@ 101: ECHO_N = @ECHO_N@ 102: ECHO_T = @ECHO_T@ 103: EGREP = @EGREP@ 104: ELISP_FALSE = @ELISP_FALSE@ 105: ELISP_TRUE = @ELISP_TRUE@ 106: EMACS = @EMACS@ 107: EMACSLOADPATH = @EMACSLOADPATH@ 108: EXEEXT = @EXEEXT@ 109: F77 = @F77@ 110: FFLAGS = @FFLAGS@ 111: GREP = @GREP@ 112: INSTALL_DATA = @INSTALL_DATA@ 113: INSTALL_PROGRAM = @INSTALL_PROGRAM@ 114: INSTALL_SCRIPT = @INSTALL_SCRIPT@ 115: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 116: LDFLAGS = @LDFLAGS@ 117: LIBOBJS = @LIBOBJS@ 118: LIBS = @LIBS@ 119: LIBTOOL = @LIBTOOL@ 120: LN_S = @LN_S@ 121: LTLIBOBJS = @LTLIBOBJS@ 122: MAKEINFO = @MAKEINFO@ 123: OBJEXT = @OBJEXT@ 124: PACKAGE = @PACKAGE@ 125: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 126: PACKAGE_NAME = @PACKAGE_NAME@ 127: PACKAGE_STRING = @PACKAGE_STRING@ 128: PACKAGE_TARNAME = @PACKAGE_TARNAME@ 129: PACKAGE_VERSION = @PACKAGE_VERSION@ 130: PATH_SEPARATOR = @PATH_SEPARATOR@ 131: RANLIB = @RANLIB@ 132: SET_MAKE = @SET_MAKE@ 133: SHELL = @SHELL@ 134: STRIP = @STRIP@ 135: VERSION = @VERSION@ 136: ac_ct_CC = @ac_ct_CC@ 137: ac_ct_CXX = @ac_ct_CXX@ 138: ac_ct_F77 = @ac_ct_F77@ 139: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 140: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 141: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 142: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 143: am__include = @am__include@ 144: am__leading_dot = @am__leading_dot@ 145: am__quote = @am__quote@ 146: am__tar = @am__tar@ 147: am__untar = @am__untar@ 148: bindir = @bindir@ 149: build = @build@ 150: build_alias = @build_alias@ 151: build_cpu = @build_cpu@ 152: build_os = @build_os@ 153: build_vendor = @build_vendor@ 154: datadir = @datadir@ 155: datarootdir = @datarootdir@ 156: docdir = @docdir@ 157: dvidir = @dvidir@ 158: exec_prefix = @exec_prefix@ 159: host = @host@ 160: host_alias = @host_alias@ 161: host_cpu = @host_cpu@ 162: host_os = @host_os@ 163: host_vendor = @host_vendor@ 164: htmldir = @htmldir@ 165: includedir = @includedir@ 166: infodir = @infodir@ 167: install_sh = @install_sh@ 168: libdir = @libdir@ 169: libexecdir = @libexecdir@ 170: lispdir = @lispdir@ 171: localedir = @localedir@ 172: localstatedir = @localstatedir@ 173: mandir = @mandir@ 174: mkdir_p = @mkdir_p@ 175: oldincludedir = @oldincludedir@ 176: pdfdir = @pdfdir@ 177: prefix = @prefix@ 178: program_transform_name = @program_transform_name@ 179: psdir = @psdir@ 180: sbindir = @sbindir@ 181: sharedstatedir = @sharedstatedir@ 182: sysconfdir = @sysconfdir@ 183: target_alias = @target_alias@ 184: INCLUDES = -I$(top_srcdir)/ -DCONF_DIR=\"$(sysconfdir)\" 185: libanthydic_la_SOURCES = \ 186: word_dic.c dic_util.c \ 187: wtype.c\ 188: texttrie.c textdict.c record.c\ 189: word_lookup.c use_dic.c \ 190: priv_dic.c mem_dic.c \ 191: ext_ent.c matrix.c\ 192: feature_set.c\ 193: dic_main.h\ 194: ptab.h wtab.h dic_ent.h \ 195: mem_dic.h dic_personality.h 196: 197: libanthydic_la_LIBADD = ../src-diclib/libdiclib.la 198: libanthydic_la_LDFLAGS = -version-info 1:0:1 199: lib_LTLIBRARIES = libanthydic.la 200: all: all-am 201: 202: .SUFFIXES: 203: .SUFFIXES: .c .lo .o .obj 204: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 205: @for dep in $?; do \ 206: case '$(am__configure_deps)' in \ 207: *$$dep*) \ 208: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 209: && exit 0; \ 210: exit 1;; \ 211: esac; \ 212: done; \ 213: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src-worddic/Makefile'; \ 214: cd $(top_srcdir) && \ 215: $(AUTOMAKE) --gnu src-worddic/Makefile 216: .PRECIOUS: Makefile 217: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 218: @case '$?' in \ 219: *config.status*) \ 220: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 221: *) \ 222: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 223: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 224: esac; 225: 226: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 227: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 228: 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: install-libLTLIBRARIES: $(lib_LTLIBRARIES) 234: @$(NORMAL_INSTALL) 235: test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" 236: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 237: if test -f $$p; then \ 238: f=$(am__strip_dir) \ 239: echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ 240: $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ 241: else :; fi; \ 242: done 243: 244: uninstall-libLTLIBRARIES: 245: @$(NORMAL_UNINSTALL) 246: @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 247: p=$(am__strip_dir) \ 248: echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ 249: $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ 250: done 251: 252: clean-libLTLIBRARIES: 253: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 254: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 255: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 256: test "$$dir" != "$$p" || dir=.; \ 257: echo "rm -f \"$${dir}/so_locations\""; \ 258: rm -f "$${dir}/so_locations"; \ 259: done 260: libanthydic.la: $(libanthydic_la_OBJECTS) $(libanthydic_la_DEPENDENCIES) 261: $(LINK) -rpath $(libdir) $(libanthydic_la_LDFLAGS) $(libanthydic_la_OBJECTS) $(libanthydic_la_LIBADD) $(LIBS) 262: 263: mostlyclean-compile: 264: -rm -f *.$(OBJEXT) 265: 266: distclean-compile: 267: -rm -f *.tab.c 268: 269: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dic_util.Plo@am__quote@ 270: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ext_ent.Plo@am__quote@ 271: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/feature_set.Plo@am__quote@ 272: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/matrix.Plo@am__quote@ 273: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem_dic.Plo@am__quote@ 274: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/priv_dic.Plo@am__quote@ 275: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/record.Plo@am__quote@ 276: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/textdict.Plo@am__quote@ 277: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texttrie.Plo@am__quote@ 278: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/use_dic.Plo@am__quote@ 279: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/word_dic.Plo@am__quote@ 280: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/word_lookup.Plo@am__quote@ 281: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wtype.Plo@am__quote@ 282: 283: .c.o: 284: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 285: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 286: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 287: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 288: @am__fastdepCC_FALSE@ $(COMPILE) -c $< 289: 290: .c.obj: 291: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ 292: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 293: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 294: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 295: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 296: 297: .c.lo: 298: @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 299: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 300: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 301: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 302: @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 303: 304: mostlyclean-libtool: 305: -rm -f *.lo 306: 307: clean-libtool: 308: -rm -rf .libs _libs 309: 310: distclean-libtool: 311: -rm -f libtool 312: uninstall-info-am: 313: 314: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 315: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 316: unique=`for i in $$list; do \ 317: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 318: done | \ 319: $(AWK) ' { files[$$0] = 1; } \ 320: END { for (i in files) print i; }'`; \ 321: mkid -fID $$unique 322: tags: TAGS 323: 324: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 325: $(TAGS_FILES) $(LISP) 326: tags=; \ 327: here=`pwd`; \ 328: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 329: unique=`for i in $$list; do \ 330: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 331: done | \ 332: $(AWK) ' { files[$$0] = 1; } \ 333: END { for (i in files) print i; }'`; \ 334: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 335: test -n "$$unique" || unique=$$empty_fix; \ 336: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 337: $$tags $$unique; \ 338: fi 339: ctags: CTAGS 340: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 341: $(TAGS_FILES) $(LISP) 342: tags=; \ 343: here=`pwd`; \ 344: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 345: unique=`for i in $$list; do \ 346: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 347: done | \ 348: $(AWK) ' { files[$$0] = 1; } \ 349: END { for (i in files) print i; }'`; \ 350: test -z "$(CTAGS_ARGS)$$tags$$unique" \ 351: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 352: $$tags $$unique 353: 354: GTAGS: 355: here=`$(am__cd) $(top_builddir) && pwd` \ 356: && cd $(top_srcdir) \ 357: && gtags -i $(GTAGS_ARGS) $$here 358: 359: distclean-tags: 360: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 361: 362: distdir: $(DISTFILES) 363: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 364: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 365: list='$(DISTFILES)'; for file in $$list; do \ 366: case $$file in \ 367: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 368: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 369: esac; \ 370: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 371: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 372: if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 373: dir="/$$dir"; \ 374: $(mkdir_p) "$(distdir)$$dir"; \ 375: else \ 376: dir=''; \ 377: fi; \ 378: if test -d $$d/$$file; then \ 379: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 380: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 381: fi; \ 382: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 383: else \ 384: test -f $(distdir)/$$file \ 385: || cp -p $$d/$$file $(distdir)/$$file \ 386: || exit 1; \ 387: fi; \ 388: done 389: check-am: all-am 390: check: check-am 391: all-am: Makefile $(LTLIBRARIES) 392: installdirs: 393: for dir in "$(DESTDIR)$(libdir)"; do \ 394: test -z "$$dir" || $(mkdir_p) "$$dir"; \ 395: done 396: install: install-am 397: install-exec: install-exec-am 398: install-data: install-data-am 399: uninstall: uninstall-am 400: 401: install-am: all-am 402: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 403: 404: installcheck: installcheck-am 405: install-strip: 406: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 407: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 408: `test -z '$(STRIP)' || \ 409: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 410: mostlyclean-generic: 411: 412: clean-generic: 413: 414: distclean-generic: 415: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 416: 417: maintainer-clean-generic: 418: @echo "This command is intended for maintainers to use" 419: @echo "it deletes files that may require special tools to rebuild." 420: clean: clean-am 421: 422: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 423: mostlyclean-am 424: 425: distclean: distclean-am 426: -rm -rf ./$(DEPDIR) 427: -rm -f Makefile 428: distclean-am: clean-am distclean-compile distclean-generic \ 429: distclean-libtool distclean-tags 430: 431: dvi: dvi-am 432: 433: dvi-am: 434: 435: html: html-am 436: 437: info: info-am 438: 439: info-am: 440: 441: install-data-am: 442: 443: install-exec-am: install-libLTLIBRARIES 444: 445: install-info: install-info-am 446: 447: install-man: 448: 449: installcheck-am: 450: 451: maintainer-clean: maintainer-clean-am 452: -rm -rf ./$(DEPDIR) 453: -rm -f Makefile 454: maintainer-clean-am: distclean-am maintainer-clean-generic 455: 456: mostlyclean: mostlyclean-am 457: 458: mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 459: mostlyclean-libtool 460: 461: pdf: pdf-am 462: 463: pdf-am: 464: 465: ps: ps-am 466: 467: ps-am: 468: 469: uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES 470: 471: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 472: clean-libLTLIBRARIES clean-libtool ctags distclean \ 473: distclean-compile distclean-generic distclean-libtool \ 474: distclean-tags distdir dvi dvi-am html html-am info info-am \ 475: install install-am install-data install-data-am install-exec \ 476: install-exec-am install-info install-info-am \ 477: install-libLTLIBRARIES install-man install-strip installcheck \ 478: installcheck-am installdirs maintainer-clean \ 479: maintainer-clean-generic mostlyclean mostlyclean-compile \ 480: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 481: tags uninstall uninstall-am uninstall-info-am \ 482: uninstall-libLTLIBRARIES 483: 484: # Tell versions [3.59,3.63) of GNU make to not export all variables. 485: # Otherwise a system limit (for SysV at least) may be exceeded. 486: .NOEXPORT: