[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / builtin

Annotation of OpenXM_contrib2/asir2000/builtin/Makefile.in, Revision 1.22

1.22    ! noro        1: # Makefile.in generated by automake 1.11.6 from Makefile.am.
1.17      ohara       2: # @configure_input@
1.1       ohara       3:
1.22    ! noro        4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
        !             5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
        !             6: # Foundation, Inc.
1.1       ohara       7: # This Makefile.in is free software; the Free Software Foundation
                      8: # gives unlimited permission to copy and/or distribute it,
                      9: # with or without modifications, as long as this notice is preserved.
                     10:
                     11: # This program is distributed in the hope that it will be useful,
                     12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     14: # PARTICULAR PURPOSE.
                     15:
                     16: @SET_MAKE@
1.15      ohara      17:
1.1       ohara      18: VPATH = @srcdir@
1.21      ohara      19: am__make_dryrun = \
                     20:   { \
                     21:     am__dry=no; \
                     22:     case $$MAKEFLAGS in \
                     23:       *\\[\ \  ]*) \
                     24:         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
                     25:           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
                     26:       *) \
                     27:         for am__flg in $$MAKEFLAGS; do \
                     28:           case $$am__flg in \
                     29:             *=*|--*) ;; \
                     30:             *n*) am__dry=yes; break;; \
                     31:           esac; \
                     32:         done;; \
                     33:     esac; \
                     34:     test $$am__dry = yes; \
                     35:   }
1.1       ohara      36: pkgdatadir = $(datadir)/@PACKAGE@
1.20      ohara      37: pkgincludedir = $(includedir)/@PACKAGE@
1.1       ohara      38: pkglibdir = $(libdir)/@PACKAGE@
1.20      ohara      39: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.17      ohara      40: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     41: install_sh_DATA = $(install_sh) -c -m 644
                     42: install_sh_PROGRAM = $(install_sh) -c
                     43: install_sh_SCRIPT = $(install_sh) -c
1.1       ohara      44: INSTALL_HEADER = $(INSTALL_DATA)
1.17      ohara      45: transform = $(program_transform_name)
1.1       ohara      46: NORMAL_INSTALL = :
                     47: PRE_INSTALL = :
                     48: POST_INSTALL = :
                     49: NORMAL_UNINSTALL = :
                     50: PRE_UNINSTALL = :
                     51: POST_UNINSTALL = :
                     52: build_triplet = @build@
                     53: host_triplet = @host@
                     54: target_triplet = @target@
1.17      ohara      55: subdir = builtin
1.22    ! noro       56: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
1.17      ohara      57: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     58: am__aclocal_m4_deps = $(top_srcdir)/configure.in
                     59: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     60:        $(ACLOCAL_M4)
                     61: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     62: CONFIG_CLEAN_FILES =
1.20      ohara      63: CONFIG_CLEAN_VPATH_FILES =
1.17      ohara      64: LIBRARIES = $(noinst_LIBRARIES)
                     65: AR = ar
                     66: ARFLAGS = cru
                     67: libfunc_a_AR = $(AR) $(ARFLAGS)
                     68: libfunc_a_LIBADD =
                     69: am_libfunc_a_OBJECTS = ftab.$(OBJEXT) algnum.$(OBJEXT) array.$(OBJEXT) \
                     70:        cplxnum.$(OBJEXT) ctrl.$(OBJEXT) dp.$(OBJEXT) fctr.$(OBJEXT) \
                     71:        file.$(OBJEXT) help.$(OBJEXT) int.$(OBJEXT) list.$(OBJEXT) \
                     72:        miscf.$(OBJEXT) parif.$(OBJEXT) poly.$(OBJEXT) pdiv.$(OBJEXT) \
                     73:        print.$(OBJEXT) pf.$(OBJEXT) rat.$(OBJEXT) reduct.$(OBJEXT) \
                     74:        result.$(OBJEXT) itvnum.$(OBJEXT) mattran.$(OBJEXT) \
                     75:        isolv.$(OBJEXT) strobj.$(OBJEXT) subst.$(OBJEXT) \
                     76:        time.$(OBJEXT) type.$(OBJEXT) var.$(OBJEXT) compobj.$(OBJEXT) \
                     77:        gr.$(OBJEXT) dp-supp.$(OBJEXT) gf.$(OBJEXT) math.$(OBJEXT) \
                     78:        numerical.$(OBJEXT) ec.$(OBJEXT) al.$(OBJEXT) batch.$(OBJEXT) \
                     79:        sha1.$(OBJEXT) user.$(OBJEXT) round.$(OBJEXT) iarray.$(OBJEXT)
                     80: libfunc_a_OBJECTS = $(am_libfunc_a_OBJECTS)
                     81: DEFAULT_INCLUDES = -I.@am__isrc@
                     82: depcomp = $(SHELL) $(top_srcdir)/depcomp
                     83: am__depfiles_maybe = depfiles
