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

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

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