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

Annotation of OpenXM_contrib2/asir2000/io/Makefile.in, Revision 1.21

1.20      ohara       1: # Makefile.in generated by automake 1.15 from Makefile.am.
1.12      ohara       2: # @configure_input@
1.1       ohara       3:
1.20      ohara       4: # Copyright (C) 1994-2014 Free Software Foundation, Inc.
                      5:
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.10      ohara      16:
1.1       ohara      17: VPATH = @srcdir@
1.20      ohara      18: am__is_gnu_make = { \
                     19:   if test -z '$(MAKELEVEL)'; then \
                     20:     false; \
                     21:   elif test -n '$(MAKE_HOST)'; then \
                     22:     true; \
                     23:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
                     24:     true; \
                     25:   else \
                     26:     false; \
                     27:   fi; \
                     28: }
                     29: am__make_running_with_option = \
                     30:   case $${target_option-} in \
                     31:       ?) ;; \
                     32:       *) echo "am__make_running_with_option: internal error: invalid" \
                     33:               "target option '$${target_option-}' specified" >&2; \
                     34:          exit 1;; \
                     35:   esac; \
                     36:   has_opt=no; \
                     37:   sane_makeflags=$$MAKEFLAGS; \
                     38:   if $(am__is_gnu_make); then \
                     39:     sane_makeflags=$$MFLAGS; \
                     40:   else \
                     41:     case $$MAKEFLAGS in \
                     42:       *\\[\ \  ]*) \
                     43:         bs=\\; \
                     44:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
                     45:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
                     46:     esac; \
                     47:   fi; \
                     48:   skip_next=no; \
                     49:   strip_trailopt () \
                     50:   { \
                     51:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
                     52:   }; \
                     53:   for flg in $$sane_makeflags; do \
                     54:     test $$skip_next = yes && { skip_next=no; continue; }; \
                     55:     case $$flg in \
                     56:       *=*|--*) continue;; \
                     57:         -*I) strip_trailopt 'I'; skip_next=yes;; \
                     58:       -*I?*) strip_trailopt 'I';; \
                     59:         -*O) strip_trailopt 'O'; skip_next=yes;; \
                     60:       -*O?*) strip_trailopt 'O';; \
                     61:         -*l) strip_trailopt 'l'; skip_next=yes;; \
                     62:       -*l?*) strip_trailopt 'l';; \
                     63:       -[dEDm]) skip_next=yes;; \
                     64:       -[JT]) skip_next=yes;; \
                     65:     esac; \
                     66:     case $$flg in \
                     67:       *$$target_option*) has_opt=yes; break;; \
                     68:     esac; \
                     69:   done; \
                     70:   test $$has_opt = yes
                     71: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
                     72: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.1       ohara      73: pkgdatadir = $(datadir)/@PACKAGE@
1.15      ohara      74: pkgincludedir = $(includedir)/@PACKAGE@
1.1       ohara      75: pkglibdir = $(libdir)/@PACKAGE@
1.15      ohara      76: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.12      ohara      77: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     78: install_sh_DATA = $(install_sh) -c -m 644
                     79: install_sh_PROGRAM = $(install_sh) -c
                     80: install_sh_SCRIPT = $(install_sh) -c
1.1       ohara      81: INSTALL_HEADER = $(INSTALL_DATA)
1.12      ohara      82: transform = $(program_transform_name)
1.1       ohara      83: NORMAL_INSTALL = :
                     84: PRE_INSTALL = :
                     85: POST_INSTALL = :
                     86: NORMAL_UNINSTALL = :
                     87: PRE_UNINSTALL = :
                     88: POST_UNINSTALL = :
                     89: build_triplet = @build@
                     90: host_triplet = @host@
                     91: target_triplet = @target@
1.12      ohara      92: subdir = io
                     93: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     94: am__aclocal_m4_deps = $(top_srcdir)/configure.in
                     95: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     96:        $(ACLOCAL_M4)