1.20      ohara      84: am__mv = mv -f
1.17      ohara      85: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                     86:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                     87: CCLD = $(CC)
                     88: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                     89: SOURCES = $(libfunc_a_SOURCES)
                     90: DIST_SOURCES = $(libfunc_a_SOURCES)
1.21      ohara      91: am__can_run_installinfo = \
                     92:   case $$AM_UPDATE_INFO_DIR in \
                     93:     n|no|NO) false;; \
                     94:     *) (install-info --version) >/dev/null 2>&1;; \
                     95:   esac
1.17      ohara      96: ETAGS = etags
                     97: CTAGS = ctags
                     98: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     99: ACLOCAL = @ACLOCAL@
1.1       ohara     100: AMTAR = @AMTAR@
1.20      ohara     101: ASIR_GCLIB = @ASIR_GCLIB@
1.17      ohara     102: AUTOCONF = @AUTOCONF@
                    103: AUTOHEADER = @AUTOHEADER@
                    104: AUTOMAKE = @AUTOMAKE@
1.1       ohara     105: AWK = @AWK@
                    106: CC = @CC@
1.17      ohara     107: CCDEPMODE = @CCDEPMODE@
                    108: CFLAGS = @CFLAGS@
                    109: CPP = @CPP@
                    110: CPPFLAGS = @CPPFLAGS@
                    111: CYGPATH_W = @CYGPATH_W@
                    112: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       ohara     113: DEPDIR = @DEPDIR@
1.17      ohara     114: ECHO_C = @ECHO_C@
                    115: ECHO_N = @ECHO_N@
                    116: ECHO_T = @ECHO_T@
                    117: EGREP = @EGREP@
1.15      ohara     118: EXEEXT = @EXEEXT@
1.1       ohara     119: FEPLIB = @FEPLIB@
1.17      ohara     120: GC = @GC@
1.20      ohara     121: GCINC = @GCINC@
                    122: GCLIB = @GCLIB@
1.17      ohara     123: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
1.16      ohara     124: GC_DISTDIR = @GC_DISTDIR@
1.17      ohara     125: GREP = @GREP@
                    126: INSTALL = @INSTALL@
                    127: INSTALL_DATA = @INSTALL_DATA@
                    128: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    129: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1       ohara     130: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    131: LAPACKLIB = @LAPACKLIB@
1.17      ohara     132: LDFLAGS = @LDFLAGS@
                    133: LIBOBJS = @LIBOBJS@
                    134: LIBS = @LIBS@
1.1       ohara     135: LN_S = @LN_S@
1.17      ohara     136: LTLIBOBJS = @LTLIBOBJS@
1.4       ohara     137: MAINT = @MAINT@
1.17      ohara     138: MAKEINFO = @MAKEINFO@
                    139: MKDIR_P = @MKDIR_P@
