Annotation of tme/libtme/host/Makefile.in, revision 1.1.1.1

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

unix.superglobalmegacorp.com

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