
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-diclib 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: LTLIBRARIES = $(noinst_LTLIBRARIES) 49: libdiclib_la_LIBADD = 50: am_libdiclib_la_OBJECTS = diclib.lo file_dic.lo filemap.lo xstr.lo \ 51: xchar.lo alloc.lo conf.lo logger.lo ruleparser.lo 52: libdiclib_la_OBJECTS = $(am_libdiclib_la_OBJECTS) 53: DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 54: depcomp = $(SHELL) $(top_srcdir)/depcomp 55: am__depfiles_maybe = depfiles 56: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 57: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 58: LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ 59: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 60: $(AM_CFLAGS) $(CFLAGS) 61: CCLD = $(CC) 62: LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 63: $(AM_LDFLAGS) $(LDFLAGS) -o $@ 64: SOURCES = $(libdiclib_la_SOURCES) 65: DIST_SOURCES = $(libdiclib_la_SOURCES) 66: ETAGS = etags 67: CTAGS = ctags 68: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 69: ACLOCAL = @ACLOCAL@ 70: AMDEP_FALSE = @AMDEP_FALSE@ 71: AMDEP_TRUE = @AMDEP_TRUE@ 72: AMTAR = @AMTAR@ 73: AR = @AR@ 74: AUTOCONF = @AUTOCONF@ 75: AUTOHEADER = @AUTOHEADER@ 76: AUTOMAKE = @AUTOMAKE@ 77: AWK = @AWK@ 78: CC = @CC@ 79: CCDEPMODE = @CCDEPMODE@ 80: CFLAGS = @CFLAGS@ 81: CPP = @CPP@ 82: CPPFLAGS = @CPPFLAGS@ 83: CXX = @CXX@ 84: CXXCPP = @CXXCPP@ 85: CXXDEPMODE = @CXXDEPMODE@ 86: CXXFLAGS = @CXXFLAGS@ 87: CYGPATH_W = @CYGPATH_W@ 88: DEFS = @DEFS@ 89: DEPDIR = @DEPDIR@ 90: ECHO = @ECHO@ 91: ECHO_C = @ECHO_C@ 92: ECHO_N = @ECHO_N@ 93: ECHO_T = @ECHO_T@ 94: EGREP = @EGREP@ 95: ELISP_FALSE = @ELISP_FALSE@ 96: ELISP_TRUE = @ELISP_TRUE@ 97: EMACS = @EMACS@ 98: EMACSLOADPATH = @EMACSLOADPATH@ 99: EXEEXT = @EXEEXT@ 100: F77 = @F77@ 101: FFLAGS = @FFLAGS@ 102: GREP = @GREP@ 103: INSTALL_DATA = @INSTALL_DATA@ 104: INSTALL_PROGRAM = @INSTALL_PROGRAM@ 105: INSTALL_SCRIPT = @INSTALL_SCRIPT@ 106: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 107: LDFLAGS = @LDFLAGS@ 108: LIBOBJS = @LIBOBJS@ 109: LIBS = @LIBS@ 110: LIBTOOL = @LIBTOOL@ 111: LN_S = @LN_S@ 112: LTLIBOBJS = @LTLIBOBJS@ 113: MAKEINFO = @MAKEINFO@ 114: OBJEXT = @OBJEXT@ 115: PACKAGE = @PACKAGE@ 116: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 117: PACKAGE_NAME = @PACKAGE_NAME@ 118: PACKAGE_STRING = @PACKAGE_STRING@ 119: PACKAGE_TARNAME = @PACKAGE_TARNAME@ 120: PACKAGE_VERSION = @PACKAGE_VERSION@ 121: PATH_SEPARATOR = @PATH_SEPARATOR@ 122: RANLIB = @RANLIB@ 123: SET_MAKE = @SET_MAKE@ 124: SHELL = @SHELL@ 125: STRIP = @STRIP@ 126: VERSION = @VERSION@ 127: ac_ct_CC = @ac_ct_CC@ 128: ac_ct_CXX = @ac_ct_CXX@ 129: ac_ct_F77 = @ac_ct_F77@ 130: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 131: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 132: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 133: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 134: am__include = @am__include@ 135: am__leading_dot = @am__leading_dot@ 136: am__quote = @am__quote@ 137: am__tar = @am__tar@ 138: am__untar = @am__untar@ 139: bindir = @bindir@ 140: build = @build@ 141: build_alias = @build_alias@ 142: build_cpu = @build_cpu@ 143: build_os = @build_os@ 144: build_vendor = @build_vendor@ 145: datadir = @datadir@ 146: datarootdir = @datarootdir@ 147: docdir = @docdir@ 148: dvidir = @dvidir@ 149: exec_prefix = @exec_prefix@ 150: host = @host@ 151: host_alias = @host_alias@ 152: host_cpu = @host_cpu@ 153: host_os = @host_os@ 154: host_vendor = @host_vendor@ 155: htmldir = @htmldir@ 156: includedir = @includedir@ 157: infodir = @infodir@ 158: install_sh = @install_sh@ 159: libdir = @libdir@ 160: libexecdir = @libexecdir@ 161: lispdir = @lispdir@ 162: localedir = @localedir@ 163: localstatedir = @localstatedir@ 164: mandir = @mandir@ 165: mkdir_p = @mkdir_p@ 166: oldincludedir = @oldincludedir@ 167: pdfdir = @pdfdir@ 168: prefix = @prefix@ 169: program_transform_name = @program_transform_name@ 170: psdir = @psdir@ 171: sbindir = @sbindir@ 172: sharedstatedir = @sharedstatedir@ 173: sysconfdir = @sysconfdir@ 174: target_alias = @target_alias@ 175: INCLUDES = -I$(top_srcdir)/ -DCONF_DIR=\"$(sysconfdir)\" 176: libdiclib_la_SOURCES = \ 177: diclib.c \ 178: file_dic.c filemap.c \ 179: xstr.c xchar.c \ 180: alloc.c conf.c \ 181: logger.c \ 182: ruleparser.c \ 183: diclib_inner.h e2u.h u2e.h 184: 185: noinst_LTLIBRARIES = libdiclib.la 186: all: all-am 187: 188: .SUFFIXES: 189: .SUFFIXES: .c .lo .o .obj 190: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 191: @for dep in $?; do \ 192: case '$(am__configure_deps)' in \ 193: *$$dep*) \ 194: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 195: && exit 0; \ 196: exit 1;; \ 197: esac; \ 198: done; \ 199: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src-diclib/Makefile'; \ 200: cd $(top_srcdir) && \ 201: $(AUTOMAKE) --gnu src-diclib/Makefile 202: .PRECIOUS: Makefile 203: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 204: @case '$?' in \ 205: *config.status*) \ 206: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 207: *) \ 208: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 209: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 210: esac; 211: 212: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 213: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 214: 215: $(top_srcdir)/configure: $(am__configure_deps) 216: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 217: $(ACLOCAL_M4): $(am__aclocal_m4_deps) 218: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 219: 220: clean-noinstLTLIBRARIES: 221: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 222: @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ 223: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 224: test "$$dir" != "$$p" || dir=.; \ 225: echo "rm -f \"$${dir}/so_locations\""; \ 226: rm -f "$${dir}/so_locations"; \ 227: done 228: libdiclib.la: $(libdiclib_la_OBJECTS) $(libdiclib_la_DEPENDENCIES) 229: $(LINK) $(libdiclib_la_LDFLAGS) $(libdiclib_la_OBJECTS) $(libdiclib_la_LIBADD) $(LIBS) 230: 231: mostlyclean-compile: 232: -rm -f *.$(OBJEXT) 233: 234: distclean-compile: 235: -rm -f *.tab.c 236: 237: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@ 238: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Plo@am__quote@ 239: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diclib.Plo@am__quote@ 240: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file_dic.Plo@am__quote@ 241: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filemap.Plo@am__quote@ 242: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Plo@am__quote@ 243: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ruleparser.Plo@am__quote@ 244: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xchar.Plo@am__quote@ 245: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstr.Plo@am__quote@ 246: 247: .c.o: 248: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 249: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 250: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 251: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 252: @am__fastdepCC_FALSE@ $(COMPILE) -c $< 253: 254: .c.obj: 255: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ 256: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 257: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 258: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 259: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 260: 261: .c.lo: 262: @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 263: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 264: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 265: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 266: @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 267: 268: mostlyclean-libtool: 269: -rm -f *.lo 270: 271: clean-libtool: 272: -rm -rf .libs _libs 273: 274: distclean-libtool: 275: -rm -f libtool 276: uninstall-info-am: 277: 278: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 279: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 280: unique=`for i in $$list; do \ 281: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 282: done | \ 283: $(AWK) ' { files[$$0] = 1; } \ 284: END { for (i in files) print i; }'`; \ 285: mkid -fID $$unique 286: tags: TAGS 287: 288: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 289: $(TAGS_FILES) $(LISP) 290: tags=; \ 291: here=`pwd`; \ 292: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 293: unique=`for i in $$list; do \ 294: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 295: done | \ 296: $(AWK) ' { files[$$0] = 1; } \ 297: END { for (i in files) print i; }'`; \ 298: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 299: test -n "$$unique" || unique=$$empty_fix; \ 300: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 301: $$tags $$unique; \ 302: fi 303: ctags: CTAGS 304: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 305: $(TAGS_FILES) $(LISP) 306: tags=; \ 307: here=`pwd`; \ 308: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 309: unique=`for i in $$list; do \ 310: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 311: done | \ 312: $(AWK) ' { files[$$0] = 1; } \ 313: END { for (i in files) print i; }'`; \ 314: test -z "$(CTAGS_ARGS)$$tags$$unique" \ 315: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 316: $$tags $$unique 317: 318: GTAGS: 319: here=`$(am__cd) $(top_builddir) && pwd` \ 320: && cd $(top_srcdir) \ 321: && gtags -i $(GTAGS_ARGS) $$here 322: 323: distclean-tags: 324: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 325: 326: distdir: $(DISTFILES) 327: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 328: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 329: list='$(DISTFILES)'; for file in $$list; do \ 330: case $$file in \ 331: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 332: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 333: esac; \ 334: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 335: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 336: if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 337: dir="/$$dir"; \ 338: $(mkdir_p) "$(distdir)$$dir"; \ 339: else \ 340: dir=''; \ 341: fi; \ 342: if test -d $$d/$$file; then \ 343: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 344: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 345: fi; \ 346: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 347: else \ 348: test -f $(distdir)/$$file \ 349: || cp -p $$d/$$file $(distdir)/$$file \ 350: || exit 1; \ 351: fi; \ 352: done 353: check-am: all-am 354: check: check-am 355: all-am: Makefile $(LTLIBRARIES) 356: installdirs: 357: install: install-am 358: install-exec: install-exec-am 359: install-data: install-data-am 360: uninstall: uninstall-am 361: 362: install-am: all-am 363: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 364: 365: installcheck: installcheck-am 366: install-strip: 367: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 368: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 369: `test -z '$(STRIP)' || \ 370: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 371: mostlyclean-generic: 372: 373: clean-generic: 374: 375: distclean-generic: 376: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 377: 378: maintainer-clean-generic: 379: @echo "This command is intended for maintainers to use" 380: @echo "it deletes files that may require special tools to rebuild." 381: clean: clean-am 382: 383: clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 384: mostlyclean-am 385: 386: distclean: distclean-am 387: -rm -rf ./$(DEPDIR) 388: -rm -f Makefile 389: distclean-am: clean-am distclean-compile distclean-generic \ 390: distclean-libtool distclean-tags 391: 392: dvi: dvi-am 393: 394: dvi-am: 395: 396: html: html-am 397: 398: info: info-am 399: 400: info-am: 401: 402: install-data-am: 403: 404: install-exec-am: 405: 406: install-info: install-info-am 407: 408: install-man: 409: 410: installcheck-am: 411: 412: maintainer-clean: maintainer-clean-am 413: -rm -rf ./$(DEPDIR) 414: -rm -f Makefile 415: maintainer-clean-am: distclean-am maintainer-clean-generic 416: 417: mostlyclean: mostlyclean-am 418: 419: mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 420: mostlyclean-libtool 421: 422: pdf: pdf-am 423: 424: pdf-am: 425: 426: ps: ps-am 427: 428: ps-am: 429: 430: uninstall-am: uninstall-info-am 431: 432: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 433: clean-libtool clean-noinstLTLIBRARIES ctags distclean \ 434: distclean-compile distclean-generic distclean-libtool \ 435: distclean-tags distdir dvi dvi-am html html-am info info-am \ 436: install install-am install-data install-data-am install-exec \ 437: install-exec-am install-info install-info-am install-man \ 438: install-strip installcheck installcheck-am installdirs \ 439: maintainer-clean maintainer-clean-generic mostlyclean \ 440: mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 441: pdf pdf-am ps ps-am tags uninstall uninstall-am \ 442: uninstall-info-am 443: 444: # Tell versions [3.59,3.63) of GNU make to not export all variables. 445: # Otherwise a system limit (for SysV at least) may be exceeded. 446: .NOEXPORT: