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

1.23    ! ohara       1: # Makefile.in generated by automake 1.16.1 from Makefile.am.
1.12      ohara       2: # @configure_input@
1.1       ohara       3:
1.23    ! ohara       4: # Copyright (C) 1994-2018 Free Software Foundation, Inc.
1.20      ohara       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
1.23    ! ohara     129: am__maybe_remake_depfiles = depfiles
        !           130: am__depfiles_remade = ./$(DEPDIR)/biovar.Po ./$(DEPDIR)/bload.Po \
        !           131:        ./$(DEPDIR)/bsave.Po ./$(DEPDIR)/cio.Po ./$(DEPDIR)/cpexpr.Po \
        !           132:        ./$(DEPDIR)/io.Po ./$(DEPDIR)/ox.Po ./$(DEPDIR)/ox_asir.Po \
        !           133:        ./$(DEPDIR)/ox_launch.Po ./$(DEPDIR)/pexpr.Po \
        !           134:        ./$(DEPDIR)/sio.Po ./$(DEPDIR)/spexpr.Po ./$(DEPDIR)/tcpf.Po \
        !           135:        ./$(DEPDIR)/ws_fileio.Po
1.15      ohara     136: am__mv = mv -f
1.12      ohara     137: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    138:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.20      ohara     139: AM_V_CC = $(am__v_CC_@AM_V@)
                    140: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
                    141: am__v_CC_0 = @echo "  CC      " $@;
                    142: am__v_CC_1 =
1.12      ohara     143: CCLD = $(CC)
                    144: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
1.20      ohara     145: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
                    146: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
                    147: am__v_CCLD_0 = @echo "  CCLD    " $@;
                    148: am__v_CCLD_1 =
1.12      ohara     149: SOURCES = $(libio_a_SOURCES)
                    150: DIST_SOURCES = $(libio_a_SOURCES)
1.20      ohara     151: am__can_run_installinfo = \
                    152:   case $$AM_UPDATE_INFO_DIR in \
                    153:     n|no|NO) false;; \
                    154:     *) (install-info --version) >/dev/null 2>&1;; \
                    155:   esac
                    156: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    157: # Read a list of newline-separated strings from the standard input,
                    158: # and print each of them once, without duplicates.  Input order is
                    159: # *not* preserved.
                    160: am__uniquify_input = $(AWK) '\
                    161:   BEGIN { nonempty = 0; } \
                    162:   { items[$$0] = 1; nonempty = 1; } \
                    163:   END { if (nonempty) { for (i in items) print i; }; } \
                    164: '
                    165: # Make sure the list of sources is unique.  This is necessary because,
                    166: # e.g., the same source file might be shared among _SOURCES variables
                    167: # for different programs/libraries.
                    168: am__define_uniq_tagged_files = \
                    169:   list='$(am__tagged_files)'; \
                    170:   unique=`for i in $$list; do \
                    171:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    172:   done | $(am__uniquify_input)`
1.12      ohara     173: ETAGS = etags
                    174: CTAGS = ctags
1.20      ohara     175: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
                    176:        $(top_srcdir)/mkinstalldirs
1.12      ohara     177: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    178: ACLOCAL = @ACLOCAL@
1.1       ohara     179: AMTAR = @AMTAR@
1.20      ohara     180: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.15      ohara     181: ASIR_GCLIB = @ASIR_GCLIB@
1.12      ohara     182: AUTOCONF = @AUTOCONF@
                    183: AUTOHEADER = @AUTOHEADER@
                    184: AUTOMAKE = @AUTOMAKE@
1.1       ohara     185: AWK = @AWK@
                    186: CC = @CC@
1.12      ohara     187: CCDEPMODE = @CCDEPMODE@
                    188: CFLAGS = @CFLAGS@
                    189: CPP = @CPP@
                    190: CPPFLAGS = @CPPFLAGS@
                    191: CYGPATH_W = @CYGPATH_W@
                    192: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
1.1       ohara     193: DEPDIR = @DEPDIR@
1.12      ohara     194: ECHO_C = @ECHO_C@
                    195: ECHO_N = @ECHO_N@
                    196: ECHO_T = @ECHO_T@
                    197: EGREP = @EGREP@
1.10      ohara     198: EXEEXT = @EXEEXT@
1.1       ohara     199: FEPLIB = @FEPLIB@
1.12      ohara     200: GC = @GC@
1.15      ohara     201: GCINC = @GCINC@
                    202: GCLIB = @GCLIB@
1.12      ohara     203: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
1.11      ohara     204: GC_DISTDIR = @GC_DISTDIR@
1.22      ohara     205: GMPLIB = @GMPLIB@
1.12      ohara     206: GREP = @GREP@
                    207: INSTALL = @INSTALL@
                    208: INSTALL_DATA = @INSTALL_DATA@
                    209: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    210: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1       ohara     211: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    212: LAPACKLIB = @LAPACKLIB@
1.12      ohara     213: LDFLAGS = @LDFLAGS@
                    214: LIBOBJS = @LIBOBJS@
                    215: LIBS = @LIBS@
1.1       ohara     216: LN_S = @LN_S@
1.12      ohara     217: LTLIBOBJS = @LTLIBOBJS@
1.4       ohara     218: MAINT = @MAINT@
1.12      ohara     219: MAKEINFO = @MAKEINFO@
                    220: MKDIR_P = @MKDIR_P@
1.10      ohara     221: OBJEXT = @OBJEXT@
1.1       ohara     222: PACKAGE = @PACKAGE@
1.12      ohara     223: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    224: PACKAGE_NAME = @PACKAGE_NAME@
                    225: PACKAGE_STRING = @PACKAGE_STRING@
                    226: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.15      ohara     227: PACKAGE_URL = @PACKAGE_URL@
1.12      ohara     228: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1       ohara     229: PARIINC = @PARIINC@
                    230: PARILIB = @PARILIB@
1.12      ohara     231: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       ohara     232: RANLIB = @RANLIB@
1.12      ohara     233: SET_MAKE = @SET_MAKE@
                    234: SHELL = @SHELL@
                    235: STRIP = @STRIP@
1.8       ohara     236: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.1       ohara     237: VERSION = @VERSION@
1.21      ohara     238: WSLIB = @WSLIB@
1.12      ohara     239: XMKMF = @XMKMF@
1.4       ohara     240: XPMLIB = @XPMLIB@
1.1       ohara     241: X_CFLAGS = @X_CFLAGS@
                    242: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    243: X_LIBS = @X_LIBS@
                    244: X_PRE_LIBS = @X_PRE_LIBS@
                    245: YACC = @YACC@
1.12      ohara     246: YFLAGS = @YFLAGS@
                    247: abs_builddir = @abs_builddir@
                    248: abs_srcdir = @abs_srcdir@
                    249: abs_top_builddir = @abs_top_builddir@
                    250: abs_top_srcdir = @abs_top_srcdir@
                    251: ac_ct_CC = @ac_ct_CC@
1.1       ohara     252: am__include = @am__include@
1.12      ohara     253: am__leading_dot = @am__leading_dot@
1.1       ohara     254: am__quote = @am__quote@
1.12      ohara     255: am__tar = @am__tar@
                    256: am__untar = @am__untar@
1.1       ohara     257: asm_obj = @asm_obj@
1.12      ohara     258: bindir = @bindir@
                    259: build = @build@
                    260: build_alias = @build_alias@
                    261: build_cpu = @build_cpu@
                    262: build_os = @build_os@
                    263: build_vendor = @build_vendor@
                    264: builddir = @builddir@
                    265: datadir = @datadir@
                    266: datarootdir = @datarootdir@
                    267: docdir = @docdir@
                    268: dvidir = @dvidir@
                    269: exec_prefix = @exec_prefix@
                    270: host = @host@
                    271: host_alias = @host_alias@
                    272: host_cpu = @host_cpu@
                    273: host_os = @host_os@
                    274: host_vendor = @host_vendor@
                    275: htmldir = @htmldir@
                    276: includedir = @includedir@
                    277: infodir = @infodir@
1.1       ohara     278: install_sh = @install_sh@
                    279: libasir_postfix = @libasir_postfix@
1.12      ohara     280: libdir = @libdir@
                    281: libexecdir = @libexecdir@
                    282: localedir = @localedir@
                    283: localstatedir = @localstatedir@
                    284: mandir = @mandir@
                    285: mkdir_p = @mkdir_p@
                    286: oldincludedir = @oldincludedir@
                    287: pdfdir = @pdfdir@
                    288: prefix = @prefix@
                    289: program_transform_name = @program_transform_name@
                    290: psdir = @psdir@
                    291: sbindir = @sbindir@
                    292: sharedstatedir = @sharedstatedir@
                    293: srcdir = @srcdir@
                    294: sysconfdir = @sysconfdir@
                    295: target = @target@
                    296: target_alias = @target_alias@
                    297: target_cpu = @target_cpu@
                    298: target_os = @target_os@
                    299: target_vendor = @target_vendor@
