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

Annotation of OpenXM_contrib2/asir2000/include/Makefile.in, Revision 1.15

1.15    ! ohara       1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
1.12      ohara       2: # @configure_input@
1.1       ohara       3:
1.12      ohara       4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.15    ! ohara       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 = include
                     39: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     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: SOURCES =
                     48: DIST_SOURCES =
                     49: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                     50: am__vpath_adj = case $$p in \
                     51:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                     52:     *) f=$$p;; \
                     53:   esac;
1.15    ! ohara      54: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
        !            55: am__install_max = 40
        !            56: am__nobase_strip_setup = \
        !            57:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
        !            58: am__nobase_strip = \
        !            59:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
        !            60: am__nobase_list = $(am__nobase_strip_setup); \
        !            61:   for p in $$list; do echo "$$p $$p"; done | \
        !            62:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
        !            63:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
        !            64:     if (++n[$$2] == $(am__install_max)) \
        !            65:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
        !            66:     END { for (dir in files) print dir, files[dir] }'
        !            67: am__base_list = \
        !            68:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
        !            69:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.12      ohara      70: am__installdirs = "$(DESTDIR)$(incdir)"
                     71: DATA = $(inc_DATA)
                     72: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     73: ACLOCAL = @ACLOCAL@
1.1       ohara      74: AMTAR = @AMTAR@
1.15    ! ohara      75: ASIR_GCLIB = @ASIR_GCLIB@
1.12      ohara      76: AUTOCONF = @AUTOCONF@
                     77: AUTOHEADER = @AUTOHEADER@
                     78: AUTOMAKE = @AUTOMAKE@
1.1       ohara      79: AWK = @AWK@
                     80: CC = @CC@
1.12      ohara      81: CCDEPMODE = @CCDEPMODE@
                     82: CFLAGS = @CFLAGS@
                     83: CPP = @CPP@
                     84: CPPFLAGS = @CPPFLAGS@
                     85: CYGPATH_W = @CYGPATH_W@
                     86: DEFS = @DEFS@
1.1       ohara      87: DEPDIR = @DEPDIR@
1.12      ohara      88: ECHO_C = @ECHO_C@
                     89: ECHO_N = @ECHO_N@
                     90: ECHO_T = @ECHO_T@
                     91: EGREP = @EGREP@
1.10      ohara      92: EXEEXT = @EXEEXT@
1.1       ohara      93: FEPLIB = @FEPLIB@
1.12      ohara      94: GC = @GC@
1.15    ! ohara      95: GCINC = @GCINC@
        !            96: GCLIB = @GCLIB@
1.12      ohara      97: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
1.11      ohara      98: GC_DISTDIR = @GC_DISTDIR@
1.12      ohara      99: GREP = @GREP@
                    100: INSTALL = @INSTALL@
                    101: INSTALL_DATA = @INSTALL_DATA@
                    102: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    103: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1       ohara     104: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    105: LAPACKLIB = @LAPACKLIB@
1.12      ohara     106: LDFLAGS = @LDFLAGS@
                    107: LIBOBJS = @LIBOBJS@
                    108: LIBS = @LIBS@
1.1       ohara     109: LN_S = @LN_S@
1.12      ohara     110: LTLIBOBJS = @LTLIBOBJS@
1.5       ohara     111: MAINT = @MAINT@
1.12      ohara     112: MAKEINFO = @MAKEINFO@
                    113: MKDIR_P = @MKDIR_P@
1.10      ohara     114: OBJEXT = @OBJEXT@
1.1       ohara     115: PACKAGE = @PACKAGE@
1.12      ohara     116: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    117: PACKAGE_NAME = @PACKAGE_NAME@
                    118: PACKAGE_STRING = @PACKAGE_STRING@
                    119: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.15    ! ohara     120: PACKAGE_URL = @PACKAGE_URL@
1.12      ohara     121: PACKAGE_VERSION = @PACKAGE_VERSION@
1.1       ohara     122: PARIINC = @PARIINC@
                    123: PARILIB = @PARILIB@
1.12      ohara     124: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1       ohara     125: RANLIB = @RANLIB@
1.12      ohara     126: SET_MAKE = @SET_MAKE@
                    127: SHELL = @SHELL@
                    128: STRIP = @STRIP@
1.8       ohara     129: USE_GC_SPARC64 = @USE_GC_SPARC64@
1.1       ohara     130: VERSION = @VERSION@
1.12      ohara     131: XMKMF = @XMKMF@
1.5       ohara     132: XPMLIB = @XPMLIB@
1.1       ohara     133: X_CFLAGS = @X_CFLAGS@
                    134: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    135: X_LIBS = @X_LIBS@
                    136: X_PRE_LIBS = @X_PRE_LIBS@
                    137: YACC = @YACC@
1.12      ohara     138: YFLAGS = @YFLAGS@
                    139: abs_builddir = @abs_builddir@
                    140: abs_srcdir = @abs_srcdir@
                    141: abs_top_builddir = @abs_top_builddir@
                    142: abs_top_srcdir = @abs_top_srcdir@
                    143: ac_ct_CC = @ac_ct_CC@
