(linenum→info "unix/slp.c:2238")

anthy/9100e/src-splitter/Makefile.in

    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-splitter
   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: libsplit_la_LIBADD =
   50: am_libsplit_la_OBJECTS = wordlist.lo metaword.lo depgraph.lo \
   51:         splitter.lo evalborder.lo compose.lo lattice.lo segclass.lo
   52: libsplit_la_OBJECTS = $(am_libsplit_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 = $(libsplit_la_SOURCES)
   65: DIST_SOURCES = $(libsplit_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: EXTRAD_DIST = 
  176: INCLUDES = -I$(top_srcdir)/
  177: noinst_LTLIBRARIES = libsplit.la
  178: libsplit_la_SOURCES = wordlist.c metaword.c depgraph.c\
  179:  splitter.c evalborder.c compose.c\
  180:  wordborder.h lattice.c segclass.c
  181: 
  182: all: all-am
  183: 
  184: .SUFFIXES:
  185: .SUFFIXES: .c .lo .o .obj
  186: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  187:         @for dep in $?; do \
  188:           case '$(am__configure_deps)' in \
  189:             *$$dep*) \
  190:               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  191:                 && exit 0; \
  192:               exit 1;; \
  193:           esac; \
  194:         done; \
  195:         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src-splitter/Makefile'; \
  196:         cd $(top_srcdir) && \
  197:           $(AUTOMAKE) --gnu  src-splitter/Makefile
  198: .PRECIOUS: Makefile
  199: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  200:         @case '$?' in \
  201:           *config.status*) \
  202:             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  203:           *) \
  204:             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  205:             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  206:         esac;
  207: 
  208: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  209:         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  210: 
  211: $(top_srcdir)/configure:  $(am__configure_deps)
  212:         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  213: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  214:         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  215: 
  216: clean-noinstLTLIBRARIES:
  217:         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  218:         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
  219:           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  220:           test "$$dir" != "$$p" || dir=.; \
  221:           echo "rm -f \"$${dir}/so_locations\""; \
  222:           rm -f "$${dir}/so_locations"; \
  223:         done
  224: libsplit.la: $(libsplit_la_OBJECTS) $(libsplit_la_DEPENDENCIES) 
  225:         $(LINK)  $(libsplit_la_LDFLAGS) $(libsplit_la_OBJECTS) $(libsplit_la_LIBADD) $(LIBS)
  226: 
  227: mostlyclean-compile:
  228:         -rm -f *.$(OBJEXT)
  229: 
  230: distclean-compile:
  231:         -rm -f *.tab.c
  232: 
  233: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compose.Plo@am__quote@
  234: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/depgraph.Plo@am__quote@
  235: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evalborder.Plo@am__quote@
  236: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lattice.Plo@am__quote@
  237: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metaword.Plo@am__quote@
  238: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/segclass.Plo@am__quote@
  239: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splitter.Plo@am__quote@
  240: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wordlist.Plo@am__quote@
  241: 
  242: .c.o:
  243: @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  244: @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  245: @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  246: @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  247: @am__fastdepCC_FALSE@   $(COMPILE) -c $<
  248: 
  249: .c.obj:
  250: @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
  251: @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  252: @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  253: @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  254: @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
  255: 
  256: .c.lo:
  257: @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  258: @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  259: @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  260: @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  261: @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
  262: 
  263: mostlyclean-libtool:
  264:         -rm -f *.lo
  265: 
  266: clean-libtool:
  267:         -rm -rf .libs _libs
  268: 
  269: distclean-libtool:
  270:         -rm -f libtool
  271: uninstall-info-am:
  272: 
  273: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  274:         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  275:         unique=`for i in $$list; do \
  276:             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  277:           done | \
  278:           $(AWK) '    { files[$$0] = 1; } \
  279:                END { for (i in files) print i; }'`; \
  280:         mkid -fID $$unique
  281: tags: TAGS
  282: 
  283: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  284:                 $(TAGS_FILES) $(LISP)
  285:         tags=; \
  286:         here=`pwd`; \
  287:         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  288:         unique=`for i in $$list; do \
  289:             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  290:           done | \
  291:           $(AWK) '    { files[$$0] = 1; } \
  292:                END { for (i in files) print i; }'`; \
  293:         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  294:           test -n "$$unique" || unique=$$empty_fix; \
  295:           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  296:             $$tags $$unique; \
  297:         fi
  298: ctags: CTAGS
  299: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  300:                 $(TAGS_FILES) $(LISP)
  301:         tags=; \
  302:         here=`pwd`; \
  303:         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  304:         unique=`for i in $$list; do \
  305:             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  306:           done | \
  307:           $(AWK) '    { files[$$0] = 1; } \
  308:                END { for (i in files) print i; }'`; \
  309:         test -z "$(CTAGS_ARGS)$$tags$$unique" \
  310:           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  311:              $$tags $$unique
  312: 
  313: GTAGS:
  314:         here=`$(am__cd) $(top_builddir) && pwd` \
  315:           && cd $(top_srcdir) \
  316:           && gtags -i $(GTAGS_ARGS) $$here
  317: 
  318: distclean-tags:
  319:         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  320: 
  321: distdir: $(DISTFILES)
  322:         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  323:         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  324:         list='$(DISTFILES)'; for file in $$list; do \
  325:           case $$file in \
  326:             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  327:             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  328:           esac; \
  329:           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  330:           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  331:           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  332:             dir="/$$dir"; \
  333:             $(mkdir_p) "$(distdir)$$dir"; \
  334:           else \
  335:             dir=''; \
  336:           fi; \
  337:           if test -d $$d/$$file; then \
  338:             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  339:               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  340:             fi; \
  341:             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  342:           else \
  343:             test -f $(distdir)/$$file \
  344:             || cp -p $$d/$$file $(distdir)/$$file \
  345:             || exit 1; \
  346:           fi; \
  347:         done
  348: check-am: all-am
  349: check: check-am
  350: all-am: Makefile $(LTLIBRARIES)
  351: installdirs:
  352: install: install-am
  353: install-exec: install-exec-am
  354: install-data: install-data-am
  355: uninstall: uninstall-am
  356: 
  357: install-am: all-am
  358:         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  359: 
  360: installcheck: installcheck-am
  361: install-strip:
  362:         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  363:           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  364:           `test -z '$(STRIP)' || \
  365:             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  366: mostlyclean-generic:
  367: 
  368: clean-generic:
  369: 
  370: distclean-generic:
  371:         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  372: 
  373: maintainer-clean-generic:
  374:         @echo "This command is intended for maintainers to use"
  375:         @echo "it deletes files that may require special tools to rebuild."
  376: clean: clean-am
  377: 
  378: clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  379:         mostlyclean-am
  380: 
  381: distclean: distclean-am
  382:         -rm -rf ./$(DEPDIR)
  383:         -rm -f Makefile
  384: distclean-am: clean-am distclean-compile distclean-generic \
  385:         distclean-libtool distclean-tags
  386: 
  387: dvi: dvi-am
  388: 
  389: dvi-am:
  390: 
  391: html: html-am
  392: 
  393: info: info-am
  394: 
  395: info-am:
  396: 
  397: install-data-am:
  398: 
  399: install-exec-am:
  400: 
  401: install-info: install-info-am
  402: 
  403: install-man:
  404: 
  405: installcheck-am:
  406: 
  407: maintainer-clean: maintainer-clean-am
  408:         -rm -rf ./$(DEPDIR)
  409:         -rm -f Makefile
  410: maintainer-clean-am: distclean-am maintainer-clean-generic
  411: 
  412: mostlyclean: mostlyclean-am
  413: 
  414: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  415:         mostlyclean-libtool
  416: 
  417: pdf: pdf-am
  418: 
  419: pdf-am:
  420: 
  421: ps: ps-am
  422: 
  423: ps-am:
  424: 
  425: uninstall-am: uninstall-info-am
  426: 
  427: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  428:         clean-libtool clean-noinstLTLIBRARIES ctags distclean \
  429:         distclean-compile distclean-generic distclean-libtool \
  430:         distclean-tags distdir dvi dvi-am html html-am info info-am \
  431:         install install-am install-data install-data-am install-exec \
  432:         install-exec-am install-info install-info-am install-man \
  433:         install-strip installcheck installcheck-am installdirs \
  434:         maintainer-clean maintainer-clean-generic mostlyclean \
  435:         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  436:         pdf pdf-am ps ps-am tags uninstall uninstall-am \
  437:         uninstall-info-am
  438: 
  439: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  440: # Otherwise a system limit (for SysV at least) may be exceeded.
  441: .NOEXPORT:
Syntax (Markdown)