1.15      ohara     140: OBJEXT = @OBJEXT@
1.1       ohara     141: PACKAGE = @PACKAGE@
1.17      ohara     142: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    143: PACKAGE_NAME = @PACKAGE_NAME@
                    144: PACKAGE_STRING = @PACKAGE_STRING@
                    145: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.20      ohara     146: PACKAGE_URL = @PACKAGE_URL@
1.17      ohara     147: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1       ohara     148: PARIINC = @PARIINC@
                    149: PARILIB = @PARILIB@
1.17      ohara     150: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       ohara     151: RANLIB = @RANLIB@
1.17      ohara     152: SET_MAKE = @SET_MAKE@
                    153: SHELL = @SHELL@
                    154: STRIP = @STRIP@
1.12      ohara     155: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.1       ohara     156: VERSION = @VERSION@
1.17      ohara     157: XMKMF = @XMKMF@
1.4       ohara     158: XPMLIB = @XPMLIB@
1.1       ohara     159: X_CFLAGS = @X_CFLAGS@
                    160: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    161: X_LIBS = @X_LIBS@
                    162: X_PRE_LIBS = @X_PRE_LIBS@
                    163: YACC = @YACC@
1.17      ohara     164: YFLAGS = @YFLAGS@
                    165: abs_builddir = @abs_builddir@
                    166: abs_srcdir = @abs_srcdir@
                    167: abs_top_builddir = @abs_top_builddir@
                    168: abs_top_srcdir = @abs_top_srcdir@
                    169: ac_ct_CC = @ac_ct_CC@
1.1       ohara     170: am__include = @am__include@
1.17      ohara     171: am__leading_dot = @am__leading_dot@
1.1       ohara     172: am__quote = @am__quote@
1.17      ohara     173: am__tar = @am__tar@
                    174: am__untar = @am__untar@
1.1       ohara     175: asm_obj = @asm_obj@
1.17      ohara     176: bindir = @bindir@
                    177: build = @build@
                    178: build_alias = @build_alias@
                    179: build_cpu = @build_cpu@
                    180: build_os = @build_os@
                    181: build_vendor = @build_vendor@
                    182: builddir = @builddir@
                    183: datadir = @datadir@
                    184: datarootdir = @datarootdir@
                    185: docdir = @docdir@
                    186: dvidir = @dvidir@
                    187: exec_prefix = @exec_prefix@
                    188: host = @host@
                    189: host_alias = @host_alias@
                    190: host_cpu = @host_cpu@
                    191: host_os = @host_os@
                    192: host_vendor = @host_vendor@
                    193: htmldir = @htmldir@
                    194: includedir = @includedir@
                    195: infodir = @infodir@
1.1       ohara     196: install_sh = @install_sh@
                    197: libasir_postfix = @libasir_postfix@
1.17      ohara     198: libdir = @libdir@
                    199: libexecdir = @libexecdir@
                    200: localedir = @localedir@
                    201: localstatedir = @localstatedir@
                    202: mandir = @mandir@
                    203: mkdir_p = @mkdir_p@
                    204: oldincludedir = @oldincludedir@
                    205: pdfdir = @pdfdir@
                    206: prefix = @prefix@
                    207: program_transform_name = @program_transform_name@
                    208: psdir = @psdir@
                    209: sbindir = @sbindir@
                    210: sharedstatedir = @sharedstatedir@
                    211: srcdir = @srcdir@
                    212: sysconfdir = @sysconfdir@
                    213: target = @target@
                    214: target_alias = @target_alias@
                    215: target_cpu = @target_cpu@
                    216: target_os = @target_os@
                    217: target_vendor = @target_vendor@
1.20      ohara     218: top_build_prefix = @top_build_prefix@
1.17      ohara     219: top_builddir = @top_builddir@
                    220: top_srcdir = @top_srcdir@
1.6       ohara     221: asirdir = ${prefix}/lib/asir
1.1       ohara     222: INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
                    223:            -I${top_srcdir}/gc/include \
