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

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

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