1.20      ohara      97: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
1.12      ohara      98: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     99: CONFIG_CLEAN_FILES =
1.15      ohara     100: CONFIG_CLEAN_VPATH_FILES =
1.12      ohara     101: LIBRARIES = $(noinst_LIBRARIES)
                    102: AR = ar
                    103: ARFLAGS = cru
1.20      ohara     104: AM_V_AR = $(am__v_AR_@AM_V@)
                    105: am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
                    106: am__v_AR_0 = @echo "  AR      " $@;
                    107: am__v_AR_1 =
1.12      ohara     108: libio_a_AR = $(AR) $(ARFLAGS)
                    109: libio_a_LIBADD =
                    110: am_libio_a_OBJECTS = pexpr.$(OBJEXT) spexpr.$(OBJEXT) biovar.$(OBJEXT) \
                    111:        bsave.$(OBJEXT) bload.$(OBJEXT) io.$(OBJEXT) sio.$(OBJEXT) \
                    112:        cpexpr.$(OBJEXT) cio.$(OBJEXT) ox.$(OBJEXT) ox_asir.$(OBJEXT) \
                    113:        ox_launch.$(OBJEXT) tcpf.$(OBJEXT) ws_fileio.$(OBJEXT)
                    114: libio_a_OBJECTS = $(am_libio_a_OBJECTS)
1.20      ohara     115: AM_V_P = $(am__v_P_@AM_V@)
                    116: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    117: am__v_P_0 = false
                    118: am__v_P_1 = :
                    119: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    120: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    121: am__v_GEN_0 = @echo "  GEN     " $@;
                    122: am__v_GEN_1 =
                    123: AM_V_at = $(am__v_at_@AM_V@)
                    124: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    125: am__v_at_0 = @
                    126: am__v_at_1 =
1.12      ohara     127: DEFAULT_INCLUDES = -I.@am__isrc@
                    128: depcomp = $(SHELL) $(top_srcdir)/depcomp
                    129: am__depfiles_maybe = depfiles
1.15      ohara     130: am__mv = mv -f
1.12      ohara     131: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    132:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.20      ohara     133: AM_V_CC = $(am__v_CC_@AM_V@)
                    134: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
                    135: am__v_CC_0 = @echo "  CC      " $@;
                    136: am__v_CC_1 =
1.12      ohara     137: CCLD = $(CC)
                    138: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
1.20      ohara     139: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
                    140: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
                    141: am__v_CCLD_0 = @echo "  CCLD    " $@;
                    142: am__v_CCLD_1 =
1.12      ohara     143: SOURCES = $(libio_a_SOURCES)
                    144: DIST_SOURCES = $(libio_a_SOURCES)
1.20      ohara     145: am__can_run_installinfo = \
                    146:   case $$AM_UPDATE_INFO_DIR in \
                    147:     n|no|NO) false;; \
                    148:     *) (install-info --version) >/dev/null 2>&1;; \
                    149:   esac
                    150: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    151: # Read a list of newline-separated strings from the standard input,
                    152: # and print each of them once, without duplicates.  Input order is
                    153: # *not* preserved.
                    154: am__uniquify_input = $(AWK) '\
                    155:   BEGIN { nonempty = 0; } \
                    156:   { items[$$0] = 1; nonempty = 1; } \
                    157:   END { if (nonempty) { for (i in items) print i; }; } \
                    158: '
                    159: # Make sure the list of sources is unique.  This is necessary because,
                    160: # e.g., the same source file might be shared among _SOURCES variables
                    161: # for different programs/libraries.
                    162: am__define_uniq_tagged_files = \
                    163:   list='$(am__tagged_files)'; \
                    164:   unique=`for i in $$list; do \
                    165:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    166:   done | $(am__uniquify_input)`
1.12      ohara     167: ETAGS = etags
                    168: CTAGS = ctags
1.20      ohara     169: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
                    170:        $(top_srcdir)/mkinstalldirs
1.12      ohara     171: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    172: ACLOCAL = @ACLOCAL@
1.1       ohara     173: AMTAR = @AMTAR@
1.20      ohara     174: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.15      ohara     175: ASIR_GCLIB = @ASIR_GCLIB@
1.12      ohara     176: AUTOCONF = @AUTOCONF@
                    177: AUTOHEADER = @AUTOHEADER@
                    178: AUTOMAKE = @AUTOMAKE@