1.19      ohara     224:            @PARIINC@ @X_CFLAGS@
1.1       ohara     225:
                    226: noinst_LIBRARIES = libfunc.a
                    227: libfunc_a_SOURCES = ftab.c algnum.c array.c cplxnum.c ctrl.c dp.c \
                    228:                     fctr.c file.c help.c int.c list.c miscf.c \
                    229:                     parif.c poly.c pdiv.c print.c pf.c \
1.8       noro      230:                     rat.c reduct.c result.c itvnum.c mattran.c isolv.c \
1.1       ohara     231:                     strobj.c subst.c time.c type.c var.c compobj.c \
                    232:                     gr.c dp-supp.c gf.c math.c numerical.c ec.c al.c \
1.13      ohara     233:                     batch.c sha1.c user.c round.c iarray.c
1.1       ohara     234:
                    235: all: all-am
                    236:
                    237: .SUFFIXES:
                    238: .SUFFIXES: .c .o .obj
1.17      ohara     239: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    240:        @for dep in $?; do \
                    241:          case '$(am__configure_deps)' in \
                    242:            *$$dep*) \
1.20      ohara     243:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    244:                && { if test -f $@; then exit 0; else break; fi; }; \
1.17      ohara     245:              exit 1;; \
                    246:          esac; \
                    247:        done; \
1.20      ohara     248:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu builtin/Makefile'; \
                    249:        $(am__cd) $(top_srcdir) && \
                    250:          $(AUTOMAKE) --gnu builtin/Makefile
1.17      ohara     251: .PRECIOUS: Makefile
                    252: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    253:        @case '$?' in \
                    254:          *config.status*) \
                    255:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    256:          *) \
                    257:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    258:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    259:        esac;
                    260:
                    261: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    262:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    263:
                    264: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    265:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    266: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    267:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.20      ohara     268: $(am__aclocal_m4_deps):
1.1       ohara     269:
                    270: clean-noinstLIBRARIES:
                    271:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1.21      ohara     272: libfunc.a: $(libfunc_a_OBJECTS) $(libfunc_a_DEPENDENCIES) $(EXTRA_libfunc_a_DEPENDENCIES)
1.1       ohara     273:        -rm -f libfunc.a
                    274:        $(libfunc_a_AR) libfunc.a $(libfunc_a_OBJECTS) $(libfunc_a_LIBADD)
                    275:        $(RANLIB) libfunc.a
                    276:
                    277: mostlyclean-compile:
1.17      ohara     278:        -rm -f *.$(OBJEXT)
1.1       ohara     279:
                    280: distclean-compile:
                    281:        -rm -f *.tab.c
                    282:
1.17      ohara     283: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/al.Po@am__quote@
                    284: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/algnum.Po@am__quote@
                    285: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@
                    286: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/batch.Po@am__quote@
                    287: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compobj.Po@am__quote@
                    288: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cplxnum.Po@am__quote@
                    289: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctrl.Po@am__quote@
                    290: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dp-supp.Po@am__quote@
                    291: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dp.Po@am__quote@
                    292: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ec.Po@am__quote@
                    293: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fctr.Po@am__quote@
                    294: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@
                    295: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftab.Po@am__quote@
                    296: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gf.Po@am__quote@
                    297: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gr.Po@am__quote@
                    298: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help.Po@am__quote@
                    299: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iarray.Po@am__quote@
                    300: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/int.Po@am__quote@
                    301: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isolv.Po@am__quote@
                    302: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itvnum.Po@am__quote@
                    303: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
                    304: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/math.Po@am__quote@
                    305: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mattran.Po@am__quote@
                    306: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/miscf.Po@am__quote@
                    307: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numerical.Po@am__quote@
                    308: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parif.Po@am__quote@
                    309: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdiv.Po@am__quote@
                    310: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pf.Po@am__quote@
                    311: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poly.Po@am__quote@
                    312: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Po@am__quote@
                    313: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rat.Po@am__quote@
                    314: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reduct.Po@am__quote@
                    315: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/result.Po@am__quote@
                    316: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/round.Po@am__quote@
                    317: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Po@am__quote@
                    318: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strobj.Po@am__quote@
                    319: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subst.Po@am__quote@
                    320: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Po@am__quote@
                    321: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/type.Po@am__quote@
                    322: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user.Po@am__quote@
                    323: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/var.Po@am__quote@
