[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp / demos

Annotation of OpenXM_contrib/gmp/demos/Makefile.in, Revision 1.1.1.2

1.1.1.2 ! ohara       1: # Makefile.in generated automatically by automake 1.5 from Makefile.am.
1.1       maekawa     2:
1.1.1.2 ! ohara       3: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
        !             4: # Free Software Foundation, Inc.
1.1       maekawa     5: # This Makefile.in is free software; the Free Software Foundation
                      6: # gives unlimited permission to copy and/or distribute it,
                      7: # with or without modifications, as long as this notice is preserved.
                      8:
                      9: # This program is distributed in the hope that it will be useful,
                     10: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     11: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     12: # PARTICULAR PURPOSE.
                     13:
1.1.1.2 ! ohara      14: @SET_MAKE@
        !            15:
        !            16: # Copyright 2000, 2001 Free Software Foundation, Inc.
        !            17: #
        !            18: # This file is part of the GNU MP Library.
        !            19: #
        !            20: # The GNU MP Library is free software; you can redistribute it and/or modify
        !            21: # it under the terms of the GNU Lesser General Public License as published by
        !            22: # the Free Software Foundation; either version 2.1 of the License, or (at your
        !            23: # option) any later version.
        !            24: #
        !            25: # The GNU MP Library is distributed in the hope that it will be useful, but
        !            26: # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
        !            27: # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
        !            28: # License for more details.
        !            29: #
        !            30: # You should have received a copy of the GNU Lesser General Public License
        !            31: # along with the GNU MP Library; see the file COPYING.LIB.  If not, write to
        !            32: # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
        !            33: # MA 02111-1307, USA.
        !            34:
1.1       maekawa    35: SHELL = @SHELL@
                     36:
                     37: srcdir = @srcdir@
                     38: top_srcdir = @top_srcdir@
                     39: VPATH = @srcdir@
                     40: prefix = @prefix@
                     41: exec_prefix = @exec_prefix@
                     42:
                     43: bindir = @bindir@
                     44: sbindir = @sbindir@
                     45: libexecdir = @libexecdir@
                     46: datadir = @datadir@
                     47: sysconfdir = @sysconfdir@
                     48: sharedstatedir = @sharedstatedir@
                     49: localstatedir = @localstatedir@
                     50: libdir = @libdir@
                     51: infodir = @infodir@
                     52: mandir = @mandir@
                     53: includedir = @includedir@
                     54: oldincludedir = /usr/include
                     55: pkgdatadir = $(datadir)/@PACKAGE@
                     56: pkglibdir = $(libdir)/@PACKAGE@
                     57: pkgincludedir = $(includedir)/@PACKAGE@
                     58: top_builddir = ..
                     59:
                     60: ACLOCAL = @ACLOCAL@
                     61: AUTOCONF = @AUTOCONF@
                     62: AUTOMAKE = @AUTOMAKE@
                     63: AUTOHEADER = @AUTOHEADER@
                     64:
                     65: INSTALL = @INSTALL@
                     66: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     67: INSTALL_DATA = @INSTALL_DATA@
                     68: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1.1.2 ! ohara      69: INSTALL_HEADER = $(INSTALL_DATA)
1.1       maekawa    70: transform = @program_transform_name@
                     71: NORMAL_INSTALL = :
                     72: PRE_INSTALL = :
                     73: POST_INSTALL = :
                     74: NORMAL_UNINSTALL = :
                     75: PRE_UNINSTALL = :
                     76: POST_UNINSTALL = :
                     77: host_alias = @host_alias@
                     78: host_triplet = @host@
                     79: AMTAR = @AMTAR@
                     80: AR = @AR@
                     81: AS = @AS@
                     82: AWK = @AWK@
1.1.1.2 ! ohara      83: BITS_PER_MP_LIMB = @BITS_PER_MP_LIMB@
1.1       maekawa    84: CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
                     85: CC = @CC@
                     86: CCAS = @CCAS@
                     87: CPP = @CPP@
                     88: CXX = @CXX@
                     89: CXXCPP = @CXXCPP@
1.1.1.2 ! ohara      90: DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
1.1       maekawa    91: DEPDIR = @DEPDIR@
                     92: DLLTOOL = @DLLTOOL@
1.1.1.2 ! ohara      93: ECHO = @ECHO@
1.1       maekawa    94: EXEEXT = @EXEEXT@
1.1.1.2 ! ohara      95: GCJ = @GCJ@
        !            96: GCJFLAGS = @GCJFLAGS@
        !            97: GMP_LDFLAGS = @GMP_LDFLAGS@
        !            98: GMP_NAIL_BITS = @GMP_NAIL_BITS@
        !            99: HAVE_DECL_OPTARG = @HAVE_DECL_OPTARG@
        !           100: HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
        !           101: HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
        !           102: HAVE_MPFR_01 = @HAVE_MPFR_01@
        !           103: HAVE_STACK_T_01 = @HAVE_STACK_T_01@
        !           104: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !           105: LEX = @LEX@
        !           106: LIBGMP_DLL = @LIBGMP_DLL@
        !           107: LIBM = @LIBM@
        !           108: LIBREADLINE = @LIBREADLINE@
1.1       maekawa   109: LIBTOOL = @LIBTOOL@
                    110: LN_S = @LN_S@
                    111: M4 = @M4@
                    112: MAINT = @MAINT@
1.1.1.2 ! ohara     113: MPFR_CFLAGS = @MPFR_CFLAGS@
        !           114: MPFR_LIBS = @MPFR_LIBS@
1.1       maekawa   115: OBJDUMP = @OBJDUMP@
                    116: OBJEXT = @OBJEXT@
                    117: PACKAGE = @PACKAGE@
                    118: RANLIB = @RANLIB@
1.1.1.2 ! ohara     119: RC = @RC@
        !           120: REPL_VSNPRINTF_OBJ = @REPL_VSNPRINTF_OBJ@
        !           121: REPL_VSNPRINTF_PRINTF_OBJ = @REPL_VSNPRINTF_PRINTF_OBJ@
        !           122: SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
1.1       maekawa   123: STRIP = @STRIP@
1.1.1.2 ! ohara     124: TAL_OBJECT = @TAL_OBJECT@
        !           125: TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
1.1       maekawa   126: U = @U@
                    127: VERSION = @VERSION@
1.1.1.2 ! ohara     128: WITH_READLINE_01 = @WITH_READLINE_01@
        !           129: YACC = @YACC@
        !           130: am__include = @am__include@
        !           131: am__quote = @am__quote@
1.1       maekawa   132: gmp_srclinks = @gmp_srclinks@
                    133: install_sh = @install_sh@
                    134: mpn_objects = @mpn_objects@
                    135: mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
1.1.1.2 ! ohara     136: mpn_objs_in_libmp = @mpn_objs_in_libmp@
1.1       maekawa   137:
                    138: AUTOMAKE_OPTIONS = gnu no-dependencies $(top_builddir)/ansi2knr
1.1.1.2 ! ohara     139: SUBDIRS = calc expr
        !           140: EXTRA_DIST = perl
1.1       maekawa   141:
                    142: INCLUDES = -I$(top_srcdir)
                    143: LDADD = $(top_builddir)/libgmp.la
                    144:
1.1.1.2 ! ohara     145: qcn_LDADD = $(LDADD) $(LIBM)
        !           146: primes_LDADD = $(LDADD) $(LIBM)
1.1       maekawa   147:
                    148: # None of these programs are built by default, but "make <whatever>" will
                    149: # build them once libgmp.la is built.
                    150: #
1.1.1.2 ! ohara     151: EXTRA_PROGRAMS = factorize isprime pexpr primes qcn
1.1       maekawa   152:
                    153: CLEANFILES = $(EXTRA_PROGRAMS)
                    154: subdir = demos
                    155: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.1.1.2 ! ohara     156: CONFIG_HEADER = $(top_builddir)/config.h
        !           157: CONFIG_CLEAN_FILES = pexpr-config.h
        !           158: EXTRA_PROGRAMS = factorize$(EXEEXT) isprime$(EXEEXT) pexpr$(EXEEXT) \
        !           159:        primes$(EXEEXT) qcn$(EXEEXT)
1.1       maekawa   160: factorize_SOURCES = factorize.c
1.1.1.2 ! ohara     161: factorize_OBJECTS = factorize$U.$(OBJEXT)
1.1       maekawa   162: factorize_LDADD = $(LDADD)
1.1.1.2 ! ohara     163: factorize_DEPENDENCIES = $(top_builddir)/libgmp.la
        !           164: factorize_LDFLAGS =
1.1       maekawa   165: isprime_SOURCES = isprime.c
1.1.1.2 ! ohara     166: isprime_OBJECTS = isprime$U.$(OBJEXT)
1.1       maekawa   167: isprime_LDADD = $(LDADD)
1.1.1.2 ! ohara     168: isprime_DEPENDENCIES = $(top_builddir)/libgmp.la
        !           169: isprime_LDFLAGS =
1.1       maekawa   170: pexpr_SOURCES = pexpr.c
1.1.1.2 ! ohara     171: pexpr_OBJECTS = pexpr$U.$(OBJEXT)
1.1       maekawa   172: pexpr_LDADD = $(LDADD)
1.1.1.2 ! ohara     173: pexpr_DEPENDENCIES = $(top_builddir)/libgmp.la
        !           174: pexpr_LDFLAGS =
1.1       maekawa   175: primes_SOURCES = primes.c
1.1.1.2 ! ohara     176: primes_OBJECTS = primes$U.$(OBJEXT)
        !           177: primes_DEPENDENCIES = $(top_builddir)/libgmp.la
        !           178: primes_LDFLAGS =
1.1       maekawa   179: qcn_SOURCES = qcn.c
1.1.1.2 ! ohara     180: qcn_OBJECTS = qcn$U.$(OBJEXT)
        !           181: qcn_DEPENDENCIES = $(top_builddir)/libgmp.la
        !           182: qcn_LDFLAGS =
1.1       maekawa   183:
1.1.1.2 ! ohara     184: DEFS = @DEFS@
        !           185: DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
        !           186: CPPFLAGS = @CPPFLAGS@
        !           187: LDFLAGS = @LDFLAGS@
        !           188: LIBS = @LIBS@
        !           189: depcomp =
        !           190: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        !           191:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           192: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
        !           193:        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           194: CCLD = $(CC)
        !           195: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
        !           196:        $(AM_LDFLAGS) $(LDFLAGS) -o $@
        !           197: CFLAGS = @CFLAGS@
        !           198: DIST_SOURCES = factorize.c isprime.c pexpr.c primes.c qcn.c
1.1       maekawa   199:
1.1.1.2 ! ohara     200: RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
        !           201:        uninstall-info-recursive all-recursive install-data-recursive \
        !           202:        install-exec-recursive installdirs-recursive install-recursive \
        !           203:        uninstall-recursive check-recursive installcheck-recursive
        !           204: DIST_COMMON = Makefile.am Makefile.in pexpr-config-h.in
        !           205: DIST_SUBDIRS = $(SUBDIRS)
        !           206: SOURCES = factorize.c isprime.c pexpr.c primes.c qcn.c
1.1       maekawa   207:
1.1.1.2 ! ohara     208: all: all-recursive
1.1       maekawa   209:
                    210: .SUFFIXES:
1.1.1.2 ! ohara     211: .SUFFIXES: .c .lo .o .obj
1.1       maekawa   212:
                    213: mostlyclean-libtool:
                    214:        -rm -f *.lo
                    215:
                    216: clean-libtool:
                    217:        -rm -rf .libs _libs
                    218:
                    219: distclean-libtool:
1.1.1.2 ! ohara     220:        -rm -f libtool
        !           221: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
        !           222:        cd $(top_srcdir) && \
        !           223:          $(AUTOMAKE) --gnu  demos/Makefile
        !           224: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
        !           225:        cd $(top_builddir) && \
        !           226:          CONFIG_HEADERS= CONFIG_LINKS= \
        !           227:          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
        !           228: pexpr-config.h: $(top_builddir)/config.status pexpr-config-h.in
        !           229:        cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@:demos/pexpr-config-h.in CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
        !           230: factorize$(EXEEXT): $(factorize_OBJECTS) $(factorize_DEPENDENCIES)
1.1       maekawa   231:        @rm -f factorize$(EXEEXT)
                    232:        $(LINK) $(factorize_LDFLAGS) $(factorize_OBJECTS) $(factorize_LDADD) $(LIBS)
1.1.1.2 ! ohara     233: isprime$(EXEEXT): $(isprime_OBJECTS) $(isprime_DEPENDENCIES)
1.1       maekawa   234:        @rm -f isprime$(EXEEXT)
                    235:        $(LINK) $(isprime_LDFLAGS) $(isprime_OBJECTS) $(isprime_LDADD) $(LIBS)
1.1.1.2 ! ohara     236: pexpr$(EXEEXT): $(pexpr_OBJECTS) $(pexpr_DEPENDENCIES)
1.1       maekawa   237:        @rm -f pexpr$(EXEEXT)
                    238:        $(LINK) $(pexpr_LDFLAGS) $(pexpr_OBJECTS) $(pexpr_LDADD) $(LIBS)
1.1.1.2 ! ohara     239: primes$(EXEEXT): $(primes_OBJECTS) $(primes_DEPENDENCIES)
1.1       maekawa   240:        @rm -f primes$(EXEEXT)
                    241:        $(LINK) $(primes_LDFLAGS) $(primes_OBJECTS) $(primes_LDADD) $(LIBS)
1.1.1.2 ! ohara     242: qcn$(EXEEXT): $(qcn_OBJECTS) $(qcn_DEPENDENCIES)
1.1       maekawa   243:        @rm -f qcn$(EXEEXT)
                    244:        $(LINK) $(qcn_LDFLAGS) $(qcn_OBJECTS) $(qcn_LDADD) $(LIBS)
1.1.1.2 ! ohara     245:
        !           246: mostlyclean-compile:
        !           247:        -rm -f *.$(OBJEXT) core *.core
        !           248:
        !           249: distclean-compile:
        !           250:        -rm -f *.tab.c
        !           251:
        !           252: ANSI2KNR = $(top_builddir)/ansi2knr
        !           253: $(top_builddir)/ansi2knr:
        !           254:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
        !           255:
        !           256: mostlyclean-kr:
        !           257:        -test "$U" = "" || rm -f *_.c
        !           258:
1.1       maekawa   259: .c.o:
1.1.1.2 ! ohara     260:        $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
        !           261:
1.1       maekawa   262: .c.obj:
                    263:        $(COMPILE) -c `cygpath -w $<`
1.1.1.2 ! ohara     264:
1.1       maekawa   265: .c.lo:
1.1.1.2 ! ohara     266:        $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
1.1       maekawa   267: factorize_.c: factorize.c $(ANSI2KNR)
1.1.1.2 ! ohara     268:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/factorize.c; then echo $(srcdir)/factorize.c; else echo factorize.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > factorize_.c || rm -f factorize_.c
1.1       maekawa   269: isprime_.c: isprime.c $(ANSI2KNR)
1.1.1.2 ! ohara     270:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/isprime.c; then echo $(srcdir)/isprime.c; else echo isprime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > isprime_.c || rm -f isprime_.c
1.1       maekawa   271: pexpr_.c: pexpr.c $(ANSI2KNR)
1.1.1.2 ! ohara     272:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/pexpr.c; then echo $(srcdir)/pexpr.c; else echo pexpr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > pexpr_.c || rm -f pexpr_.c
1.1       maekawa   273: primes_.c: primes.c $(ANSI2KNR)
1.1.1.2 ! ohara     274:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/primes.c; then echo $(srcdir)/primes.c; else echo primes.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > primes_.c || rm -f primes_.c
1.1       maekawa   275: qcn_.c: qcn.c $(ANSI2KNR)
1.1.1.2 ! ohara     276:        $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/qcn.c; then echo $(srcdir)/qcn.c; else echo qcn.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > qcn_.c || rm -f qcn_.c
1.1       maekawa   277: factorize_.$(OBJEXT) factorize_.lo isprime_.$(OBJEXT) isprime_.lo \
                    278: pexpr_.$(OBJEXT) pexpr_.lo primes_.$(OBJEXT) primes_.lo qcn_.$(OBJEXT) \
                    279: qcn_.lo : $(ANSI2KNR)
1.1.1.2 ! ohara     280: uninstall-info-am:
        !           281:
        !           282: # This directory's subdirectories are mostly independent; you can cd
        !           283: # into them and run `make' without going through this Makefile.
        !           284: # To change the values of `make' variables: instead of editing Makefiles,
        !           285: # (1) if the variable is set in `config.status', edit `config.status'
        !           286: #     (which will cause the Makefiles to be regenerated when you run `make');
        !           287: # (2) otherwise, pass the desired values on the `make' command line.
        !           288: $(RECURSIVE_TARGETS):
        !           289:        @set fnord $(MAKEFLAGS); amf=$$2; \
        !           290:        dot_seen=no; \
        !           291:        target=`echo $@ | sed s/-recursive//`; \
        !           292:        list='$(SUBDIRS)'; for subdir in $$list; do \
        !           293:          echo "Making $$target in $$subdir"; \
        !           294:          if test "$$subdir" = "."; then \
        !           295:            dot_seen=yes; \
        !           296:            local_target="$$target-am"; \
        !           297:          else \
        !           298:            local_target="$$target"; \
        !           299:          fi; \
        !           300:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
        !           301:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
        !           302:        done; \
        !           303:        if test "$$dot_seen" = "no"; then \
        !           304:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
        !           305:        fi; test -z "$$fail"
        !           306:
        !           307: mostlyclean-recursive clean-recursive distclean-recursive \
        !           308: maintainer-clean-recursive:
        !           309:        @set fnord $(MAKEFLAGS); amf=$$2; \
        !           310:        dot_seen=no; \
        !           311:        case "$@" in \
        !           312:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
        !           313:          *) list='$(SUBDIRS)' ;; \
        !           314:        esac; \
        !           315:        rev=''; for subdir in $$list; do \
        !           316:          if test "$$subdir" = "."; then :; else \
        !           317:            rev="$$subdir $$rev"; \
        !           318:          fi; \
        !           319:        done; \
        !           320:        rev="$$rev ."; \
        !           321:        target=`echo $@ | sed s/-recursive//`; \
        !           322:        for subdir in $$rev; do \
        !           323:          echo "Making $$target in $$subdir"; \
        !           324:          if test "$$subdir" = "."; then \
        !           325:            local_target="$$target-am"; \
        !           326:          else \
        !           327:            local_target="$$target"; \
        !           328:          fi; \
        !           329:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
        !           330:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
        !           331:        done && test -z "$$fail"
        !           332: tags-recursive:
        !           333:        list='$(SUBDIRS)'; for subdir in $$list; do \
        !           334:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
        !           335:        done
