Annotation of tme/host/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 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@
                     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: SUBDIRS = @TME_HOSTS@
                    153: DIST_SUBDIRS = posix bsd
                    154: subdir = host
                    155: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    156: CONFIG_HEADER = $(top_builddir)/config.h
                    157: CONFIG_CLEAN_FILES =
                    158: DIST_SOURCES =
                    159: 
                    160: RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
                    161:        ps-recursive install-info-recursive uninstall-info-recursive \
                    162:        all-recursive install-data-recursive install-exec-recursive \
                    163:        installdirs-recursive install-recursive uninstall-recursive \
                    164:        check-recursive installcheck-recursive
                    165: DIST_COMMON = Makefile.am Makefile.in
                    166: all: all-recursive
                    167: 
                    168: .SUFFIXES:
                    169: $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
                    170:        cd $(top_srcdir) && \
                    171:          $(AUTOMAKE) --gnu  host/Makefile
                    172: Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
                    173:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
                    174: 
                    175: mostlyclean-libtool:
                    176:        -rm -f *.lo
                    177: 
                    178: clean-libtool:
                    179:        -rm -rf .libs _libs
                    180: 
                    181: distclean-libtool:
                    182:        -rm -f libtool
                    183: uninstall-info-am:
                    184: 
                    185: # This directory's subdirectories are mostly independent; you can cd
                    186: # into them and run `make' without going through this Makefile.
                    187: # To change the values of `make' variables: instead of editing Makefiles,
                    188: # (1) if the variable is set in `config.status', edit `config.status'
                    189: #     (which will cause the Makefiles to be regenerated when you run `make');
                    190: # (2) otherwise, pass the desired values on the `make' command line.
                    191: $(RECURSIVE_TARGETS):
                    192:        @set fnord $$MAKEFLAGS; amf=$$2; \
                    193:        dot_seen=no; \
                    194:        target=`echo $@ | sed s/-recursive//`; \
                    195:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    196:          echo "Making $$target in $$subdir"; \
                    197:          if test "$$subdir" = "."; then \
                    198:            dot_seen=yes; \
                    199:            local_target="$$target-am"; \
                    200:          else \
                    201:            local_target="$$target"; \
                    202:          fi; \
                    203:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    204:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    205:        done; \
                    206:        if test "$$dot_seen" = "no"; then \
                    207:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    208:        fi; test -z "$$fail"
                    209: 
                    210: mostlyclean-recursive clean-recursive distclean-recursive \
                    211: maintainer-clean-recursive:
                    212:        @set fnord $$MAKEFLAGS; amf=$$2; \
                    213:        dot_seen=no; \
                    214:        case "$@" in \
                    215:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    216:          *) list='$(SUBDIRS)' ;; \
                    217:        esac; \
                    218:        rev=''; for subdir in $$list; do \
                    219:          if test "$$subdir" = "."; then :; else \
                    220:            rev="$$subdir $$rev"; \
                    221:          fi; \
                    222:        done; \
                    223:        rev="$$rev ."; \
                    224:        target=`echo $@ | sed s/-recursive//`; \
                    225:        for subdir in $$rev; do \
                    226:          echo "Making $$target in $$subdir"; \
                    227:          if test "$$subdir" = "."; then \
                    228:            local_target="$$target-am"; \
                    229:          else \
                    230:            local_target="$$target"; \
                    231:          fi; \
                    232:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    233:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    234:        done && test -z "$$fail"
                    235: tags-recursive:
                    236:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    237:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    238:        done
                    239: ctags-recursive:
                    240:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    241:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
                    242:        done
                    243: 
                    244: ETAGS = etags
                    245: ETAGSFLAGS =
                    246: 
                    247: CTAGS = ctags
                    248: CTAGSFLAGS =
                    249: 
                    250: tags: TAGS
                    251: 
                    252: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    253:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    254:        unique=`for i in $$list; do \
                    255:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    256:          done | \
                    257:          $(AWK) '    { files[$$0] = 1; } \
                    258:               END { for (i in files) print i; }'`; \
                    259:        mkid -fID $$unique
                    260: 
                    261: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    262:                $(TAGS_FILES) $(LISP)
                    263:        tags=; \
                    264:        here=`pwd`; \
                    265:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    266:          if test "$$subdir" = .; then :; else \
                    267:            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
                    268:          fi; \
                    269:        done; \
                    270:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    271:        unique=`for i in $$list; do \
                    272:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    273:          done | \
                    274:          $(AWK) '    { files[$$0] = 1; } \
                    275:               END { for (i in files) print i; }'`; \
                    276:        test -z "$(ETAGS_ARGS)$$tags$$unique" \
                    277:          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    278:             $$tags $$unique
                    279: 
                    280: ctags: CTAGS
                    281: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    282:                $(TAGS_FILES) $(LISP)
                    283:        tags=; \
                    284:        here=`pwd`; \
                    285:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    286:        unique=`for i in $$list; do \
                    287:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    288:          done | \
                    289:          $(AWK) '    { files[$$0] = 1; } \
                    290:               END { for (i in files) print i; }'`; \
                    291:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    292:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    293:             $$tags $$unique
                    294: 
                    295: GTAGS:
                    296:        here=`$(am__cd) $(top_builddir) && pwd` \
                    297:          && cd $(top_srcdir) \
                    298:          && gtags -i $(GTAGS_ARGS) $$here
                    299: 
                    300: distclean-tags:
                    301:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    302: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    303: 
                    304: top_distdir = ..
                    305: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
                    306: 
                    307: distdir: $(DISTFILES)
                    308:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
                    309:        list='$(DISTFILES)'; for file in $$list; do \
                    310:          case $$file in \
                    311:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
                    312:          esac; \
                    313:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    314:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    315:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    316:            dir="/$$dir"; \
                    317:            $(mkinstalldirs) "$(distdir)$$dir"; \
                    318:          else \
                    319:            dir=''; \
                    320:          fi; \
                    321:          if test -d $$d/$$file; then \
                    322:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    323:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    324:            fi; \
                    325:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
                    326:          else \
                    327:            test -f $(distdir)/$$file \
                    328:            || cp -p $$d/$$file $(distdir)/$$file \
                    329:            || exit 1; \
                    330:          fi; \
                    331:        done
                    332:        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    333:          if test "$$subdir" = .; then :; else \
                    334:            test -d $(distdir)/$$subdir \
                    335:            || mkdir $(distdir)/$$subdir \
                    336:            || exit 1; \
                    337:            (cd $$subdir && \
                    338:              $(MAKE) $(AM_MAKEFLAGS) \
                    339:                top_distdir="$(top_distdir)" \
                    340:                distdir=../$(distdir)/$$subdir \
                    341:                distdir) \
                    342:              || exit 1; \
                    343:          fi; \
                    344:        done
                    345: check-am: all-am
                    346: check: check-recursive
                    347: all-am: Makefile
                    348: installdirs: installdirs-recursive
                    349: installdirs-am:
                    350: 
                    351: install: install-recursive
                    352: install-exec: install-exec-recursive
                    353: install-data: install-data-recursive
                    354: uninstall: uninstall-recursive
                    355: 
                    356: install-am: all-am
                    357:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    358: 
                    359: installcheck: installcheck-recursive
                    360: install-strip:
                    361:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    362:          INSTALL_STRIP_FLAG=-s \
                    363:          `test -z '$(STRIP)' || \
                    364:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    365: mostlyclean-generic:
                    366: 
                    367: clean-generic:
                    368: 
                    369: distclean-generic:
                    370:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    371: 
                    372: maintainer-clean-generic:
                    373:        @echo "This command is intended for maintainers to use"
                    374:        @echo "it deletes files that may require special tools to rebuild."
                    375: clean: clean-recursive
                    376: 
                    377: clean-am: clean-generic clean-libtool mostlyclean-am
                    378: 
                    379: distclean: distclean-recursive
                    380: 
                    381: distclean-am: clean-am distclean-generic distclean-libtool \
                    382:        distclean-tags
                    383: 
                    384: dvi: dvi-recursive
                    385: 
                    386: dvi-am:
                    387: 
                    388: info: info-recursive
                    389: 
                    390: info-am:
                    391: 
                    392: install-data-am:
                    393: 
                    394: install-exec-am:
                    395: 
                    396: install-info: install-info-recursive
                    397: 
                    398: install-man:
                    399: 
                    400: installcheck-am:
                    401: 
                    402: maintainer-clean: maintainer-clean-recursive
                    403: 
                    404: maintainer-clean-am: distclean-am maintainer-clean-generic
                    405: 
                    406: mostlyclean: mostlyclean-recursive
                    407: 
                    408: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    409: 
                    410: pdf: pdf-recursive
                    411: 
                    412: pdf-am:
                    413: 
                    414: ps: ps-recursive
                    415: 
                    416: ps-am:
                    417: 
                    418: uninstall-am: uninstall-info-am
                    419: 
                    420: uninstall-info: uninstall-info-recursive
                    421: 
                    422: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
                    423:        clean-generic clean-libtool clean-recursive ctags \
                    424:        ctags-recursive distclean distclean-generic distclean-libtool \
                    425:        distclean-recursive distclean-tags distdir dvi dvi-am \
                    426:        dvi-recursive info info-am info-recursive install install-am \
                    427:        install-data install-data-am install-data-recursive \
                    428:        install-exec install-exec-am install-exec-recursive \
                    429:        install-info install-info-am install-info-recursive install-man \
                    430:        install-recursive install-strip installcheck installcheck-am \
                    431:        installdirs installdirs-am installdirs-recursive \
                    432:        maintainer-clean maintainer-clean-generic \
                    433:        maintainer-clean-recursive mostlyclean mostlyclean-generic \
                    434:        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
                    435:        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
                    436:        uninstall uninstall-am uninstall-info-am \
                    437:        uninstall-info-recursive uninstall-recursive
                    438: 
                    439: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    440: # Otherwise a system limit (for SysV at least) may be exceeded.
                    441: .NOEXPORT:

unix.superglobalmegacorp.com

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