1.15      ohara     300: top_build_prefix = @top_build_prefix@
1.12      ohara     301: top_builddir = @top_builddir@
                    302: top_srcdir = @top_srcdir@
1.6       ohara     303: asirdir = ${prefix}/lib/asir
1.20      ohara     304: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
1.1       ohara     305:            -I${top_srcdir}/gc/include \
1.18      noro      306:            -I${prefix}/include @PARIINC@ @X_CFLAGS@
1.1       ohara     307:
                    308: noinst_LIBRARIES = libio.a
                    309: libio_a_SOURCES = pexpr.c spexpr.c biovar.c bsave.c bload.c io.c sio.c \
                    310:                    cpexpr.c cio.c ox.c ox_asir.c ox_launch.c tcpf.c ws_fileio.c
                    311:
                    312: all: all-am
                    313:
                    314: .SUFFIXES:
                    315: .SUFFIXES: .c .o .obj
1.12      ohara     316: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    317:        @for dep in $?; do \
                    318:          case '$(am__configure_deps)' in \
                    319:            *$$dep*) \
1.15      ohara     320:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    321:                && { if test -f $@; then exit 0; else break; fi; }; \
1.12      ohara     322:              exit 1;; \
                    323:          esac; \
                    324:        done; \
1.15      ohara     325:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu io/Makefile'; \
                    326:        $(am__cd) $(top_srcdir) && \
                    327:          $(AUTOMAKE) --gnu io/Makefile
1.12      ohara     328: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    329:        @case '$?' in \
                    330:          *config.status*) \
                    331:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    332:          *) \
1.23    ! ohara     333:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
        !           334:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
1.12      ohara     335:        esac;
                    336:
                    337: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    338:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    339:
                    340: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    341:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    342: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    343:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.15      ohara     344: $(am__aclocal_m4_deps):
1.1       ohara     345:
                    346: clean-noinstLIBRARIES:
                    347:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1.20      ohara     348:
                    349: libio.a: $(libio_a_OBJECTS) $(libio_a_DEPENDENCIES) $(EXTRA_libio_a_DEPENDENCIES)
                    350:        $(AM_V_at)-rm -f libio.a
                    351:        $(AM_V_AR)$(libio_a_AR) libio.a $(libio_a_OBJECTS) $(libio_a_LIBADD)
                    352:        $(AM_V_at)$(RANLIB) libio.a
1.1       ohara     353:
                    354: mostlyclean-compile:
1.12      ohara     355:        -rm -f *.$(OBJEXT)
1.1       ohara     356:
                    357: distclean-compile:
                    358:        -rm -f *.tab.c
                    359:
1.23    ! ohara     360: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/biovar.Po@am__quote@ # am--include-marker
        !           361: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bload.Po@am__quote@ # am--include-marker
        !           362: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsave.Po@am__quote@ # am--include-marker
        !           363: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cio.Po@am__quote@ # am--include-marker
        !           364: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpexpr.Po@am__quote@ # am--include-marker
        !           365: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Po@am__quote@ # am--include-marker
        !           366: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox.Po@am__quote@ # am--include-marker
        !           367: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_asir.Po@am__quote@ # am--include-marker
        !           368: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ox_launch.Po@am__quote@ # am--include-marker
        !           369: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pexpr.Po@am__quote@ # am--include-marker
        !           370: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sio.Po@am__quote@ # am--include-marker
        !           371: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spexpr.Po@am__quote@ # am--include-marker
        !           372: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcpf.Po@am__quote@ # am--include-marker
        !           373: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ws_fileio.Po@am__quote@ # am--include-marker
        !           374:
        !           375: $(am__depfiles_remade):
        !           376:        @$(MKDIR_P) $(@D)
        !           377:        @echo '# dummy' >$@-t && $(am__mv) $@-t $@
        !           378:
        !           379: am--depfiles: $(am__depfiles_remade)
1.1       ohara     380:
                    381: .c.o:
1.20      ohara     382: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    383: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    384: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.12      ohara     385: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.20      ohara     386: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1.1       ohara     387:
                    388: .c.obj:
1.20      ohara     389: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    390: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    391: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.12      ohara     392: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.20      ohara     393: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1.1       ohara     394:
1.20      ohara     395: ID: $(am__tagged_files)
                    396:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    397: tags: tags-am
                    398: TAGS: tags
1.1       ohara     399:
1.20      ohara     400: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.15      ohara     401:        set x; \
1.1       ohara     402:        here=`pwd`; \
1.20      ohara     403:        $(am__define_uniq_tagged_files); \
1.15      ohara     404:        shift; \
                    405:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.12      ohara     406:          test -n "$$unique" || unique=$$empty_fix; \