1.1       ohara     179: AWK = @AWK@
                    180: CC = @CC@
1.12      ohara     181: CCDEPMODE = @CCDEPMODE@
                    182: CFLAGS = @CFLAGS@
                    183: CPP = @CPP@
                    184: CPPFLAGS = @CPPFLAGS@
                    185: CYGPATH_W = @CYGPATH_W@
                    186: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       ohara     187: DEPDIR = @DEPDIR@
1.12      ohara     188: ECHO_C = @ECHO_C@
                    189: ECHO_N = @ECHO_N@
                    190: ECHO_T = @ECHO_T@
                    191: EGREP = @EGREP@
1.10      ohara     192: EXEEXT = @EXEEXT@
1.1       ohara     193: FEPLIB = @FEPLIB@
1.12      ohara     194: GC = @GC@
1.15      ohara     195: GCINC = @GCINC@
                    196: GCLIB = @GCLIB@
1.12      ohara     197: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
1.11      ohara     198: GC_DISTDIR = @GC_DISTDIR@
1.12      ohara     199: GREP = @GREP@
                    200: INSTALL = @INSTALL@
                    201: INSTALL_DATA = @INSTALL_DATA@
                    202: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    203: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1       ohara     204: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    205: LAPACKLIB = @LAPACKLIB@
1.12      ohara     206: LDFLAGS = @LDFLAGS@
                    207: LIBOBJS = @LIBOBJS@
                    208: LIBS = @LIBS@
1.1       ohara     209: LN_S = @LN_S@
1.12      ohara     210: LTLIBOBJS = @LTLIBOBJS@
1.4       ohara     211: MAINT = @MAINT@
1.12      ohara     212: MAKEINFO = @MAKEINFO@
                    213: MKDIR_P = @MKDIR_P@
1.10      ohara     214: OBJEXT = @OBJEXT@
1.1       ohara     215: PACKAGE = @PACKAGE@
1.12      ohara     216: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    217: PACKAGE_NAME = @PACKAGE_NAME@
                    218: PACKAGE_STRING = @PACKAGE_STRING@
                    219: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.15      ohara     220: PACKAGE_URL = @PACKAGE_URL@
1.12      ohara     221: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1       ohara     222: PARIINC = @PARIINC@
                    223: PARILIB = @PARILIB@
1.12      ohara     224: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       ohara     225: RANLIB = @RANLIB@
1.12      ohara     226: SET_MAKE = @SET_MAKE@
                    227: SHELL = @SHELL@
                    228: STRIP = @STRIP@
1.8       ohara     229: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.1       ohara     230: VERSION = @VERSION@
1.21    ! ohara     231: WSLIB = @WSLIB@
1.12      ohara     232: XMKMF = @XMKMF@
1.4       ohara     233: XPMLIB = @XPMLIB@
1.1       ohara     234: X_CFLAGS = @X_CFLAGS@
                    235: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    236: X_LIBS = @X_LIBS@
                    237: X_PRE_LIBS = @X_PRE_LIBS@
                    238: YACC = @YACC@
1.12      ohara     239: YFLAGS = @YFLAGS@
                    240: abs_builddir = @abs_builddir@
                    241: abs_srcdir = @abs_srcdir@
                    242: abs_top_builddir = @abs_top_builddir@
                    243: abs_top_srcdir = @abs_top_srcdir@
                    244: ac_ct_CC = @ac_ct_CC@
1.1       ohara     245: am__include = @am__include@
1.12      ohara     246: am__leading_dot = @am__leading_dot@
1.1       ohara     247: am__quote = @am__quote@
1.12      ohara     248: am__tar = @am__tar@
                    249: am__untar = @am__untar@
