[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.19

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

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