1.1       ohara     324:
                    325: .c.o:
1.17      ohara     326: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1.20      ohara     327: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1.17      ohara     328: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    329: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    330: @am__fastdepCC_FALSE@  $(COMPILE) -c $<
1.1       ohara     331:
                    332: .c.obj:
1.17      ohara     333: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1.20      ohara     334: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1.17      ohara     335: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    336: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    337: @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
1.1       ohara     338:
                    339: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1.17      ohara     340:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1.1       ohara     341:        unique=`for i in $$list; do \
                    342:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    343:          done | \
1.20      ohara     344:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    345:              END { if (nonempty) { for (i in files) print i; }; }'`; \
1.17      ohara     346:        mkid -fID $$unique
                    347: tags: TAGS
1.1       ohara     348:
                    349: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    350:                $(TAGS_FILES) $(LISP)
1.20      ohara     351:        set x; \
1.1       ohara     352:        here=`pwd`; \
1.17      ohara     353:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1.1       ohara     354:        unique=`for i in $$list; do \
                    355:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    356:          done | \
1.20      ohara     357:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    358:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    359:        shift; \
                    360:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.17      ohara     361:          test -n "$$unique" || unique=$$empty_fix; \
1.20      ohara     362:          if test $$# -gt 0; then \
                    363:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    364:              "$$@" $$unique; \
                    365:          else \
                    366:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    367:              $$unique; \
                    368:          fi; \
1.17      ohara     369:        fi
                    370: ctags: CTAGS
                    371: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    372:                $(TAGS_FILES) $(LISP)
                    373:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    374:        unique=`for i in $$list; do \
                    375:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    376:          done | \
1.20      ohara     377:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    378:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    379:        test -z "$(CTAGS_ARGS)$$unique" \
1.17      ohara     380:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.20      ohara     381:             $$unique
1.1       ohara     382:
                    383: GTAGS:
1.17      ohara     384:        here=`$(am__cd) $(top_builddir) && pwd` \
1.20      ohara     385:          && $(am__cd) $(top_srcdir) \
                    386:          && gtags -i $(GTAGS_ARGS) "$$here"
1.1       ohara     387:
                    388: distclean-tags:
1.17      ohara     389:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       ohara     390:
                    391: distdir: $(DISTFILES)
1.17      ohara     392:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    393:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    394:        list='$(DISTFILES)'; \
                    395:          dist_files=`for file in $$list; do echo $$file; done | \
                    396:          sed -e "s|^$$srcdirstrip/||;t" \
                    397:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    398:        case $$dist_files in \
                    399:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    400:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    401:                           sort -u` ;; \
                    402:        esac; \
                    403:        for file in $$dist_files; do \
                    404:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     405:          if test -d $$d/$$file; then \
1.17      ohara     406:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.20      ohara     407:            if test -d "$(distdir)/$$file"; then \
                    408:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    409:            fi; \
1.17      ohara     410:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.20      ohara     411:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    412:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.17      ohara     413:            fi; \
1.20      ohara     414:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       ohara     415:          else \
1.20      ohara     416:            test -f "$(distdir)/$$file" \
                    417:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       ohara     418:            || exit 1; \
                    419:          fi; \
                    420:        done
                    421: check-am: all-am
                    422: check: check-am
                    423: all-am: Makefile $(LIBRARIES)
                    424: installdirs:
                    425: install: install-am
                    426: install-exec: install-exec-am
                    427: install-data: install-data-am
                    428: uninstall: uninstall-am
                    429:
                    430: install-am: all-am
                    431:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    432:
                    433: installcheck: installcheck-am
                    434: install-strip:
1.21      ohara     435:        if test -z '$(STRIP)'; then \
                    436:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    437:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    438:              install; \
                    439:        else \
                    440:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    441:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    442:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    443:        fi
1.1       ohara     444: mostlyclean-generic:
                    445:
                    446: clean-generic:
                    447:
                    448: distclean-generic:
1.17      ohara     449:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.20      ohara     450:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       ohara     451:
                    452: maintainer-clean-generic:
                    453:        @echo "This command is intended for maintainers to use"
                    454:        @echo "it deletes files that may require special tools to rebuild."
                    455: clean: clean-am
                    456:
                    457: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    458:
                    459: distclean: distclean-am
1.17      ohara     460:        -rm -rf ./$(DEPDIR)
                    461:        -rm -f Makefile
                    462: distclean-am: clean-am distclean-compile distclean-generic \
                    463:        distclean-tags
1.1       ohara     464:
                    465: dvi: dvi-am
                    466:
                    467: dvi-am:
                    468:
1.17      ohara     469: html: html-am
                    470:
1.20      ohara     471: html-am:
                    472:
1.1       ohara     473: info: info-am
                    474:
                    475: info-am:
                    476:
                    477: install-data-am:
                    478:
1.17      ohara     479: install-dvi: install-dvi-am
                    480:
1.20      ohara     481: install-dvi-am:
                    482:
1.1       ohara     483: install-exec-am:
                    484:
1.17      ohara     485: install-html: install-html-am
                    486:
1.20      ohara     487: install-html-am:
                    488:
1.1       ohara     489: install-info: install-info-am
                    490:
1.20      ohara     491: install-info-am:
                    492:
1.1       ohara     493: install-man:
                    494:
1.17      ohara     495: install-pdf: install-pdf-am
                    496:
1.20      ohara     497: install-pdf-am:
                    498:
1.17      ohara     499: install-ps: install-ps-am
                    500:
1.20      ohara     501: install-ps-am:
                    502:
1.1       ohara     503: installcheck-am:
                    504:
                    505: maintainer-clean: maintainer-clean-am
1.17      ohara     506:        -rm -rf ./$(DEPDIR)
                    507:        -rm -f Makefile
1.1       ohara     508: maintainer-clean-am: distclean-am maintainer-clean-generic
                    509:
                    510: mostlyclean: mostlyclean-am
                    511:
                    512: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    513:
1.17      ohara     514: pdf: pdf-am
                    515:
                    516: pdf-am:
                    517:
                    518: ps: ps-am
                    519:
                    520: ps-am:
                    521:
                    522: uninstall-am:
                    523:
                    524: .MAKE: install-am install-strip
1.1       ohara     525:
1.17      ohara     526: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1.22    ! noro      527:        clean-noinstLIBRARIES ctags distclean distclean-compile \
        !           528:        distclean-generic distclean-tags distdir dvi dvi-am html \
        !           529:        html-am info info-am install install-am install-data \
        !           530:        install-data-am install-dvi install-dvi-am install-exec \
        !           531:        install-exec-am install-html install-html-am install-info \
        !           532:        install-info-am install-man install-pdf install-pdf-am \
        !           533:        install-ps install-ps-am install-strip installcheck \
        !           534:        installcheck-am installdirs maintainer-clean \
1.1       ohara     535:        maintainer-clean-generic mostlyclean mostlyclean-compile \
1.17      ohara     536:        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
                    537:        uninstall-am
1.1       ohara     538:
1.20      ohara     539:
1.1       ohara     540: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    541: # Otherwise a system limit (for SysV at least) may be exceeded.
                    542: .NOEXPORT:

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