Annotation of tme/host/Makefile.in, revision 1.1.1.3

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

unix.superglobalmegacorp.com

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