1.1       maekawa   336:
                    337: tags: TAGS
                    338:
                    339: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    340:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
                    341:        unique=`for i in $$list; do \
                    342:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    343:          done | \
                    344:          $(AWK) '    { files[$$0] = 1; } \
                    345:               END { for (i in files) print i; }'`; \
1.1.1.2 ! ohara     346:        mkid -fID $$unique $(LISP)
1.1       maekawa   347:
1.1.1.2 ! ohara     348: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1.1       maekawa   349:                $(TAGS_FILES) $(LISP)
                    350:        tags=; \
                    351:        here=`pwd`; \
1.1.1.2 ! ohara     352:        list='$(SUBDIRS)'; for subdir in $$list; do \
        !           353:          if test "$$subdir" = .; then :; else \
        !           354:            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
        !           355:          fi; \
        !           356:        done; \
1.1       maekawa   357:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
                    358:        unique=`for i in $$list; do \
                    359:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    360:          done | \
                    361:          $(AWK) '    { files[$$0] = 1; } \
                    362:               END { for (i in files) print i; }'`; \
                    363:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    364:          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
                    365:
1.1.1.2 ! ohara     366: GTAGS:
        !           367:        here=`CDPATH=: && cd $(top_builddir) && pwd` \
        !           368:          && cd $(top_srcdir) \
        !           369:          && gtags -i $(GTAGS_ARGS) $$here