1.1       ohara     144: am__include = @am__include@
1.12      ohara     145: am__leading_dot = @am__leading_dot@
1.1       ohara     146: am__quote = @am__quote@
1.12      ohara     147: am__tar = @am__tar@
                    148: am__untar = @am__untar@
1.1       ohara     149: asm_obj = @asm_obj@
1.12      ohara     150: bindir = @bindir@
                    151: build = @build@
                    152: build_alias = @build_alias@
                    153: build_cpu = @build_cpu@
                    154: build_os = @build_os@
                    155: build_vendor = @build_vendor@
                    156: builddir = @builddir@
                    157: datadir = @datadir@
                    158: datarootdir = @datarootdir@
                    159: docdir = @docdir@
                    160: dvidir = @dvidir@
                    161: exec_prefix = @exec_prefix@
                    162: host = @host@
                    163: host_alias = @host_alias@
                    164: host_cpu = @host_cpu@
                    165: host_os = @host_os@
                    166: host_vendor = @host_vendor@
                    167: htmldir = @htmldir@
                    168: includedir = @includedir@
                    169: infodir = @infodir@
1.1       ohara     170: install_sh = @install_sh@
                    171: libasir_postfix = @libasir_postfix@
1.12      ohara     172: libdir = @libdir@
                    173: libexecdir = @libexecdir@
                    174: localedir = @localedir@
                    175: localstatedir = @localstatedir@
                    176: mandir = @mandir@
                    177: mkdir_p = @mkdir_p@
                    178: oldincludedir = @oldincludedir@
                    179: pdfdir = @pdfdir@
                    180: prefix = @prefix@
                    181: program_transform_name = @program_transform_name@
                    182: psdir = @psdir@
                    183: sbindir = @sbindir@
                    184: sharedstatedir = @sharedstatedir@
                    185: srcdir = @srcdir@
                    186: sysconfdir = @sysconfdir@
                    187: target = @target@
                    188: target_alias = @target_alias@
                    189: target_cpu = @target_cpu@
                    190: target_os = @target_os@
                    191: target_vendor = @target_vendor@
1.15    ! ohara     192: top_build_prefix = @top_build_prefix@
1.12      ohara     193: top_builddir = @top_builddir@
                    194: top_srcdir = @top_srcdir@
1.1       ohara     195: incdir = ${prefix}/include/asir
                    196: inc_DATA = al.h b.h base.h bf.h ca-27.h ca.h com.h inline.h ox.h \
1.3       ohara     197:            prime.h version.h wsio.h interval.h
1.1       ohara     198:
                    199: all: all-am
                    200:
                    201: .SUFFIXES:
1.12      ohara     202: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    203:        @for dep in $?; do \
                    204:          case '$(am__configure_deps)' in \
                    205:            *$$dep*) \
1.15    ! ohara     206:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
        !           207:                && { if test -f $@; then exit 0; else break; fi; }; \
1.12      ohara     208:              exit 1;; \
                    209:          esac; \
                    210:        done; \
1.15    ! ohara     211:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
        !           212:        $(am__cd) $(top_srcdir) && \
        !           213:          $(AUTOMAKE) --gnu include/Makefile
1.12      ohara     214: .PRECIOUS: Makefile
                    215: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    216:        @case '$?' in \
                    217:          *config.status*) \
                    218:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    219:          *) \
                    220:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    221:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    222:        esac;
                    223:
                    224: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    225:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    226:
                    227: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    228:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    229: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    230:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.15    ! ohara     231: $(am__aclocal_m4_deps):
1.1       ohara     232: install-incDATA: $(inc_DATA)
                    233:        @$(NORMAL_INSTALL)
1.12      ohara     234:        test -z "$(incdir)" || $(MKDIR_P) "$(DESTDIR)$(incdir)"
1.15    ! ohara     235:        @list='$(inc_DATA)'; test -n "$(incdir)" || list=; \
        !           236:        for p in $$list; do \
1.1       ohara     237:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.15    ! ohara     238:          echo "$$d$$p"; \
        !           239:        done | $(am__base_list) | \
        !           240:        while read files; do \
        !           241:          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(incdir)'"; \
        !           242:          $(INSTALL_DATA) $$files "$(DESTDIR)$(incdir)" || exit $$?; \
1.1       ohara     243:        done
                    244:
                    245: uninstall-incDATA:
                    246:        @$(NORMAL_UNINSTALL)
1.15    ! ohara     247:        @list='$(inc_DATA)'; test -n "$(incdir)" || list=; \
        !           248:        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        !           249:        test -n "$$files" || exit 0; \
        !           250:        echo " ( cd '$(DESTDIR)$(incdir)' && rm -f" $$files ")"; \
        !           251:        cd "$(DESTDIR)$(incdir)" && rm -f $$files
1.1       ohara     252: tags: TAGS
                    253: TAGS:
                    254:
1.12      ohara     255: ctags: CTAGS
                    256: CTAGS:
1.10      ohara     257:
1.1       ohara     258:
                    259: distdir: $(DISTFILES)
1.12      ohara     260:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    261:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    262:        list='$(DISTFILES)'; \
                    263:          dist_files=`for file in $$list; do echo $$file; done | \
                    264:          sed -e "s|^$$srcdirstrip/||;t" \
                    265:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    266:        case $$dist_files in \
                    267:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    268:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    269:                           sort -u` ;; \
                    270:        esac; \
                    271:        for file in $$dist_files; do \
                    272:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       ohara     273:          if test -d $$d/$$file; then \
1.12      ohara     274:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.15    ! ohara     275:            if test -d "$(distdir)/$$file"; then \
        !           276:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           277:            fi; \
1.12      ohara     278:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.15    ! ohara     279:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
        !           280:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.12      ohara     281:            fi; \
1.15    ! ohara     282:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       ohara     283:          else \
1.15    ! ohara     284:            test -f "$(distdir)/$$file" \
        !           285:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       ohara     286:            || exit 1; \
                    287:          fi; \
                    288:        done
                    289: check-am: all-am
                    290: check: check-am
                    291: all-am: Makefile $(DATA)
                    292: installdirs:
1.12      ohara     293:        for dir in "$(DESTDIR)$(incdir)"; do \
                    294:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    295:        done
1.1       ohara     296: install: install-am
                    297: install-exec: install-exec-am
                    298: install-data: install-data-am
                    299: uninstall: uninstall-am
                    300:
                    301: install-am: all-am
                    302:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    303:
                    304: installcheck: installcheck-am
                    305: install-strip:
                    306:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.12      ohara     307:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.1       ohara     308:          `test -z '$(STRIP)' || \
                    309:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    310: mostlyclean-generic:
                    311:
                    312: clean-generic:
                    313:
                    314: distclean-generic:
1.12      ohara     315:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.15    ! ohara     316:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       ohara     317:
                    318: maintainer-clean-generic:
                    319:        @echo "This command is intended for maintainers to use"
                    320:        @echo "it deletes files that may require special tools to rebuild."
                    321: clean: clean-am
                    322:
                    323: clean-am: clean-generic mostlyclean-am
                    324:
                    325: distclean: distclean-am
1.12      ohara     326:        -rm -f Makefile
1.1       ohara     327: distclean-am: clean-am distclean-generic
                    328:
                    329: dvi: dvi-am
                    330:
                    331: dvi-am:
                    332:
1.12      ohara     333: html: html-am
                    334:
1.15    ! ohara     335: html-am:
        !           336:
1.1       ohara     337: info: info-am
                    338:
                    339: info-am:
                    340:
                    341: install-data-am: install-incDATA
                    342:
1.12      ohara     343: install-dvi: install-dvi-am
                    344:
1.15    ! ohara     345: install-dvi-am:
        !           346:
1.1       ohara     347: install-exec-am:
                    348:
1.12      ohara     349: install-html: install-html-am
                    350:
1.15    ! ohara     351: install-html-am:
        !           352:
1.1       ohara     353: install-info: install-info-am
                    354:
1.15    ! ohara     355: install-info-am:
        !           356:
1.1       ohara     357: install-man:
                    358:
1.12      ohara     359: install-pdf: install-pdf-am
                    360:
1.15    ! ohara     361: install-pdf-am:
        !           362:
1.12      ohara     363: install-ps: install-ps-am
                    364:
1.15    ! ohara     365: install-ps-am:
        !           366:
1.1       ohara     367: installcheck-am:
                    368:
                    369: maintainer-clean: maintainer-clean-am
1.12      ohara     370:        -rm -f Makefile
1.1       ohara     371: maintainer-clean-am: distclean-am maintainer-clean-generic
                    372:
                    373: mostlyclean: mostlyclean-am
                    374:
                    375: mostlyclean-am: mostlyclean-generic
                    376:
1.12      ohara     377: pdf: pdf-am
                    378:
                    379: pdf-am:
                    380:
                    381: ps: ps-am
                    382:
                    383: ps-am:
                    384:
                    385: uninstall-am: uninstall-incDATA
                    386:
                    387: .MAKE: install-am install-strip
1.1       ohara     388:
                    389: .PHONY: all all-am check check-am clean clean-generic distclean \
1.12      ohara     390:        distclean-generic distdir dvi dvi-am html html-am info info-am \
                    391:        install install-am install-data install-data-am install-dvi \
                    392:        install-dvi-am install-exec install-exec-am install-html \
                    393:        install-html-am install-incDATA install-info install-info-am \
                    394:        install-man install-pdf install-pdf-am install-ps \
                    395:        install-ps-am install-strip installcheck installcheck-am \
1.1       ohara     396:        installdirs maintainer-clean maintainer-clean-generic \
1.12      ohara     397:        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
                    398:        uninstall-am uninstall-incDATA
1.1       ohara     399:
1.15    ! ohara     400:
1.1       ohara     401: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    402: # Otherwise a system limit (for SysV at least) may be exceeded.
                    403: .NOEXPORT:

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