1.15      ohara     407:          if test $$# -gt 0; then \
                    408:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    409:              "$$@" $$unique; \
                    410:          else \
                    411:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    412:              $$unique; \
                    413:          fi; \
1.12      ohara     414:        fi
1.20      ohara     415: ctags: ctags-am
                    416:
                    417: CTAGS: ctags
                    418: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    419:        $(am__define_uniq_tagged_files); \
1.15      ohara     420:        test -z "$(CTAGS_ARGS)$$unique" \
1.12      ohara     421:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.15      ohara     422:             $$unique
1.1       ohara     423:
                    424: GTAGS:
1.12      ohara     425:        here=`$(am__cd) $(top_builddir) && pwd` \
1.15      ohara     426:          && $(am__cd) $(top_srcdir) \
                    427:          && gtags -i $(GTAGS_ARGS) "$$here"
1.20      ohara     428: cscopelist: cscopelist-am
                    429:
                    430: cscopelist-am: $(am__tagged_files)
                    431:        list='$(am__tagged_files)'; \
                    432:        case "$(srcdir)" in \
                    433:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    434:          *) sdir=$(subdir)/$(srcdir) ;; \
                    435:        esac; \
                    436:        for i in $$list; do \
                    437:          if test -f "$$i"; then \
                    438:            echo "$(subdir)/$$i"; \
                    439:          else \
                    440:            echo "$$sdir/$$i"; \
                    441:          fi; \
                    442:        done >> $(top_builddir)/cscope.files
1.1       ohara     443:
                    444: distclean-tags:
1.12      ohara     445:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1       ohara     446:
1.23    ! ohara     447: distdir: $(BUILT_SOURCES)
        !           448:        $(MAKE) $(AM_MAKEFLAGS) distdir-am
        !           449:
        !           450: distdir-am: $(DISTFILES)
1.12      ohara     451:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    452:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    453:        list='$(DISTFILES)'; \
                    454:          dist_files=`for file in $$list; do echo $$file; done | \
                    455:          sed -e "s|^$$srcdirstrip/||;t" \
                    456:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    457:        case $$dist_files in \
                    458:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    459:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    460:                           sort -u` ;; \
                    461:        esac; \
                    462:        for file in $$dist_files; do \
                    463:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     464:          if test -d $$d/$$file; then \
1.12      ohara     465:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.15      ohara     466:            if test -d "$(distdir)/$$file"; then \
                    467:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    468:            fi; \
1.12      ohara     469:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.15      ohara     470:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    471:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.12      ohara     472:            fi; \
1.15      ohara     473:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       ohara     474:          else \
1.15      ohara     475:            test -f "$(distdir)/$$file" \
                    476:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       ohara     477:            || exit 1; \
                    478:          fi; \
                    479:        done
                    480: check-am: all-am
                    481: check: check-am
                    482: all-am: Makefile $(LIBRARIES)
                    483: installdirs:
                    484: install: install-am
                    485: install-exec: install-exec-am
                    486: install-data: install-data-am
                    487: uninstall: uninstall-am
                    488:
                    489: install-am: all-am
                    490:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    491:
                    492: installcheck: installcheck-am
                    493: install-strip:
1.20      ohara     494:        if test -z '$(STRIP)'; then \
                    495:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    496:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    497:              install; \
                    498:        else \
                    499:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    500:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    501:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    502:        fi
1.1       ohara     503: mostlyclean-generic:
                    504:
                    505: clean-generic:
                    506:
                    507: distclean-generic:
1.12      ohara     508:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.15      ohara     509:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       ohara     510:
                    511: maintainer-clean-generic:
                    512:        @echo "This command is intended for maintainers to use"
                    513:        @echo "it deletes files that may require special tools to rebuild."
                    514: clean: clean-am
                    515:
                    516: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    517:
                    518: distclean: distclean-am
1.23    ! ohara     519:                -rm -f ./$(DEPDIR)/biovar.Po
        !           520:        -rm -f ./$(DEPDIR)/bload.Po
        !           521:        -rm -f ./$(DEPDIR)/bsave.Po
        !           522:        -rm -f ./$(DEPDIR)/cio.Po
        !           523:        -rm -f ./$(DEPDIR)/cpexpr.Po
        !           524:        -rm -f ./$(DEPDIR)/io.Po
        !           525:        -rm -f ./$(DEPDIR)/ox.Po
        !           526:        -rm -f ./$(DEPDIR)/ox_asir.Po
        !           527:        -rm -f ./$(DEPDIR)/ox_launch.Po
        !           528:        -rm -f ./$(DEPDIR)/pexpr.Po
        !           529:        -rm -f ./$(DEPDIR)/sio.Po
        !           530:        -rm -f ./$(DEPDIR)/spexpr.Po
        !           531:        -rm -f ./$(DEPDIR)/tcpf.Po
        !           532:        -rm -f ./$(DEPDIR)/ws_fileio.Po
