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

anthy/9100e/test/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: noinst_PROGRAMS = anthy$(EXEEXT) checklib$(EXEEXT)
   40: subdir = test
   41: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
   42: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   43: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
   44: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   45:         $(ACLOCAL_M4)
   46: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
   47: CONFIG_HEADER = $(top_builddir)/config.h
   48: CONFIG_CLEAN_FILES =
   49: PROGRAMS = $(noinst_PROGRAMS)
   50: am_anthy_OBJECTS = main.$(OBJEXT)
   51: anthy_OBJECTS = $(am_anthy_OBJECTS)
   52: anthy_DEPENDENCIES = ../src-util/libconvdb.la ../src-main/libanthy.la \
   53:         ../src-worddic/libanthydic.la
   54: am_checklib_OBJECTS = check.$(OBJEXT)
   55: checklib_OBJECTS = $(am_checklib_OBJECTS)
   56: checklib_DEPENDENCIES = ../src-main/libanthy.la \
   57:         ../src-worddic/libanthydic.la
   58: DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
   59: depcomp = $(SHELL) $(top_srcdir)/depcomp
   60: am__depfiles_maybe = depfiles
   61: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   62:         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   63: LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
   64:         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
   65:         $(AM_CFLAGS) $(CFLAGS)
   66: CCLD = $(CC)
   67: LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
   68:         $(AM_LDFLAGS) $(LDFLAGS) -o $@
   69: SOURCES = $(anthy_SOURCES) $(checklib_SOURCES)
   70: DIST_SOURCES = $(anthy_SOURCES) $(checklib_SOURCES)
   71: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
   72:         html-recursive info-recursive install-data-recursive \
   73:         install-exec-recursive install-info-recursive \
   74:         install-recursive installcheck-recursive installdirs-recursive \
   75:         pdf-recursive ps-recursive uninstall-info-recursive \
   76:         uninstall-recursive
   77: ETAGS = etags
   78: CTAGS = ctags
   79: DIST_SUBDIRS = $(SUBDIRS)
   80: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   81: ACLOCAL = @ACLOCAL@
   82: AMDEP_FALSE = @AMDEP_FALSE@
   83: AMDEP_TRUE = @AMDEP_TRUE@
   84: AMTAR = @AMTAR@
   85: AR = @AR@
   86: AUTOCONF = @AUTOCONF@
   87: AUTOHEADER = @AUTOHEADER@
   88: AUTOMAKE = @AUTOMAKE@
   89: AWK = @AWK@
   90: CC = @CC@
   91: CCDEPMODE = @CCDEPMODE@
   92: CFLAGS = @CFLAGS@
   93: CPP = @CPP@
   94: CPPFLAGS = @CPPFLAGS@
   95: CXX = @CXX@
   96: CXXCPP = @CXXCPP@
   97: CXXDEPMODE = @CXXDEPMODE@
   98: CXXFLAGS = @CXXFLAGS@
   99: CYGPATH_W = @CYGPATH_W@
  100: DEFS = @DEFS@
  101: DEPDIR = @DEPDIR@
  102: ECHO = @ECHO@
  103: ECHO_C = @ECHO_C@
  104: ECHO_N = @ECHO_N@
  105: ECHO_T = @ECHO_T@
  106: EGREP = @EGREP@
  107: ELISP_FALSE = @ELISP_FALSE@
  108: ELISP_TRUE = @ELISP_TRUE@
  109: EMACS = @EMACS@
  110: EMACSLOADPATH = @EMACSLOADPATH@
  111: EXEEXT = @EXEEXT@
  112: F77 = @F77@
  113: FFLAGS = @FFLAGS@
  114: GREP = @GREP@
  115: INSTALL_DATA = @INSTALL_DATA@
  116: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  117: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  118: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  119: LDFLAGS = @LDFLAGS@
  120: LIBOBJS = @LIBOBJS@
  121: LIBS = @LIBS@
  122: LIBTOOL = @LIBTOOL@
  123: LN_S = @LN_S@
  124: LTLIBOBJS = @LTLIBOBJS@
  125: MAKEINFO = @MAKEINFO@
  126: OBJEXT = @OBJEXT@
  127: PACKAGE = @PACKAGE@
  128: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  129: PACKAGE_NAME = @PACKAGE_NAME@
  130: PACKAGE_STRING = @PACKAGE_STRING@
  131: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  132: PACKAGE_VERSION = @PACKAGE_VERSION@
  133: PATH_SEPARATOR = @PATH_SEPARATOR@
  134: RANLIB = @RANLIB@
  135: SET_MAKE = @SET_MAKE@
  136: SHELL = @SHELL@
  137: STRIP = @STRIP@
  138: VERSION = @VERSION@
  139: ac_ct_CC = @ac_ct_CC@
  140: ac_ct_CXX = @ac_ct_CXX@
  141: ac_ct_F77 = @ac_ct_F77@
  142: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  143: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  144: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  145: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  146: am__include = @am__include@
  147: am__leading_dot = @am__leading_dot@
  148: am__quote = @am__quote@
  149: am__tar = @am__tar@
  150: am__untar = @am__untar@
  151: bindir = @bindir@
  152: build = @build@
  153: build_alias = @build_alias@
  154: build_cpu = @build_cpu@
  155: build_os = @build_os@
  156: build_vendor = @build_vendor@
  157: datadir = @datadir@
  158: datarootdir = @datarootdir@
  159: docdir = @docdir@
  160: dvidir = @dvidir@
  161: exec_prefix = @exec_prefix@
  162: host = @host@
  163: host_alias = @host_alias@
  164: host_cpu = @host_cpu@
  165: host_os = @host_os@
  166: host_vendor = @host_vendor@
  167: htmldir = @htmldir@
  168: includedir = @includedir@
  169: infodir = @infodir@
  170: install_sh = @install_sh@
  171: libdir = @libdir@
  172: libexecdir = @libexecdir@
  173: lispdir = @lispdir@
  174: localedir = @localedir@
  175: localstatedir = @localstatedir@
  176: mandir = @mandir@
  177: mkdir_p = @mkdir_p@
  178: oldincludedir = @oldincludedir@
  179: pdfdir = @pdfdir@
  180: prefix = @prefix@
  181: program_transform_name = @program_transform_name@
  182: psdir = @psdir@
  183: sbindir = @sbindir@
  184: sharedstatedir = @sharedstatedir@
  185: sysconfdir = @sysconfdir@
  186: target_alias = @target_alias@
  187: SUBDIRS = 
  188: EXTRA_DIST = test.txt test.exp prediction.c test-matrix.c
  189: INCLUDES = -I$(top_srcdir)/ -DSRCDIR=\"$(srcdir)\" \
  190:           -DTEST_HOME=\""`pwd`"\"
  191: 
  192: anthy_SOURCES = main.c
  193: checklib_SOURCES = check.c
  194: anthy_LDADD = ../src-util/libconvdb.la ../src-main/libanthy.la ../src-worddic/libanthydic.la
  195: checklib_LDADD = ../src-main/libanthy.la ../src-worddic/libanthydic.la
  196: all: all-recursive
  197: 
  198: .SUFFIXES:
  199: .SUFFIXES: .c .lo .o .obj
  200: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  201:         @for dep in $?; do \
  202:           case '$(am__configure_deps)' in \
  203:             *$$dep*) \
  204:               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  205:                 && exit 0; \
  206:               exit 1;; \
  207:           esac; \
  208:         done; \
  209:         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  test/Makefile'; \
  210:         cd $(top_srcdir) && \
  211:           $(AUTOMAKE) --gnu  test/Makefile
  212: .PRECIOUS: Makefile
  213: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  214:         @case '$?' in \
  215:           *config.status*) \
  216:             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  217:           *) \
  218:             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  219:             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  220:         esac;
  221: 
  222: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  223:         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  224: 
  225: $(top_srcdir)/configure:  $(am__configure_deps)
  226:         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  227: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  228:         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  229: 
  230: clean-noinstPROGRAMS:
  231:         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
  232:           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
  233:           echo " rm -f $$p $$f"; \
  234:           rm -f $$p $$f ; \
  235:         done
  236: anthy$(EXEEXT): $(anthy_OBJECTS) $(anthy_DEPENDENCIES) 
  237:         @rm -f anthy$(EXEEXT)
  238:         $(LINK) $(anthy_LDFLAGS) $(anthy_OBJECTS) $(anthy_LDADD) $(LIBS)
  239: checklib$(EXEEXT): $(checklib_OBJECTS) $(checklib_DEPENDENCIES) 
  240:         @rm -f checklib$(EXEEXT)
  241:         $(LINK) $(checklib_LDFLAGS) $(checklib_OBJECTS) $(checklib_LDADD) $(LIBS)
  242: 
  243: mostlyclean-compile:
  244:         -rm -f *.$(OBJEXT)
  245: 
  246: distclean-compile:
  247:         -rm -f *.tab.c
  248: 
  249: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check.Po@am__quote@
  250: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
  251: 
  252: .c.o:
  253: @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  254: @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  255: @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  256: @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  257: @am__fastdepCC_FALSE@   $(COMPILE) -c $<
  258: 
  259: .c.obj:
  260: @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
  261: @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  262: @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  263: @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  264: @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
  265: 
  266: .c.lo:
  267: @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  268: @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  269: @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  270: @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  271: @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
  272: 
  273: mostlyclean-libtool:
  274:         -rm -f *.lo
  275: 
  276: clean-libtool:
  277:         -rm -rf .libs _libs
  278: 
  279: distclean-libtool:
  280:         -rm -f libtool
  281: uninstall-info-am:
  282: 
  283: # This directory's subdirectories are mostly independent; you can cd
  284: # into them and run `make' without going through this Makefile.
  285: # To change the values of `make' variables: instead of editing Makefiles,
  286: # (1) if the variable is set in `config.status', edit `config.status'
  287: #     (which will cause the Makefiles to be regenerated when you run `make');
  288: # (2) otherwise, pass the desired values on the `make' command line.
  289: $(RECURSIVE_TARGETS):
  290:         @failcom='exit 1'; \
  291:         for f in x $$MAKEFLAGS; do \
  292:           case $$f in \
  293:             *=* | --[!k]*);; \
  294:             *k*) failcom='fail=yes';; \
  295:           esac; \
  296:         done; \
  297:         dot_seen=no; \
  298:         target=`echo $@ | sed s/-recursive//`; \
  299:         list='$(SUBDIRS)'; for subdir in $$list; do \
  300:           echo "Making $$target in $$subdir"; \
  301:           if test "$$subdir" = "."; then \
  302:             dot_seen=yes; \
  303:             local_target="$$target-am"; \
  304:           else \
  305:             local_target="$$target"; \
  306:           fi; \
  307:           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  308:           || eval $$failcom; \
  309:         done; \
  310:         if test "$$dot_seen" = "no"; then \
  311:           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  312:         fi; test -z "$$fail"
  313: 
  314: mostlyclean-recursive clean-recursive distclean-recursive \
  315: maintainer-clean-recursive:
  316:         @failcom='exit 1'; \
  317:         for f in x $$MAKEFLAGS; do \
  318:           case $$f in \
  319:             *=* | --[!k]*);; \
  320:             *k*) failcom='fail=yes';; \
  321:           esac; \
  322:         done; \
  323:         dot_seen=no; \
  324:         case "$@" in \
  325:           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  326:           *) list='$(SUBDIRS)' ;; \
  327:         esac; \
  328:         rev=''; for subdir in $$list; do \
  329:           if test "$$subdir" = "."; then :; else \
  330:             rev="$$subdir $$rev"; \
  331:           fi; \
  332:         done; \
  333:         rev="$$rev ."; \
  334:         target=`echo $@ | sed s/-recursive//`; \
  335:         for subdir in $$rev; do \
  336:           echo "Making $$target in $$subdir"; \
  337:           if test "$$subdir" = "."; then \
  338:             local_target="$$target-am"; \
  339:           else \
  340:             local_target="$$target"; \
  341:           fi; \
  342:           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  343:           || eval $$failcom; \
  344:         done && test -z "$$fail"
  345: tags-recursive:
  346:         list='$(SUBDIRS)'; for subdir in $$list; do \
  347:           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  348:         done
  349: ctags-recursive:
  350:         list='$(SUBDIRS)'; for subdir in $$list; do \
  351:           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  352:         done
  353: 
  354: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  355:         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  356:         unique=`for i in $$list; do \
  357:             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  358:           done | \
  359:           $(AWK) '    { files[$$0] = 1; } \
  360:                END { for (i in files) print i; }'`; \
  361:         mkid -fID $$unique
  362: tags: TAGS
  363: 
  364: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  365:                 $(TAGS_FILES) $(LISP)
  366:         tags=; \
  367:         here=`pwd`; \
  368:         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  369:           include_option=--etags-include; \
  370:           empty_fix=.; \
  371:         else \
  372:           include_option=--include; \
  373:           empty_fix=; \
  374:         fi; \
  375:         list='$(SUBDIRS)'; for subdir in $$list; do \
  376:           if test "$$subdir" = .; then :; else \
  377:             test ! -f $$subdir/TAGS || \
  378:               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  379:           fi; \
  380:         done; \
  381:         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  382:         unique=`for i in $$list; do \
  383:             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  384:           done | \
  385:           $(AWK) '    { files[$$0] = 1; } \
  386:                END { for (i in files) print i; }'`; \
  387:         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  388:           test -n "$$unique" || unique=$$empty_fix; \
  389:           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  390:             $$tags $$unique; \
  391:         fi
  392: ctags: CTAGS
  393: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  394:                 $(TAGS_FILES) $(LISP)
  395:         tags=; \
  396:         here=`pwd`; \
  397:         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  398:         unique=`for i in $$list; do \
  399:             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  400:           done | \
  401:           $(AWK) '    { files[$$0] = 1; } \
  402:                END { for (i in files) print i; }'`; \
  403:         test -z "$(CTAGS_ARGS)$$tags$$unique" \
  404:           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  405:              $$tags $$unique
  406: 
  407: GTAGS:
  408:         here=`$(am__cd) $(top_builddir) && pwd` \
  409:           && cd $(top_srcdir) \
  410:           && gtags -i $(GTAGS_ARGS) $$here
  411: 
  412: distclean-tags:
  413:         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  414: 
  415: distdir: $(DISTFILES)
  416:         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  417:         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  418:         list='$(DISTFILES)'; for file in $$list; do \
  419:           case $$file in \
  420:             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  421:             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  422:           esac; \
  423:           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  424:           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  425:           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  426:             dir="/$$dir"; \
  427:             $(mkdir_p) "$(distdir)$$dir"; \
  428:           else \
  429:             dir=''; \
  430:           fi; \
  431:           if test -d $$d/$$file; then \
  432:             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  433:               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  434:             fi; \
  435:             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  436:           else \
  437:             test -f $(distdir)/$$file \
  438:             || cp -p $$d/$$file $(distdir)/$$file \
  439:             || exit 1; \
  440:           fi; \
  441:         done
  442:         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  443:           if test "$$subdir" = .; then :; else \
  444:             test -d "$(distdir)/$$subdir" \
  445:             || $(mkdir_p) "$(distdir)/$$subdir" \
  446:             || exit 1; \
  447:             distdir=`$(am__cd) $(distdir) && pwd`; \
  448:             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  449:             (cd $$subdir && \
  450:               $(MAKE) $(AM_MAKEFLAGS) \
  451:                 top_distdir="$$top_distdir" \
  452:                 distdir="$$distdir/$$subdir" \
  453:                 distdir) \
  454:               || exit 1; \
  455:           fi; \
  456:         done
  457: check-am: all-am
  458: check: check-recursive
  459: all-am: Makefile $(PROGRAMS)
  460: installdirs: installdirs-recursive
  461: installdirs-am:
  462: install: install-recursive
  463: install-exec: install-exec-recursive
  464: install-data: install-data-recursive
  465: uninstall: uninstall-recursive
  466: 
  467: install-am: all-am
  468:         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  469: 
  470: installcheck: installcheck-recursive
  471: install-strip:
  472:         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  473:           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  474:           `test -z '$(STRIP)' || \
  475:             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  476: mostlyclean-generic:
  477: 
  478: clean-generic:
  479: 
  480: distclean-generic:
  481:         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  482: 
  483: maintainer-clean-generic:
  484:         @echo "This command is intended for maintainers to use"
  485:         @echo "it deletes files that may require special tools to rebuild."
  486: clean: clean-recursive
  487: 
  488: clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
  489:         mostlyclean-am
  490: 
  491: distclean: distclean-recursive
  492:         -rm -rf ./$(DEPDIR)
  493:         -rm -f Makefile
  494: distclean-am: clean-am distclean-compile distclean-generic \
  495:         distclean-libtool distclean-tags
  496: 
  497: dvi: dvi-recursive
  498: 
  499: dvi-am:
  500: 
  501: html: html-recursive
  502: 
  503: info: info-recursive
  504: 
  505: info-am:
  506: 
  507: install-data-am:
  508: 
  509: install-exec-am:
  510: 
  511: install-info: install-info-recursive
  512: 
  513: install-man:
  514: 
  515: installcheck-am:
  516: 
  517: maintainer-clean: maintainer-clean-recursive
  518:         -rm -rf ./$(DEPDIR)
  519:         -rm -f Makefile
  520: maintainer-clean-am: distclean-am maintainer-clean-generic
  521: 
  522: mostlyclean: mostlyclean-recursive
  523: 
  524: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  525:         mostlyclean-libtool mostlyclean-local
  526: 
  527: pdf: pdf-recursive
  528: 
  529: pdf-am:
  530: 
  531: ps: ps-recursive
  532: 
  533: ps-am:
  534: 
  535: uninstall-am: uninstall-info-am
  536: 
  537: uninstall-info: uninstall-info-recursive
  538: 
  539: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
  540:         clean clean-generic clean-libtool clean-noinstPROGRAMS \
  541:         clean-recursive ctags ctags-recursive distclean \
  542:         distclean-compile distclean-generic distclean-libtool \
  543:         distclean-recursive distclean-tags distdir dvi dvi-am html \
  544:         html-am info info-am install install-am install-data \
  545:         install-data-am install-exec install-exec-am install-info \
  546:         install-info-am install-man install-strip installcheck \
  547:         installcheck-am installdirs installdirs-am maintainer-clean \
  548:         maintainer-clean-generic maintainer-clean-recursive \
  549:         mostlyclean mostlyclean-compile mostlyclean-generic \
  550:         mostlyclean-libtool mostlyclean-local mostlyclean-recursive \
  551:         pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
  552:         uninstall-info-am
  553: 
  554: 
  555: mostlyclean-local:
  556:         -rm -rf .anthy*
  557: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  558: # Otherwise a system limit (for SysV at least) may be exceeded.
  559: .NOEXPORT:
1
Syntax (Markdown)