Annotation of tme/bus/Makefile.in, revision 1.1.1.1

1.1       root        1: # Makefile.in generated by automake 1.7 from Makefile.am.
                      2: # @configure_input@
                      3: 
                      4: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
                      5: # Free Software Foundation, Inc.
                      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@
                     16: 
                     17: # Makefile.am for The Machine Emulator bus/:
                     18: 
                     19: srcdir = @srcdir@
                     20: top_srcdir = @top_srcdir@
                     21: VPATH = @srcdir@
                     22: pkgdatadir = $(datadir)/@PACKAGE@
                     23: pkglibdir = $(libdir)/@PACKAGE@
                     24: pkgincludedir = $(includedir)/@PACKAGE@
                     25: top_builddir = ..
                     26: 
                     27: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     28: INSTALL = @INSTALL@
                     29: install_sh_DATA = $(install_sh) -c -m 644
                     30: install_sh_PROGRAM = $(install_sh) -c
                     31: install_sh_SCRIPT = $(install_sh) -c
                     32: INSTALL_HEADER = $(INSTALL_DATA)
                     33: transform = $(program_transform_name)
                     34: NORMAL_INSTALL = :
                     35: PRE_INSTALL = :
                     36: POST_INSTALL = :
                     37: NORMAL_UNINSTALL = :
                     38: PRE_UNINSTALL = :
                     39: POST_UNINSTALL = :
                     40: build_triplet = @build@
                     41: host_triplet = @host@
                     42: target_triplet = @target@
                     43: ACLOCAL = @ACLOCAL@
                     44: AMDEP_FALSE = @AMDEP_FALSE@
                     45: AMDEP_TRUE = @AMDEP_TRUE@
                     46: AMTAR = @AMTAR@
                     47: AR = @AR@
                     48: AUTOCONF = @AUTOCONF@
                     49: AUTOHEADER = @AUTOHEADER@
                     50: AUTOMAKE = @AUTOMAKE@
                     51: AWK = @AWK@
                     52: CC = @CC@
                     53: CCDEPMODE = @CCDEPMODE@
                     54: CFLAGS = @CFLAGS@
                     55: CPP = @CPP@
                     56: CPPFLAGS = @CPPFLAGS@
                     57: CXX = @CXX@
                     58: CXXCPP = @CXXCPP@
                     59: CXXDEPMODE = @CXXDEPMODE@
                     60: CXXFLAGS = @CXXFLAGS@
                     61: CYGPATH_W = @CYGPATH_W@
                     62: DEFS = @DEFS@
                     63: DEPDIR = @DEPDIR@
                     64: ECHO = @ECHO@
                     65: ECHO_C = @ECHO_C@
                     66: ECHO_N = @ECHO_N@
                     67: ECHO_T = @ECHO_T@
                     68: EGREP = @EGREP@
                     69: EXEEXT = @EXEEXT@
                     70: F77 = @F77@
                     71: FFLAGS = @FFLAGS@
                     72: INCLTDL = @INCLTDL@
                     73: INSTALL_DATA = @INSTALL_DATA@
                     74: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     75: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     76: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     77: LDFLAGS = @LDFLAGS@
                     78: LIBLTDL = @LIBLTDL@
                     79: LIBOBJS = @LIBOBJS@
                     80: LIBS = @LIBS@
                     81: LIBTOOL = @LIBTOOL@
                     82: LN_S = @LN_S@
                     83: LTLIBOBJS = @LTLIBOBJS@
                     84: MAKEINFO = @MAKEINFO@
                     85: OBJEXT = @OBJEXT@
                     86: PACKAGE = @PACKAGE@
                     87: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                     88: PACKAGE_NAME = @PACKAGE_NAME@
                     89: PACKAGE_STRING = @PACKAGE_STRING@
                     90: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                     91: PACKAGE_VERSION = @PACKAGE_VERSION@
                     92: PATH_SEPARATOR = @PATH_SEPARATOR@
                     93: PERL = @PERL@
                     94: RANLIB = @RANLIB@
                     95: SET_MAKE = @SET_MAKE@
                     96: SHELL = @SHELL@
                     97: STRIP = @STRIP@
                     98: TME_BUS_SUBDIRS = @TME_BUS_SUBDIRS@
                     99: TME_HOSTS = @TME_HOSTS@
                    100: TME_ICS = @TME_ICS@
                    101: TME_IC_SUBDIRS = @TME_IC_SUBDIRS@
                    102: TME_MACHINE_SUBDIRS = @TME_MACHINE_SUBDIRS@
                    103: TME_PREOPEN = @TME_PREOPEN@
                    104: VERSION = @VERSION@
                    105: YACC = @YACC@
                    106: ac_ct_AR = @ac_ct_AR@
                    107: ac_ct_CC = @ac_ct_CC@
                    108: ac_ct_CXX = @ac_ct_CXX@
                    109: ac_ct_F77 = @ac_ct_F77@
                    110: ac_ct_RANLIB = @ac_ct_RANLIB@
                    111: ac_ct_STRIP = @ac_ct_STRIP@
                    112: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
                    113: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
                    114: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
                    115: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
                    116: am__include = @am__include@
                    117: am__quote = @am__quote@
                    118: bindir = @bindir@
                    119: build = @build@
                    120: build_alias = @build_alias@
                    121: build_cpu = @build_cpu@
                    122: build_os = @build_os@
                    123: build_vendor = @build_vendor@
                    124: datadir = @datadir@
                    125: exec_prefix = @exec_prefix@
                    126: host = @host@
                    127: host_alias = @host_alias@
                    128: host_cpu = @host_cpu@
                    129: host_os = @host_os@
                    130: host_vendor = @host_vendor@
                    131: includedir = @includedir@
                    132: infodir = @infodir@
                    133: install_sh = @install_sh@
                    134: libdir = @libdir@
                    135: libexecdir = @libexecdir@
                    136: localstatedir = @localstatedir@
                    137: mandir = @mandir@
                    138: oldincludedir = @oldincludedir@
                    139: prefix = @prefix@
                    140: program_transform_name = @program_transform_name@
                    141: sbindir = @sbindir@
                    142: sharedstatedir = @sharedstatedir@
                    143: subdirs = @subdirs@
                    144: sysconfdir = @sysconfdir@
                    145: target = @target@
                    146: target_alias = @target_alias@
                    147: target_cpu = @target_cpu@
                    148: target_os = @target_os@
                    149: target_vendor = @target_vendor@
                    150: 
                    151: AUTOMAKE_OPTIONS = 1.4 gnu
                    152: 
                    153: SUBDIRS = @TME_BUS_SUBDIRS@
                    154: DIST_SUBDIRS = multibus
                    155: subdir = bus
                    156: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    157: CONFIG_HEADER = $(top_builddir)/config.h
                    158: CONFIG_CLEAN_FILES =
                    159: DIST_SOURCES =
                    160: 
                    161: RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
                    162:        ps-recursive install-info-recursive uninstall-info-recursive \
                    163:        all-recursive install-data-recursive install-exec-recursive \
                    164:        installdirs-recursive install-recursive uninstall-recursive \
                    165:        check-recursive installcheck-recursive
                    166: DIST_COMMON = Makefile.am Makefile.in
                    167: all: all-recursive
                    168: 
                    169: .SUFFIXES:
                    170: $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
                    171:        cd $(top_srcdir) && \
                    172:          $(AUTOMAKE) --gnu  bus/Makefile
                    173: Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
                    174:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
                    175: 
                    176: mostlyclean-libtool:
                    177:        -rm -f *.lo
                    178: 
                    179: clean-libtool:
                    180:        -rm -rf .libs _libs
                    181: 
                    182: distclean-libtool:
                    183:        -rm -f libtool
                    184: uninstall-info-am:
                    185: 
                    186: # This directory's subdirectories are mostly independent; you can cd
                    187: # into them and run `make' without going through this Makefile.
                    188: # To change the values of `make' variables: instead of editing Makefiles,
                    189: # (1) if the variable is set in `config.status', edit `config.status'
                    190: #     (which will cause the Makefiles to be regenerated when you run `make');
                    191: # (2) otherwise, pass the desired values on the `make' command line.
                    192: $(RECURSIVE_TARGETS):
                    193:        @set fnord $$MAKEFLAGS; amf=$$2; \
                    194:        dot_seen=no; \
                    195:        target=`echo $@ | sed s/-recursive//`; \
                    196:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    197:          echo "Making $$target in $$subdir"; \
                    198:          if test "$$subdir" = "."; then \
                    199:            dot_seen=yes; \
                    200:            local_target="$$target-am"; \
                    201:          else \
                    202:            local_target="$$target"; \
                    203:          fi; \
                    204:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    205:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    206:        done; \
                    207:        if test "$$dot_seen" = "no"; then \
                    208:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    209:        fi; test -z "$$fail"
                    210: 
                    211: mostlyclean-recursive clean-recursive distclean-recursive \
                    212: maintainer-clean-recursive:
                    213:        @set fnord $$MAKEFLAGS; amf=$$2; \
                    214:        dot_seen=no; \
                    215:        case "$@" in \
                    216:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    217:          *) list='$(SUBDIRS)' ;; \
                    218:        esac; \
                    219:        rev=''; for subdir in $$list; do \
                    220:          if test "$$subdir" = "."; then :; else \
                    221:            rev="$$subdir $$rev"; \
                    222:          fi; \
                    223:        done; \
                    224:        rev="$$rev ."; \
                    225:        target=`echo $@ | sed s/-recursive//`; \
                    226:        for subdir in $$rev; do \
                    227:          echo "Making $$target in $$subdir"; \
                    228:          if test "$$subdir" = "."; then \
                    229:            local_target="$$target-am"; \
                    230:          else \
                    231:            local_target="$$target"; \
                    232:          fi; \
                    233:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    234:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    235:        done && test -z "$$fail"
                    236: tags-recursive:
                    237:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    238:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    239:        done
                    240: ctags-recursive:
                    241:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    242:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
                    243:        done
                    244: 
                    245: ETAGS = etags
                    246: ETAGSFLAGS =
                    247: 
                    248: CTAGS = ctags
                    249: CTAGSFLAGS =
                    250: 
                    251: tags: TAGS
                    252: 
                    253: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    254:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    255:        unique=`for i in $$list; do \
                    256:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    257:          done | \
                    258:          $(AWK) '    { files[$$0] = 1; } \
                    259:               END { for (i in files) print i; }'`; \
                    260:        mkid -fID $$unique
                    261: 
                    262: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    263:                $(TAGS_FILES) $(LISP)
                    264:        tags=; \
                    265:        here=`pwd`; \
                    266:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    267:          if test "$$subdir" = .; then :; else \
                    268:            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
                    269:          fi; \
                    270:        done; \
                    271:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    272:        unique=`for i in $$list; do \
                    273:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    274:          done | \
                    275:          $(AWK) '    { files[$$0] = 1; } \
                    276:               END { for (i in files) print i; }'`; \
                    277:        test -z "$(ETAGS_ARGS)$$tags$$unique" \
                    278:          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    279:             $$tags $$unique
                    280: 
                    281: ctags: CTAGS
                    282: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    283:                $(TAGS_FILES) $(LISP)
                    284:        tags=; \
                    285:        here=`pwd`; \
                    286:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    287:        unique=`for i in $$list; do \
                    288:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    289:          done | \
                    290:          $(AWK) '    { files[$$0] = 1; } \
                    291:               END { for (i in files) print i; }'`; \
                    292:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    293:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    294:             $$tags $$unique
                    295: 
                    296: GTAGS:
                    297:        here=`$(am__cd) $(top_builddir) && pwd` \
                    298:          && cd $(top_srcdir) \
                    299:          && gtags -i $(GTAGS_ARGS) $$here
                    300: 
                    301: distclean-tags:
                    302:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    303: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    304: 
                    305: top_distdir = ..
                    306: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
                    307: 
                    308: distdir: $(DISTFILES)
                    309:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
                    310:        list='$(DISTFILES)'; for file in $$list; do \
                    311:          case $$file in \
                    312:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
                    313:          esac; \
                    314:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    315:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    316:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    317:            dir="/$$dir"; \
                    318:            $(mkinstalldirs) "$(distdir)$$dir"; \
                    319:          else \
                    320:            dir=''; \
                    321:          fi; \
                    322:          if test -d $$d/$$file; then \
                    323:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    324:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    325:            fi; \
                    326:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
                    327:          else \
                    328:            test -f $(distdir)/$$file \
                    329:            || cp -p $$d/$$file $(distdir)/$$file \
                    330:            || exit 1; \
                    331:          fi; \
                    332:        done
                    333:        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    334:          if test "$$subdir" = .; then :; else \
                    335:            test -d $(distdir)/$$subdir \
                    336:            || mkdir $(distdir)/$$subdir \
                    337:            || exit 1; \
                    338:            (cd $$subdir && \
                    339:              $(MAKE) $(AM_MAKEFLAGS) \
                    340:                top_distdir="$(top_distdir)" \
                    341:                distdir=../$(distdir)/$$subdir \
                    342:                distdir) \
                    343:              || exit 1; \
                    344:          fi; \
                    345:        done
                    346: check-am: all-am
                    347: check: check-recursive
                    348: all-am: Makefile
                    349: installdirs: installdirs-recursive
                    350: installdirs-am:
                    351: 
                    352: install: install-recursive
                    353: install-exec: install-exec-recursive
                    354: install-data: install-data-recursive
                    355: uninstall: uninstall-recursive
                    356: 
                    357: install-am: all-am
                    358:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    359: 
                    360: installcheck: installcheck-recursive
                    361: install-strip:
                    362:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    363:          INSTALL_STRIP_FLAG=-s \
                    364:          `test -z '$(STRIP)' || \
                    365:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    366: mostlyclean-generic:
                    367: 
                    368: clean-generic:
                    369: 
                    370: distclean-generic:
                    371:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    372: 
                    373: maintainer-clean-generic:
                    374:        @echo "This command is intended for maintainers to use"
                    375:        @echo "it deletes files that may require special tools to rebuild."
                    376: clean: clean-recursive
                    377: 
                    378: clean-am: clean-generic clean-libtool mostlyclean-am
                    379: 
                    380: distclean: distclean-recursive
                    381: 
                    382: distclean-am: clean-am distclean-generic distclean-libtool \
                    383:        distclean-tags
                    384: 
                    385: dvi: dvi-recursive
                    386: 
                    387: dvi-am:
                    388: 
                    389: info: info-recursive
                    390: 
                    391: info-am:
                    392: 
                    393: install-data-am:
                    394: 
                    395: install-exec-am:
                    396: 
                    397: install-info: install-info-recursive
                    398: 
                    399: install-man:
                    400: 
                    401: installcheck-am:
                    402: 
                    403: maintainer-clean: maintainer-clean-recursive
                    404: 
                    405: maintainer-clean-am: distclean-am maintainer-clean-generic
                    406: 
                    407: mostlyclean: mostlyclean-recursive
                    408: 
                    409: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    410: 
                    411: pdf: pdf-recursive
                    412: 
                    413: pdf-am:
                    414: 
                    415: ps: ps-recursive
                    416: 
                    417: ps-am:
                    418: 
                    419: uninstall-am: uninstall-info-am
                    420: 
                    421: uninstall-info: uninstall-info-recursive
                    422: 
                    423: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
                    424:        clean-generic clean-libtool clean-recursive ctags \
                    425:        ctags-recursive distclean distclean-generic distclean-libtool \
                    426:        distclean-recursive distclean-tags distdir dvi dvi-am \
                    427:        dvi-recursive info info-am info-recursive install install-am \
                    428:        install-data install-data-am install-data-recursive \
                    429:        install-exec install-exec-am install-exec-recursive \
                    430:        install-info install-info-am install-info-recursive install-man \
                    431:        install-recursive install-strip installcheck installcheck-am \
                    432:        installdirs installdirs-am installdirs-recursive \
                    433:        maintainer-clean maintainer-clean-generic \
                    434:        maintainer-clean-recursive mostlyclean mostlyclean-generic \
                    435:        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
                    436:        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
                    437:        uninstall uninstall-am uninstall-info-am \
                    438:        uninstall-info-recursive uninstall-recursive
                    439: 
                    440: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    441: # Otherwise a system limit (for SysV at least) may be exceeded.
                    442: .NOEXPORT:

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.