1.12      ohara     533:        -rm -f Makefile
                    534: distclean-am: clean-am distclean-compile distclean-generic \
                    535:        distclean-tags
1.1       ohara     536:
                    537: dvi: dvi-am
                    538:
                    539: dvi-am:
                    540:
1.12      ohara     541: html: html-am
                    542:
1.15      ohara     543: html-am:
                    544:
1.1       ohara     545: info: info-am
                    546:
                    547: info-am:
                    548:
                    549: install-data-am:
                    550:
1.12      ohara     551: install-dvi: install-dvi-am
                    552:
1.15      ohara     553: install-dvi-am:
                    554:
1.1       ohara     555: install-exec-am:
                    556:
1.12      ohara     557: install-html: install-html-am
                    558:
1.15      ohara     559: install-html-am:
                    560:
1.1       ohara     561: install-info: install-info-am
                    562:
1.15      ohara     563: install-info-am:
                    564:
1.1       ohara     565: install-man:
                    566:
1.12      ohara     567: install-pdf: install-pdf-am
                    568:
1.15      ohara     569: install-pdf-am:
                    570:
1.12      ohara     571: install-ps: install-ps-am
                    572:
1.15      ohara     573: install-ps-am:
                    574:
1.1       ohara     575: installcheck-am:
                    576:
                    577: maintainer-clean: maintainer-clean-am
1.23    ! ohara     578:                -rm -f ./$(DEPDIR)/biovar.Po
        !           579:        -rm -f ./$(DEPDIR)/bload.Po
        !           580:        -rm -f ./$(DEPDIR)/bsave.Po
        !           581:        -rm -f ./$(DEPDIR)/cio.Po
        !           582:        -rm -f ./$(DEPDIR)/cpexpr.Po
        !           583:        -rm -f ./$(DEPDIR)/io.Po
        !           584:        -rm -f ./$(DEPDIR)/ox.Po
        !           585:        -rm -f ./$(DEPDIR)/ox_asir.Po
        !           586:        -rm -f ./$(DEPDIR)/ox_launch.Po
        !           587:        -rm -f ./$(DEPDIR)/pexpr.Po
        !           588:        -rm -f ./$(DEPDIR)/sio.Po
        !           589:        -rm -f ./$(DEPDIR)/spexpr.Po
        !           590:        -rm -f ./$(DEPDIR)/tcpf.Po
        !           591:        -rm -f ./$(DEPDIR)/ws_fileio.Po
1.12      ohara     592:        -rm -f Makefile
1.1       ohara     593: maintainer-clean-am: distclean-am maintainer-clean-generic
                    594:
                    595: mostlyclean: mostlyclean-am
                    596:
                    597: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    598:
1.12      ohara     599: pdf: pdf-am
                    600:
                    601: pdf-am:
                    602:
                    603: ps: ps-am
                    604:
                    605: ps-am:
                    606:
                    607: uninstall-am:
                    608:
                    609: .MAKE: install-am install-strip
1.1       ohara     610:
1.23    ! ohara     611: .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
        !           612:        clean-generic clean-noinstLIBRARIES cscopelist-am ctags \
        !           613:        ctags-am distclean distclean-compile distclean-generic \
        !           614:        distclean-tags distdir dvi dvi-am html html-am info info-am \
        !           615:        install install-am install-data install-data-am install-dvi \
        !           616:        install-dvi-am install-exec install-exec-am install-html \
        !           617:        install-html-am install-info install-info-am install-man \
        !           618:        install-pdf install-pdf-am install-ps install-ps-am \
        !           619:        install-strip installcheck installcheck-am installdirs \
        !           620:        maintainer-clean maintainer-clean-generic mostlyclean \
        !           621:        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
        !           622:        tags tags-am uninstall uninstall-am
1.1       ohara     623:
1.20      ohara     624: .PRECIOUS: Makefile
                    625:
1.15      ohara     626:
1.1       ohara     627: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    628: # Otherwise a system limit (for SysV at least) may be exceeded.
                    629: .NOEXPORT:

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