1.1       ohara     250: asm_obj = @asm_obj@
1.12      ohara     251: bindir = @bindir@
                    252: build = @build@
                    253: build_alias = @build_alias@
                    254: build_cpu = @build_cpu@
                    255: build_os = @build_os@
                    256: build_vendor = @build_vendor@
                    257: builddir = @builddir@
                    258: datadir = @datadir@
                    259: datarootdir = @datarootdir@
                    260: docdir = @docdir@
                    261: dvidir = @dvidir@
                    262: exec_prefix = @exec_prefix@
                    263: host = @host@
                    264: host_alias = @host_alias@
                    265: host_cpu = @host_cpu@
                    266: host_os = @host_os@
                    267: host_vendor = @host_vendor@
                    268: htmldir = @htmldir@
                    269: includedir = @includedir@
                    270: infodir = @infodir@
1.1       ohara     271: install_sh = @install_sh@
                    272: libasir_postfix = @libasir_postfix@
1.12      ohara     273: libdir = @libdir@
                    274: libexecdir = @libexecdir@
                    275: localedir = @localedir@
                    276: localstatedir = @localstatedir@
                    277: mandir = @mandir@
                    278: mkdir_p = @mkdir_p@
                    279: oldincludedir = @oldincludedir@
                    280: pdfdir = @pdfdir@
                    281: prefix = @prefix@
                    282: program_transform_name = @program_transform_name@
                    283: psdir = @psdir@
                    284: sbindir = @sbindir@
                    285: sharedstatedir = @sharedstatedir@
                    286: srcdir = @srcdir@
                    287: sysconfdir = @sysconfdir@
                    288: target = @target@
                    289: target_alias = @target_alias@
                    290: target_cpu = @target_cpu@
                    291: target_os = @target_os@
                    292: target_vendor = @target_vendor@
1.15      ohara     293: top_build_prefix = @top_build_prefix@
1.12      ohara     294: top_builddir = @top_builddir@
                    295: top_srcdir = @top_srcdir@
1.6       ohara     296: asirdir = ${prefix}/lib/asir
1.20      ohara     297: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
1.1       ohara     298:            -I${top_srcdir}/gc/include \
1.18      noro      299:            -I${prefix}/include @PARIINC@ @X_CFLAGS@
1.1       ohara     300:
                    301: noinst_LIBRARIES = libio.a
                    302: libio_a_SOURCES = pexpr.c spexpr.c biovar.c bsave.c bload.c io.c sio.c \
                    303:                    cpexpr.c cio.c ox.c ox_asir.c ox_launch.c tcpf.c ws_fileio.c
                    304:
                    305: all: all-am
                    306:
                    307: .SUFFIXES:
                    308: .SUFFIXES: .c .o .obj
1.12      ohara     309: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    310:        @for dep in $?; do \
                    311:          case '$(am__configure_deps)' in \
                    312:            *$$dep*) \
1.15      ohara     313:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    314:                && { if test -f $@; then exit 0; else break; fi; }; \
1.12      ohara     315:              exit 1;; \
                    316:          esac; \
                    317:        done; \
1.15      ohara     318:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu io/Makefile'; \
                    319:        $(am__cd) $(top_srcdir) && \
                    320:          $(AUTOMAKE) --gnu io/Makefile
1.12      ohara     321: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    322:        @case '$?' in \
                    323:          *config.status*) \
                    324:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    325:          *) \
                    326:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    327:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    328:        esac;
                    329:
                    330: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    331:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    332:
                    333: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    334:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    335: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    336:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.15      ohara     337: $(am__aclocal_m4_deps):
1.1       ohara     338:
                    339: clean-noinstLIBRARIES:
                    340:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1.20      ohara     341:
                    342: libio.a: $(libio_a_OBJECTS) $(libio_a_DEPENDENCIES) $(EXTRA_libio_a_DEPENDENCIES)
                    343:        $(AM_V_at)-rm -f libio.a
                    344:        $(AM_V_AR)$(libio_a_AR) libio.a $(libio_a_OBJECTS) $(libio_a_LIBADD)
                    345:        $(AM_V_at)$(RANLIB) libio.a
1.1       ohara     346:
                    347: mostlyclean-compile:
1.12      ohara     348:        -rm -f *.$(OBJEXT)
1.1       ohara     349:
                    350: distclean-compile:
                    351:        -rm -f *.tab.c
                    352:
