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

anthy/9100e/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: DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
   40:         $(srcdir)/Makefile.in $(srcdir)/anthy-conf.in \
   41:         $(srcdir)/anthy-test-conf.in $(srcdir)/anthy.pc.in \
   42:         $(srcdir)/anthy.spec.in $(srcdir)/config.h.in \
   43:         $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
   44:         compile config.guess config.sub depcomp elisp-comp install-sh \
   45:         ltmain.sh missing mkinstalldirs
   46: subdir = .
   47: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   48: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
   49: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   50:         $(ACLOCAL_M4)
   51: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
   52:  configure.lineno configure.status.lineno
   53: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
   54: CONFIG_HEADER = config.h
   55: CONFIG_CLEAN_FILES = anthy-conf anthy-test-conf anthy.spec anthy.pc
   56: SOURCES =
   57: DIST_SOURCES =
   58: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
   59:         html-recursive info-recursive install-data-recursive \
   60:         install-exec-recursive install-info-recursive \
   61:         install-recursive installcheck-recursive installdirs-recursive \
   62:         pdf-recursive ps-recursive uninstall-info-recursive \
   63:         uninstall-recursive
   64: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
   65: am__vpath_adj = case $$p in \
   66:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
   67:     *) f=$$p;; \
   68:   esac;
   69: am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
   70: am__installdirs = "$(DESTDIR)$(pkgconfigdir)" \
   71:         "$(DESTDIR)$(sysconfdir)"
   72: pkgconfigDATA_INSTALL = $(INSTALL_DATA)
   73: sysconfDATA_INSTALL = $(INSTALL_DATA)
   74: DATA = $(pkgconfig_DATA) $(sysconf_DATA)
   75: ETAGS = etags
   76: CTAGS = ctags
   77: DIST_SUBDIRS = $(SUBDIRS)
   78: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   79: distdir = $(PACKAGE)-$(VERSION)
   80: top_distdir = $(distdir)
   81: am__remove_distdir = \
   82:   { test ! -d $(distdir) \
   83:     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
   84:          && rm -fr $(distdir); }; }
   85: DIST_ARCHIVES = $(distdir).tar.gz
   86: GZIP_ENV = --best
   87: distuninstallcheck_listfiles = find . -type f -print
   88: distcleancheck_listfiles = find . -type f -print
   89: ACLOCAL = @ACLOCAL@
   90: AMDEP_FALSE = @AMDEP_FALSE@
   91: AMDEP_TRUE = @AMDEP_TRUE@
   92: AMTAR = @AMTAR@
   93: AR = @AR@
   94: AUTOCONF = @AUTOCONF@
   95: AUTOHEADER = @AUTOHEADER@
   96: AUTOMAKE = @AUTOMAKE@
   97: AWK = @AWK@
   98: CC = @CC@
   99: CCDEPMODE = @CCDEPMODE@
  100: CFLAGS = @CFLAGS@
  101: CPP = @CPP@
  102: CPPFLAGS = @CPPFLAGS@
  103: CXX = @CXX@
  104: CXXCPP = @CXXCPP@
  105: CXXDEPMODE = @CXXDEPMODE@
  106: CXXFLAGS = @CXXFLAGS@
  107: CYGPATH_W = @CYGPATH_W@
  108: DEFS = @DEFS@
  109: DEPDIR = @DEPDIR@
  110: ECHO = @ECHO@
  111: ECHO_C = @ECHO_C@
  112: ECHO_N = @ECHO_N@
  113: ECHO_T = @ECHO_T@
  114: EGREP = @EGREP@
  115: ELISP_FALSE = @ELISP_FALSE@
  116: ELISP_TRUE = @ELISP_TRUE@
  117: EMACS = @EMACS@
  118: EMACSLOADPATH = @EMACSLOADPATH@
  119: EXEEXT = @EXEEXT@
  120: F77 = @F77@
  121: FFLAGS = @FFLAGS@
  122: GREP = @GREP@
  123: INSTALL_DATA = @INSTALL_DATA@
  124: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  125: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  126: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  127: LDFLAGS = @LDFLAGS@
  128: LIBOBJS = @LIBOBJS@
  129: LIBS = @LIBS@
  130: LIBTOOL = @LIBTOOL@
  131: LN_S = @LN_S@
  132: LTLIBOBJS = @LTLIBOBJS@
  133: MAKEINFO = @MAKEINFO@
  134: OBJEXT = @OBJEXT@
  135: PACKAGE = @PACKAGE@
  136: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  137: PACKAGE_NAME = @PACKAGE_NAME@
  138: PACKAGE_STRING = @PACKAGE_STRING@
  139: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  140: PACKAGE_VERSION = @PACKAGE_VERSION@
  141: PATH_SEPARATOR = @PATH_SEPARATOR@
  142: RANLIB = @RANLIB@
  143: SET_MAKE = @SET_MAKE@
  144: SHELL = @SHELL@
  145: STRIP = @STRIP@
  146: VERSION = @VERSION@
  147: ac_ct_CC = @ac_ct_CC@
  148: ac_ct_CXX = @ac_ct_CXX@
  149: ac_ct_F77 = @ac_ct_F77@
  150: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  151: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  152: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  153: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  154: am__include = @am__include@
  155: am__leading_dot = @am__leading_dot@
  156: am__quote = @am__quote@
  157: am__tar = @am__tar@
  158: am__untar = @am__untar@
  159: bindir = @bindir@
  160: build = @build@
  161: build_alias = @build_alias@
  162: build_cpu = @build_cpu@
  163: build_os = @build_os@
  164: build_vendor = @build_vendor@
  165: datadir = @datadir@
  166: datarootdir = @datarootdir@
  167: docdir = @docdir@
  168: dvidir = @dvidir@
  169: exec_prefix = @exec_prefix@
  170: host = @host@
  171: host_alias = @host_alias@
  172: host_cpu = @host_cpu@
  173: host_os = @host_os@
  174: host_vendor = @host_vendor@
  175: htmldir = @htmldir@
  176: includedir = @includedir@
  177: infodir = @infodir@
  178: install_sh = @install_sh@
  179: libdir = @libdir@
  180: libexecdir = @libexecdir@
  181: lispdir = @lispdir@
  182: localedir = @localedir@
  183: localstatedir = @localstatedir@
  184: mandir = @mandir@
  185: mkdir_p = @mkdir_p@
  186: oldincludedir = @oldincludedir@
  187: pdfdir = @pdfdir@
  188: prefix = @prefix@
  189: program_transform_name = @program_transform_name@
  190: psdir = @psdir@
  191: sbindir = @sbindir@
  192: sharedstatedir = @sharedstatedir@
  193: sysconfdir = @sysconfdir@
  194: target_alias = @target_alias@
  195: AUTOMAKE_OPTIONS = 
  196: EXTRA_DIST = README.en DIARY anthy-conf.in anthy-test-conf.in anthy.spec.in anthy.pc.in Doxyfile
  197: SRCDIR = src-diclib src-worddic src-splitter src-ordering src-main src-util
  198: SUBDIRS = $(SRCDIR) anthy depgraph mkworddic calctrans mkanthydic doc test alt-cannadic
  199: sysconf_DATA = anthy-conf
  200: pkgconfigdir = $(libdir)/pkgconfig
  201: pkgconfig_DATA = anthy.pc
  202: MOSTLYCLEANFILES = core
  203: all: config.h
  204:         $(MAKE) $(AM_MAKEFLAGS) all-recursive
  205: 
  206: .SUFFIXES:
  207: am--refresh:
  208:         @:
  209: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  210:         @for dep in $?; do \
  211:           case '$(am__configure_deps)' in \
  212:             *$$dep*) \
  213:               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
  214:               cd $(srcdir) && $(AUTOMAKE) --gnu  \
  215:                 && exit 0; \
  216:               exit 1;; \
  217:           esac; \
  218:         done; \
  219:         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
  220:         cd $(top_srcdir) && \
  221:           $(AUTOMAKE) --gnu  Makefile
  222: .PRECIOUS: Makefile
  223: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  224:         @case '$?' in \
  225:           *config.status*) \
  226:             echo ' $(SHELL) ./config.status'; \
  227:             $(SHELL) ./config.status;; \
  228:           *) \
  229:             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  230:             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  231:         esac;
  232: 
  233: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  234:         $(SHELL) ./config.status --recheck
  235: 
  236: $(top_srcdir)/configure:  $(am__configure_deps)
  237:         cd $(srcdir) && $(AUTOCONF)
  238: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  239:         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  240: 
  241: config.h: stamp-h1
  242:         @if test ! -f $@; then \
  243:           rm -f stamp-h1; \
  244:           $(MAKE) stamp-h1; \
  245:         else :; fi
  246: 
  247: stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  248:         @rm -f stamp-h1
  249:         cd $(top_builddir) && $(SHELL) ./config.status config.h
  250: $(srcdir)/config.h.in:  $(am__configure_deps) 
  251:         cd $(top_srcdir) && $(AUTOHEADER)
  252:         rm -f stamp-h1
  253:         touch $@
  254: 
  255: distclean-hdr:
  256:         -rm -f config.h stamp-h1
  257: anthy-conf: $(top_builddir)/config.status $(srcdir)/anthy-conf.in
  258:         cd $(top_builddir) && $(SHELL) ./config.status $@
  259: anthy-test-conf: $(top_builddir)/config.status $(srcdir)/anthy-test-conf.in
  260:         cd $(top_builddir) && $(SHELL) ./config.status $@
  261: anthy.spec: $(top_builddir)/config.status $(srcdir)/anthy.spec.in
  262:         cd $(top_builddir) && $(SHELL) ./config.status $@
  263: anthy.pc: $(top_builddir)/config.status $(srcdir)/anthy.pc.in
  264:         cd $(top_builddir) && $(SHELL) ./config.status $@
  265: 
  266: mostlyclean-libtool:
  267:         -rm -f *.lo
  268: 
  269: clean-libtool:
  270:         -rm -rf .libs _libs
  271: 
  272: distclean-libtool:
  273:         -rm -f libtool
  274: uninstall-info-am:
  275: install-pkgconfigDATA: $(pkgconfig_DATA)
  276:         @$(NORMAL_INSTALL)
  277:         test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
  278:         @list='$(pkgconfig_DATA)'; for p in $$list; do \
  279:           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  280:           f=$(am__strip_dir) \
  281:           echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
  282:           $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
  283:         done
  284: 
  285: uninstall-pkgconfigDATA:
  286:         @$(NORMAL_UNINSTALL)
  287:         @list='$(pkgconfig_DATA)'; for p in $$list; do \
  288:           f=$(am__strip_dir) \
  289:           echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
  290:           rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
  291:         done
  292: install-sysconfDATA: $(sysconf_DATA)
  293:         @$(NORMAL_INSTALL)
  294:         test -z "$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)"
  295:         @list='$(sysconf_DATA)'; for p in $$list; do \
  296:           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  297:           f=$(am__strip_dir) \
  298:           echo " $(sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \
  299:           $(sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \
  300:         done
  301: 
  302: uninstall-sysconfDATA:
  303:         @$(NORMAL_UNINSTALL)
  304:         @list='$(sysconf_DATA)'; for p in $$list; do \
  305:           f=$(am__strip_dir) \
  306:           echo " rm -f '$(DESTDIR)$(sysconfdir)/$$f'"; \
  307:           rm -f "$(DESTDIR)$(sysconfdir)/$$f"; \
  308:         done
  309: 
  310: # This directory's subdirectories are mostly independent; you can cd
  311: # into them and run `make' without going through this Makefile.
  312: # To change the values of `make' variables: instead of editing Makefiles,
  313: # (1) if the variable is set in `config.status', edit `config.status'
  314: #     (which will cause the Makefiles to be regenerated when you run `make');
  315: # (2) otherwise, pass the desired values on the `make' command line.
  316: $(RECURSIVE_TARGETS):
  317:         @failcom='exit 1'; \
  318:         for f in x $$MAKEFLAGS; do \
  319:           case $$f in \
  320:             *=* | --[!k]*);; \
  321:             *k*) failcom='fail=yes';; \
  322:           esac; \
  323:         done; \
  324:         dot_seen=no; \
  325:         target=`echo $@ | sed s/-recursive//`; \
  326:         list='$(SUBDIRS)'; for subdir in $$list; do \
  327:           echo "Making $$target in $$subdir"; \
  328:           if test "$$subdir" = "."; then \
  329:             dot_seen=yes; \
  330:             local_target="$$target-am"; \
  331:           else \
  332:             local_target="$$target"; \
  333:           fi; \
  334:           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  335:           || eval $$failcom; \
  336:         done; \
  337:         if test "$$dot_seen" = "no"; then \
  338:           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  339:         fi; test -z "$$fail"
  340: 
  341: mostlyclean-recursive clean-recursive distclean-recursive \
  342: maintainer-clean-recursive:
  343:         @failcom='exit 1'; \
  344:         for f in x $$MAKEFLAGS; do \
  345:           case $$f in \
  346:             *=* | --[!k]*);; \
  347:             *k*) failcom='fail=yes';; \
  348:           esac; \
  349:         done; \
  350:         dot_seen=no; \
  351:         case "$@" in \
  352:           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  353:           *) list='$(SUBDIRS)' ;; \
  354:         esac; \
  355:         rev=''; for subdir in $$list; do \
  356:           if test "$$subdir" = "."; then :; else \
  357:             rev="$$subdir $$rev"; \
  358:           fi; \
  359:         done; \
  360:         rev="$$rev ."; \
  361:         target=`echo $@ | sed s/-recursive//`; \
  362:         for subdir in $$rev; do \
  363:           echo "Making $$target in $$subdir"; \
  364:           if test "$$subdir" = "."; then \
  365:             local_target="$$target-am"; \
  366:           else \
  367:             local_target="$$target"; \
  368:           fi; \
  369:           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  370:           || eval $$failcom; \
  371:         done && test -z "$$fail"
  372: tags-recursive:
  373:         list='$(SUBDIRS)'; for subdir in $$list; do \
  374:           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  375:         done
  376: ctags-recursive:
  377:         list='$(SUBDIRS)'; for subdir in $$list; do \
  378:           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  379:         done
  380: 
  381: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  382:         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  383:         unique=`for i in $$list; do \
  384:             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  385:           done | \
  386:           $(AWK) '    { files[$$0] = 1; } \
  387:                END { for (i in files) print i; }'`; \
  388:         mkid -fID $$unique
  389: tags: TAGS
  390: 
  391: TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  392:                 $(TAGS_FILES) $(LISP)
  393:         tags=; \
  394:         here=`pwd`; \
  395:         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  396:           include_option=--etags-include; \
  397:           empty_fix=.; \
  398:         else \
  399:           include_option=--include; \
  400:           empty_fix=; \
  401:         fi; \
  402:         list='$(SUBDIRS)'; for subdir in $$list; do \
  403:           if test "$$subdir" = .; then :; else \
  404:             test ! -f $$subdir/TAGS || \
  405:               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  406:           fi; \
  407:         done; \
  408:         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  409:         unique=`for i in $$list; do \
  410:             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  411:           done | \
  412:           $(AWK) '    { files[$$0] = 1; } \
  413:                END { for (i in files) print i; }'`; \
  414:         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  415:           test -n "$$unique" || unique=$$empty_fix; \
  416:           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  417:             $$tags $$unique; \
  418:         fi
  419: ctags: CTAGS
  420: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  421:                 $(TAGS_FILES) $(LISP)
  422:         tags=; \
  423:         here=`pwd`; \
  424:         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  425:         unique=`for i in $$list; do \
  426:             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  427:           done | \
  428:           $(AWK) '    { files[$$0] = 1; } \
  429:                END { for (i in files) print i; }'`; \
  430:         test -z "$(CTAGS_ARGS)$$tags$$unique" \
  431:           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  432:              $$tags $$unique
  433: 
  434: GTAGS:
  435:         here=`$(am__cd) $(top_builddir) && pwd` \
  436:           && cd $(top_srcdir) \
  437:           && gtags -i $(GTAGS_ARGS) $$here
  438: 
  439: distclean-tags:
  440:         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  441: 
  442: distdir: $(DISTFILES)
  443:         $(am__remove_distdir)
  444:         mkdir $(distdir)
  445:         $(mkdir_p) $(distdir)/. $(distdir)/mkworddic
  446:         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  447:         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  448:         list='$(DISTFILES)'; for file in $$list; do \
  449:           case $$file in \
  450:             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  451:             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  452:           esac; \
  453:           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  454:           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  455:           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  456:             dir="/$$dir"; \
  457:             $(mkdir_p) "$(distdir)$$dir"; \
  458:           else \
  459:             dir=''; \
  460:           fi; \
  461:           if test -d $$d/$$file; then \
  462:             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  463:               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  464:             fi; \
  465:             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  466:           else \
  467:             test -f $(distdir)/$$file \
  468:             || cp -p $$d/$$file $(distdir)/$$file \
  469:             || exit 1; \
  470:           fi; \
  471:         done
  472:         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  473:           if test "$$subdir" = .; then :; else \
  474:             test -d "$(distdir)/$$subdir" \
  475:             || $(mkdir_p) "$(distdir)/$$subdir" \
  476:             || exit 1; \
  477:             distdir=`$(am__cd) $(distdir) && pwd`; \
  478:             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  479:             (cd $$subdir && \
  480:               $(MAKE) $(AM_MAKEFLAGS) \
  481:                 top_distdir="$$top_distdir" \
  482:                 distdir="$$distdir/$$subdir" \
  483:                 distdir) \
  484:               || exit 1; \
  485:           fi; \
  486:         done
  487:         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  488:           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  489:           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  490:           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
  491:         || chmod -R a+r $(distdir)
  492: dist-gzip: distdir
  493:         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  494:         $(am__remove_distdir)
  495: 
  496: dist-bzip2: distdir
  497:         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  498:         $(am__remove_distdir)
  499: 
  500: dist-tarZ: distdir
  501:         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  502:         $(am__remove_distdir)
  503: 
  504: dist-shar: distdir
  505:         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  506:         $(am__remove_distdir)
  507: 
  508: dist-zip: distdir
  509:         -rm -f $(distdir).zip
  510:         zip -rq $(distdir).zip $(distdir)
  511:         $(am__remove_distdir)
  512: 
  513: dist dist-all: distdir
  514:         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  515:         $(am__remove_distdir)
  516: 
  517: # This target untars the dist file and tries a VPATH configuration.  Then
  518: # it guarantees that the distribution is self-contained by making another
  519: # tarfile.
  520: distcheck: dist
  521:         case '$(DIST_ARCHIVES)' in \
  522:         *.tar.gz*) \
  523:           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
  524:         *.tar.bz2*) \
  525:           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
  526:         *.tar.Z*) \
  527:           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  528:         *.shar.gz*) \
  529:           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
  530:         *.zip*) \
  531:           unzip $(distdir).zip ;;\
  532:         esac
  533:         chmod -R a-w $(distdir); chmod a+w $(distdir)
  534:         mkdir $(distdir)/_build
  535:         mkdir $(distdir)/_inst
  536:         chmod a-w $(distdir)
  537:         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  538:           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  539:           && cd $(distdir)/_build \
  540:           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  541:             $(DISTCHECK_CONFIGURE_FLAGS) \
  542:           && $(MAKE) $(AM_MAKEFLAGS) \
  543:           && $(MAKE) $(AM_MAKEFLAGS) dvi \
  544:           && $(MAKE) $(AM_MAKEFLAGS) check \
  545:           && $(MAKE) $(AM_MAKEFLAGS) install \
  546:           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  547:           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  548:           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  549:                 distuninstallcheck \
  550:           && chmod -R a-w "$$dc_install_base" \
  551:           && ({ \
  552:                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  553:                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  554:                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  555:                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  556:                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  557:               } || { rm -rf "$$dc_destdir"; exit 1; }) \
  558:           && rm -rf "$$dc_destdir" \
  559:           && $(MAKE) $(AM_MAKEFLAGS) dist \
  560:           && rm -rf $(DIST_ARCHIVES) \
  561:           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  562:         $(am__remove_distdir)
  563:         @(echo "$(distdir) archives ready for distribution: "; \
  564:           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  565:           sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
  566: distuninstallcheck:
  567:         @cd $(distuninstallcheck_dir) \
  568:         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  569:            || { echo "ERROR: files left after uninstall:" ; \
  570:                 if test -n "$(DESTDIR)"; then \
  571:                   echo "  (check DESTDIR support)"; \
  572:                 fi ; \
  573:                 $(distuninstallcheck_listfiles) ; \
  574:                 exit 1; } >&2
  575: distcleancheck: distclean
  576:         @if test '$(srcdir)' = . ; then \
  577:           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  578:           exit 1 ; \
  579:         fi
  580:         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  581:           || { echo "ERROR: files left in build directory after distclean:" ; \
  582:                $(distcleancheck_listfiles) ; \
  583:                exit 1; } >&2
  584: check-am: all-am
  585: check: check-recursive
  586: all-am: Makefile $(DATA) config.h
  587: installdirs: installdirs-recursive
  588: installdirs-am:
  589:         for dir in "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(sysconfdir)"; do \
  590:           test -z "$$dir" || $(mkdir_p) "$$dir"; \
  591:         done
  592: install: install-recursive
  593: install-exec: install-exec-recursive
  594: install-data: install-data-recursive
  595: uninstall: uninstall-recursive
  596: 
  597: install-am: all-am
  598:         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  599: 
  600: installcheck: installcheck-recursive
  601: install-strip:
  602:         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  603:           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  604:           `test -z '$(STRIP)' || \
  605:             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  606: mostlyclean-generic:
  607:         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  608: 
  609: clean-generic:
  610: 
  611: distclean-generic:
  612:         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  613: 
  614: maintainer-clean-generic:
  615:         @echo "This command is intended for maintainers to use"
  616:         @echo "it deletes files that may require special tools to rebuild."
  617: clean: clean-recursive
  618: 
  619: clean-am: clean-generic clean-libtool mostlyclean-am
  620: 
  621: distclean: distclean-recursive
  622:         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  623:         -rm -f Makefile
  624: distclean-am: clean-am distclean-generic distclean-hdr \
  625:         distclean-libtool distclean-tags
  626: 
  627: dvi: dvi-recursive
  628: 
  629: dvi-am:
  630: 
  631: html: html-recursive
  632: 
  633: info: info-recursive
  634: 
  635: info-am:
  636: 
  637: install-data-am: install-pkgconfigDATA
  638: 
  639: install-exec-am: install-sysconfDATA
  640: 
  641: install-info: install-info-recursive
  642: 
  643: install-man:
  644: 
  645: installcheck-am:
  646: 
  647: maintainer-clean: maintainer-clean-recursive
  648:         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  649:         -rm -rf $(top_srcdir)/autom4te.cache
  650:         -rm -f Makefile
  651: maintainer-clean-am: distclean-am maintainer-clean-generic
  652: 
  653: mostlyclean: mostlyclean-recursive
  654: 
  655: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  656: 
  657: pdf: pdf-recursive
  658: 
  659: pdf-am:
  660: 
  661: ps: ps-recursive
  662: 
  663: ps-am:
  664: 
  665: uninstall-am: uninstall-info-am uninstall-pkgconfigDATA \
  666:         uninstall-sysconfDATA
  667: 
  668: uninstall-info: uninstall-info-recursive
  669: 
  670: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
  671:         check-am clean clean-generic clean-libtool clean-recursive \
  672:         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
  673:         dist-shar dist-tarZ dist-zip distcheck distclean \
  674:         distclean-generic distclean-hdr distclean-libtool \
  675:         distclean-recursive distclean-tags distcleancheck distdir \
  676:         distuninstallcheck dvi dvi-am html html-am info info-am \
  677:         install install-am install-data install-data-am install-exec \
  678:         install-exec-am install-info install-info-am install-man \
  679:         install-pkgconfigDATA install-strip install-sysconfDATA \
  680:         installcheck installcheck-am installdirs installdirs-am \
  681:         maintainer-clean maintainer-clean-generic \
  682:         maintainer-clean-recursive mostlyclean mostlyclean-generic \
  683:         mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
  684:         tags tags-recursive uninstall uninstall-am uninstall-info-am \
  685:         uninstall-pkgconfigDATA uninstall-sysconfDATA
  686: 
  687: 
  688: update_params:
  689:         make -C calctrans update_params
  690:         make
  691: update_params0:
  692:         make -C calctrans update_params0
  693:         make
  694: update_params2:
  695:         make -C calctrans update_params2
  696:         make
  697: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  698: # Otherwise a system limit (for SysV at least) may be exceeded.
  699: .NOEXPORT:
1
Syntax (Markdown)