1.1       maekawa   370:
                    371: distclean-tags:
1.1.1.2 ! ohara     372:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
1.1       maekawa   373:
1.1.1.2 ! ohara     374: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1       maekawa   375:
1.1.1.2 ! ohara     376: top_distdir = ..
        !           377: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
1.1       maekawa   378:
                    379: distdir: $(DISTFILES)
                    380:        @for file in $(DISTFILES); do \
1.1.1.2 ! ohara     381:          if test -f $$file; then d=.; else d=$(srcdir); fi; \
        !           382:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           383:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
        !           384:            $(mkinstalldirs) "$(distdir)/$$dir"; \
        !           385:          fi; \
1.1       maekawa   386:          if test -d $$d/$$file; then \
1.1.1.2 ! ohara     387:            cp -pR $$d/$$file $(distdir) \
        !           388:            || exit 1; \
1.1       maekawa   389:          else \
                    390:            test -f $(distdir)/$$file \
1.1.1.2 ! ohara     391:            || cp -p $$d/$$file $(distdir)/$$file \
        !           392:            || exit 1; \
        !           393:          fi; \
        !           394:        done
        !           395:        for subdir in $(SUBDIRS); do \
        !           396:          if test "$$subdir" = .; then :; else \
        !           397:            test -d $(distdir)/$$subdir \
        !           398:            || mkdir $(distdir)/$$subdir \
        !           399:            || exit 1; \
        !           400:            (cd $$subdir && \
        !           401:              $(MAKE) $(AM_MAKEFLAGS) \
        !           402:                top_distdir="$(top_distdir)" \
        !           403:                distdir=../$(distdir)/$$subdir \
        !           404:                distdir) \
        !           405:              || exit 1; \