1.12      ohara     353: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/biovar.Po@am__quote@
                    354: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bload.Po@am__quote@
                    355: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsave.Po@am__quote@
                    356: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cio.Po@am__quote@
                    357: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpexpr.Po@am__quote@
                    358: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Po@am__quote@
                    359: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox.Po@am__quote@
                    360: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_asir.Po@am__quote@
                    361: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_launch.Po@am__quote@
                    362: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pexpr.Po@am__quote@
                    363: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sio.Po@am__quote@
                    364: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spexpr.Po@am__quote@
                    365: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcpf.Po@am__quote@
                    366: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ws_fileio.Po@am__quote@
1.1       ohara     367:
                    368: .c.o:
1.20      ohara     369: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    370: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    371: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.12      ohara     372: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.20      ohara     373: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1.1       ohara     374:
                    375: .c.obj:
1.20      ohara     376: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    377: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    378: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.12      ohara     379: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.20      ohara     380: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1.1       ohara     381:
1.20      ohara     382: ID: $(am__tagged_files)
                    383:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    384: tags: tags-am
                    385: TAGS: tags
1.1       ohara     386:
1.20      ohara     387: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.15      ohara     388:        set x; \
1.1       ohara     389:        here=`pwd`; \
1.20      ohara     390:        $(am__define_uniq_tagged_files); \
1.15      ohara     391:        shift; \
                    392:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.12      ohara     393:          test -n "$$unique" || unique=$$empty_fix; \
1.15      ohara     394:          if test $$# -gt 0; then \
                    395:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    396:              "$$@" $$unique; \
                    397:          else \
                    398:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    399:              $$unique; \
                    400:          fi; \
1.12      ohara     401:        fi
1.20      ohara     402: ctags: ctags-am
                    403:
                    404: CTAGS: ctags
                    405: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    406:        $(am__define_uniq_tagged_files); \
1.15      ohara     407:        test -z "$(CTAGS_ARGS)$$unique" \
1.12      ohara     408:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.15      ohara     409:             $$unique
1.1       ohara     410:
                    411: GTAGS:
1.12      ohara     412:        here=`$(am__cd) $(top_builddir) && pwd` \
1.15      ohara     413:          && $(am__cd) $(top_srcdir) \
                    414:          && gtags -i $(GTAGS_ARGS) "$$here"
1.20      ohara     415: cscopelist: cscopelist-am
                    416:
                    417: cscopelist-am: $(am__tagged_files)
                    418:        list='$(am__tagged_files)'; \
                    419:        case "$(srcdir)" in \
                    420:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    421:          *) sdir=$(subdir)/$(srcdir) ;; \
                    422:        esac; \
                    423:        for i in $$list; do \
                    424:          if test -f "$$i"; then \
                    425:            echo "$(subdir)/$$i"; \
                    426:          else \
                    427:            echo "$$sdir/$$i"; \
                    428:          fi; \
                    429:        done >> $(top_builddir)/cscope.files
1.1       ohara     430:
                    431: distclean-tags:
1.12      ohara     432:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       ohara     433:
                    434: distdir: $(DISTFILES)
1.12      ohara     435:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    436:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    437:        list='$(DISTFILES)'; \
                    438:          dist_files=`for file in $$list; do echo $$file; done | \
                    439:          sed -e "s|^$$srcdirstrip/||;t" \
                    440:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    441:        case $$dist_files in \
                    442:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    443:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    444:                           sort -u` ;; \
                    445:        esac; \
                    446:        for file in $$dist_files; do \
                    447:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     448:          if test -d $$d/$$file; then \
1.12      ohara     449:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.15      ohara     450:            if test -d "$(distdir)/$$file"; then \
                    451:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    452:            fi; \