1.1       maekawa   406:          fi; \
                    407:        done
                    408: check-am: all-am
1.1.1.2 ! ohara     409: check: check-recursive
        !           410: all-am: Makefile
        !           411: installdirs: installdirs-recursive
        !           412: installdirs-am:
1.1       maekawa   413:
1.1.1.2 ! ohara     414: install: install-recursive
        !           415: install-exec: install-exec-recursive
        !           416: install-data: install-data-recursive
        !           417: uninstall: uninstall-recursive
1.1       maekawa   418:
                    419: install-am: all-am
                    420:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    421:
1.1.1.2 ! ohara     422: installcheck: installcheck-recursive
        !           423: install-strip:
        !           424:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           425:          `test -z '$(STRIP)' || \
        !           426:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1       maekawa   427: mostlyclean-generic:
                    428:
                    429: clean-generic:
                    430:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                    431:
                    432: distclean-generic:
1.1.1.2 ! ohara     433:        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
1.1       maekawa   434:
                    435: maintainer-clean-generic:
1.1.1.2 ! ohara     436:        @echo "This command is intended for maintainers to use"
        !           437:        @echo "it deletes files that may require special tools to rebuild."
        !           438: clean: clean-recursive
1.1       maekawa   439:
1.1.1.2 ! ohara     440: clean-am: clean-generic clean-libtool mostlyclean-am
1.1       maekawa   441:
1.1.1.2 ! ohara     442: distclean: distclean-recursive
1.1       maekawa   443:
1.1.1.2 ! ohara     444: distclean-am: clean-am distclean-compile distclean-generic \
        !           445:        distclean-libtool distclean-tags
1.1       maekawa   446:
1.1.1.2 ! ohara     447: dvi: dvi-recursive
        !           448:
        !           449: dvi-am:
1.1       maekawa   450:
1.1.1.2 ! ohara     451: info: info-recursive
1.1       maekawa   452:
1.1.1.2 ! ohara     453: info-am:
1.1       maekawa   454:
1.1.1.2 ! ohara     455: install-data-am:
1.1       maekawa   456:
1.1.1.2 ! ohara     457: install-exec-am:
1.1       maekawa   458:
1.1.1.2 ! ohara     459: install-info: install-info-recursive
1.1       maekawa   460:
1.1.1.2 ! ohara     461: install-man:
1.1       maekawa   462:
1.1.1.2 ! ohara     463: installcheck-am:
        !           464:
        !           465: maintainer-clean: maintainer-clean-recursive
        !           466:
        !           467: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           468:
        !           469: mostlyclean: mostlyclean-recursive
1.1       maekawa   470:
1.1.1.2 ! ohara     471: mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr \
        !           472:        mostlyclean-libtool
        !           473:
        !           474: uninstall-am: uninstall-info-am
        !           475:
        !           476: uninstall-info: uninstall-info-recursive
        !           477:
        !           478: .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
        !           479:        clean-generic clean-libtool clean-recursive distclean \
        !           480:        distclean-compile distclean-generic distclean-libtool \
        !           481:        distclean-recursive distclean-tags distdir dvi dvi-am \
        !           482:        dvi-recursive info info-am info-recursive install install-am \
        !           483:        install-data install-data-am install-data-recursive \
        !           484:        install-exec install-exec-am install-exec-recursive \
        !           485:        install-info install-info-am install-info-recursive install-man \
        !           486:        install-recursive install-strip installcheck installcheck-am \
        !           487:        installdirs installdirs-am installdirs-recursive \
        !           488:        maintainer-clean maintainer-clean-generic \
        !           489:        maintainer-clean-recursive mostlyclean mostlyclean-compile \
        !           490:        mostlyclean-generic mostlyclean-kr mostlyclean-libtool \
        !           491:        mostlyclean-recursive tags tags-recursive uninstall \
        !           492:        uninstall-am uninstall-info-am uninstall-info-recursive \
        !           493:        uninstall-recursive
        !           494:
        !           495:
        !           496: allprogs: $(EXTRA_PROGRAMS)
        !           497:        cd calc; $(MAKE) $(AM_MAKEFLAGS) allprogs
        !           498:        cd expr; $(MAKE) $(AM_MAKEFLAGS) allprogs
1.1       maekawa   499: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    500: # Otherwise a system limit (for SysV at least) may be exceeded.
                    501: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>