1.12      ohara     453:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.15      ohara     454:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    455:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.12      ohara     456:            fi; \
1.15      ohara     457:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       ohara     458:          else \
1.15      ohara     459:            test -f "$(distdir)/$$file" \
                    460:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       ohara     461:            || exit 1; \
                    462:          fi; \
                    463:        done
                    464: check-am: all-am
                    465: check: check-am
                    466: all-am: Makefile $(LIBRARIES)
                    467: installdirs:
                    468: install: install-am
                    469: install-exec: install-exec-am
                    470: install-data: install-data-am
                    471: uninstall: uninstall-am
                    472:
                    473: install-am: all-am
                    474:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    475:
                    476: installcheck: installcheck-am
                    477: install-strip:
1.20      ohara     478:        if test -z '$(STRIP)'; then \
                    479:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    480:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    481:              install; \
                    482:        else \
                    483:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    484:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    485:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    486:        fi
1.1       ohara     487: mostlyclean-generic:
                    488:
                    489: clean-generic:
                    490:
                    491: distclean-generic:
1.12      ohara     492:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.15      ohara     493:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       ohara     494:
                    495: maintainer-clean-generic:
                    496:        @echo "This command is intended for maintainers to use"
                    497:        @echo "it deletes files that may require special tools to rebuild."
                    498: clean: clean-am
                    499:
                    500: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    501:
                    502: distclean: distclean-am
1.12      ohara     503:        -rm -rf ./$(DEPDIR)
                    504:        -rm -f Makefile
                    505: distclean-am: clean-am distclean-compile distclean-generic \
                    506:        distclean-tags
1.1       ohara     507:
                    508: dvi: dvi-am
                    509:
                    510: dvi-am:
                    511:
1.12      ohara     512: html: html-am
                    513:
1.15      ohara     514: html-am:
                    515:
1.1       ohara     516: info: info-am
                    517:
                    518: info-am:
                    519:
                    520: install-data-am:
                    521:
1.12      ohara     522: install-dvi: install-dvi-am
                    523:
1.15      ohara     524: install-dvi-am:
                    525:
1.1       ohara     526: install-exec-am:
                    527:
1.12      ohara     528: install-html: install-html-am
                    529:
1.15      ohara     530: install-html-am:
                    531:
1.1       ohara     532: install-info: install-info-am
                    533:
1.15      ohara     534: install-info-am:
                    535:
1.1       ohara     536: install-man:
                    537:
1.12      ohara     538: install-pdf: install-pdf-am
                    539:
1.15      ohara     540: install-pdf-am:
                    541:
1.12      ohara     542: install-ps: install-ps-am
                    543:
1.15      ohara     544: install-ps-am:
                    545:
1.1       ohara     546: installcheck-am:
                    547:
                    548: maintainer-clean: maintainer-clean-am
1.12      ohara     549:        -rm -rf ./$(DEPDIR)
                    550:        -rm -f Makefile
1.1       ohara     551: maintainer-clean-am: distclean-am maintainer-clean-generic
                    552:
                    553: mostlyclean: mostlyclean-am
                    554:
                    555: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    556:
1.12      ohara     557: pdf: pdf-am
                    558:
                    559: pdf-am:
                    560:
                    561: ps: ps-am
                    562:
                    563: ps-am:
                    564:
                    565: uninstall-am:
                    566:
                    567: .MAKE: install-am install-strip
1.1       ohara     568:
1.20      ohara     569: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
                    570:        clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
                    571:        distclean-compile distclean-generic distclean-tags distdir dvi \
                    572:        dvi-am html html-am info info-am install install-am \
                    573:        install-data install-data-am install-dvi install-dvi-am \
                    574:        install-exec install-exec-am install-html install-html-am \
                    575:        install-info install-info-am install-man install-pdf \
                    576:        install-pdf-am install-ps install-ps-am install-strip \
                    577:        installcheck installcheck-am installdirs maintainer-clean \
1.1       ohara     578:        maintainer-clean-generic mostlyclean mostlyclean-compile \
1.20      ohara     579:        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
1.12      ohara     580:        uninstall-am
1.1       ohara     581:
1.20      ohara     582: .PRECIOUS: Makefile
                    583:
1.15      ohara     584:
1.1       ohara     585: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    586: # Otherwise a system limit (for SysV at least) may be exceeded.
                    587: .NOEXPORT:

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