Annotation of tme/machine/sun/Makefile.in, revision 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 machine/sun:
        !            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: INCLUDES = -I$(top_srcdir) -I$(srcdir) -I. -D_TME_IMPL
        !           154: 
        !           155: pkglib_LTLIBRARIES = libtme-machine-sun.la
        !           156: libtme_machine_sun_la_SOURCES = sun-mmu.c
        !           157: libtme_machine_sun_la_LDFLAGS = -version-info 0:0:0
        !           158: libtme_machine_sun_la_LIBADD = $(top_builddir)/libtme/libtme.la \
        !           159:        $(top_builddir)/generic/libtme-generic.la
        !           160: 
        !           161: 
        !           162: bin_SCRIPTS = tme-sun-idprom
        !           163: 
        !           164: EXTRA_DIST = tme-sun-idprom.pl
        !           165: subdir = machine/sun
        !           166: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
        !           167: CONFIG_HEADER = $(top_builddir)/config.h
        !           168: CONFIG_CLEAN_FILES =
        !           169: LTLIBRARIES = $(pkglib_LTLIBRARIES)
        !           170: 
        !           171: libtme_machine_sun_la_DEPENDENCIES = $(top_builddir)/libtme/libtme.la \
        !           172:        $(top_builddir)/generic/libtme-generic.la
        !           173: am_libtme_machine_sun_la_OBJECTS = sun-mmu.lo
        !           174: libtme_machine_sun_la_OBJECTS = $(am_libtme_machine_sun_la_OBJECTS)
        !           175: SCRIPTS = $(bin_SCRIPTS)
        !           176: 
        !           177: 
        !           178: DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
        !           179: depcomp = $(SHELL) $(top_srcdir)/depcomp
        !           180: am__depfiles_maybe = depfiles
        !           181: @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/sun-mmu.Plo
        !           182: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        !           183:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           184: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
        !           185:        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           186: CCLD = $(CC)
        !           187: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
        !           188:        $(AM_LDFLAGS) $(LDFLAGS) -o $@
        !           189: DIST_SOURCES = $(libtme_machine_sun_la_SOURCES)
        !           190: DIST_COMMON = Makefile.am Makefile.in
        !           191: SOURCES = $(libtme_machine_sun_la_SOURCES)
        !           192: 
        !           193: all: all-am
        !           194: 
        !           195: .SUFFIXES:
        !           196: .SUFFIXES: .c .lo .o .obj
        !           197: $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
        !           198:        cd $(top_srcdir) && \
        !           199:          $(AUTOMAKE) --gnu  machine/sun/Makefile
        !           200: Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
        !           201:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
        !           202: pkglibLTLIBRARIES_INSTALL = $(INSTALL)
        !           203: install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
        !           204:        @$(NORMAL_INSTALL)
        !           205:        $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
        !           206:        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
        !           207:          if test -f $$p; then \
        !           208:            f="`echo $$p | sed -e 's|^.*/||'`"; \
        !           209:            echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkglibdir)/$$f"; \
        !           210:            $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkglibdir)/$$f; \
        !           211:          else :; fi; \
        !           212:        done
        !           213: 
        !           214: uninstall-pkglibLTLIBRARIES:
        !           215:        @$(NORMAL_UNINSTALL)
        !           216:        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
        !           217:            p="`echo $$p | sed -e 's|^.*/||'`"; \
        !           218:          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p"; \
        !           219:          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p; \
        !           220:        done
        !           221: 
        !           222: clean-pkglibLTLIBRARIES:
        !           223:        -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
        !           224:        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
        !           225:          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
        !           226:          test "$$dir" = "$$p" && dir=.; \
        !           227:          echo "rm -f \"$${dir}/so_locations\""; \
        !           228:          rm -f "$${dir}/so_locations"; \
        !           229:        done
        !           230: libtme-machine-sun.la: $(libtme_machine_sun_la_OBJECTS) $(libtme_machine_sun_la_DEPENDENCIES) 
        !           231:        $(LINK) -rpath $(pkglibdir) $(libtme_machine_sun_la_LDFLAGS) $(libtme_machine_sun_la_OBJECTS) $(libtme_machine_sun_la_LIBADD) $(LIBS)
        !           232: binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
        !           233: install-binSCRIPTS: $(bin_SCRIPTS)
        !           234:        @$(NORMAL_INSTALL)
        !           235:        $(mkinstalldirs) $(DESTDIR)$(bindir)
        !           236:        @list='$(bin_SCRIPTS)'; for p in $$list; do \
        !           237:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
        !           238:          if test -f $$d$$p; then \
        !           239:            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
        !           240:            echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \
        !           241:            $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \
        !           242:          else :; fi; \
        !           243:        done
        !           244: 
        !           245: uninstall-binSCRIPTS:
        !           246:        @$(NORMAL_UNINSTALL)
        !           247:        @list='$(bin_SCRIPTS)'; for p in $$list; do \
        !           248:          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
        !           249:          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
        !           250:          rm -f $(DESTDIR)$(bindir)/$$f; \
        !           251:        done
        !           252: 
        !           253: mostlyclean-compile:
        !           254:        -rm -f *.$(OBJEXT) core *.core
        !           255: 
        !           256: distclean-compile:
        !           257:        -rm -f *.tab.c
        !           258: 
        !           259: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sun-mmu.Plo@am__quote@
        !           260: 
        !           261: distclean-depend:
        !           262:        -rm -rf ./$(DEPDIR)
        !           263: 
        !           264: .c.o:
        !           265: @am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
        !           266: @am__fastdepCC_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
        !           267: @am__fastdepCC_TRUE@   then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
        !           268: @am__fastdepCC_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
        !           269: @am__fastdepCC_TRUE@   fi
        !           270: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
        !           271: @AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
        !           272: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           273: @am__fastdepCC_FALSE@  $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
        !           274: 
        !           275: .c.obj:
        !           276: @am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
        !           277: @am__fastdepCC_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`; \
        !           278: @am__fastdepCC_TRUE@   then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
        !           279: @am__fastdepCC_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
        !           280: @am__fastdepCC_TRUE@   fi
        !           281: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
        !           282: @AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
        !           283: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           284: @am__fastdepCC_FALSE@  $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`
        !           285: 
        !           286: .c.lo:
        !           287: @am__fastdepCC_TRUE@   if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
        !           288: @am__fastdepCC_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
        !           289: @am__fastdepCC_TRUE@   then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
        !           290: @am__fastdepCC_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
        !           291: @am__fastdepCC_TRUE@   fi
        !           292: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
        !           293: @AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
        !           294: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           295: @am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
        !           296: 
        !           297: mostlyclean-libtool:
        !           298:        -rm -f *.lo
        !           299: 
        !           300: clean-libtool:
        !           301:        -rm -rf .libs _libs
        !           302: 
        !           303: distclean-libtool:
        !           304:        -rm -f libtool
        !           305: uninstall-info-am:
        !           306: 
        !           307: ETAGS = etags
        !           308: ETAGSFLAGS =
        !           309: 
        !           310: CTAGS = ctags
        !           311: CTAGSFLAGS =
        !           312: 
        !           313: tags: TAGS
        !           314: 
        !           315: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        !           316:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
        !           317:        unique=`for i in $$list; do \
        !           318:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           319:          done | \
        !           320:          $(AWK) '    { files[$$0] = 1; } \
        !           321:               END { for (i in files) print i; }'`; \
        !           322:        mkid -fID $$unique
        !           323: 
        !           324: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
        !           325:                $(TAGS_FILES) $(LISP)
        !           326:        tags=; \
        !           327:        here=`pwd`; \
        !           328:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
        !           329:        unique=`for i in $$list; do \
        !           330:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           331:          done | \
        !           332:          $(AWK) '    { files[$$0] = 1; } \
        !           333:               END { for (i in files) print i; }'`; \
        !           334:        test -z "$(ETAGS_ARGS)$$tags$$unique" \
        !           335:          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           336:             $$tags $$unique
        !           337: 
        !           338: ctags: CTAGS
        !           339: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
        !           340:                $(TAGS_FILES) $(LISP)
        !           341:        tags=; \
        !           342:        here=`pwd`; \
        !           343:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
        !           344:        unique=`for i in $$list; do \
        !           345:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           346:          done | \
        !           347:          $(AWK) '    { files[$$0] = 1; } \
        !           348:               END { for (i in files) print i; }'`; \
        !           349:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
        !           350:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
        !           351:             $$tags $$unique
        !           352: 
        !           353: GTAGS:
        !           354:        here=`$(am__cd) $(top_builddir) && pwd` \
        !           355:          && cd $(top_srcdir) \
        !           356:          && gtags -i $(GTAGS_ARGS) $$here
        !           357: 
        !           358: distclean-tags:
        !           359:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        !           360: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !           361: 
        !           362: top_distdir = ../..
        !           363: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
        !           364: 
        !           365: distdir: $(DISTFILES)
        !           366:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
        !           367:        list='$(DISTFILES)'; for file in $$list; do \
        !           368:          case $$file in \
        !           369:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
        !           370:          esac; \
        !           371:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
        !           372:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           373:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
        !           374:            dir="/$$dir"; \
        !           375:            $(mkinstalldirs) "$(distdir)$$dir"; \
        !           376:          else \
        !           377:            dir=''; \
        !           378:          fi; \
        !           379:          if test -d $$d/$$file; then \
        !           380:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           381:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
        !           382:            fi; \
        !           383:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
        !           384:          else \
        !           385:            test -f $(distdir)/$$file \
        !           386:            || cp -p $$d/$$file $(distdir)/$$file \
        !           387:            || exit 1; \
        !           388:          fi; \
        !           389:        done
        !           390: check-am: all-am
        !           391: check: check-am
        !           392: all-am: Makefile $(LTLIBRARIES) $(SCRIPTS)
        !           393: 
        !           394: installdirs:
        !           395:        $(mkinstalldirs) $(DESTDIR)$(pkglibdir) $(DESTDIR)$(bindir)
        !           396: 
        !           397: install: install-am
        !           398: install-exec: install-exec-am
        !           399: install-data: install-data-am
        !           400: uninstall: uninstall-am
        !           401: 
        !           402: install-am: all-am
        !           403:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           404: 
        !           405: installcheck: installcheck-am
        !           406: install-strip:
        !           407:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           408:          INSTALL_STRIP_FLAG=-s \
        !           409:          `test -z '$(STRIP)' || \
        !           410:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
        !           411: mostlyclean-generic:
        !           412: 
        !           413: clean-generic:
        !           414: 
        !           415: distclean-generic:
        !           416:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
        !           417: 
        !           418: maintainer-clean-generic:
        !           419:        @echo "This command is intended for maintainers to use"
        !           420:        @echo "it deletes files that may require special tools to rebuild."
        !           421: clean: clean-am
        !           422: 
        !           423: clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
        !           424:        mostlyclean-am
        !           425: 
        !           426: distclean: distclean-am
        !           427: 
        !           428: distclean-am: clean-am distclean-compile distclean-depend \
        !           429:        distclean-generic distclean-libtool distclean-tags
        !           430: 
        !           431: dvi: dvi-am
        !           432: 
        !           433: dvi-am:
        !           434: 
        !           435: info: info-am
        !           436: 
        !           437: info-am:
        !           438: 
        !           439: install-data-am:
        !           440: 
        !           441: install-exec-am: install-binSCRIPTS install-pkglibLTLIBRARIES
        !           442: 
        !           443: install-info: install-info-am
        !           444: 
        !           445: install-man:
        !           446: 
        !           447: installcheck-am:
        !           448: 
        !           449: maintainer-clean: maintainer-clean-am
        !           450: 
        !           451: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           452: 
        !           453: mostlyclean: mostlyclean-am
        !           454: 
        !           455: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
        !           456:        mostlyclean-libtool
        !           457: 
        !           458: pdf: pdf-am
        !           459: 
        !           460: pdf-am:
        !           461: 
        !           462: ps: ps-am
        !           463: 
        !           464: ps-am:
        !           465: 
        !           466: uninstall-am: uninstall-binSCRIPTS uninstall-info-am \
        !           467:        uninstall-pkglibLTLIBRARIES
        !           468: 
        !           469: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
        !           470:        clean-libtool clean-pkglibLTLIBRARIES ctags distclean \
        !           471:        distclean-compile distclean-depend distclean-generic \
        !           472:        distclean-libtool distclean-tags distdir dvi dvi-am info \
        !           473:        info-am install install-am install-binSCRIPTS install-data \
        !           474:        install-data-am install-exec install-exec-am install-info \
        !           475:        install-info-am install-man install-pkglibLTLIBRARIES \
        !           476:        install-strip installcheck installcheck-am installdirs \
        !           477:        maintainer-clean maintainer-clean-generic mostlyclean \
        !           478:        mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \
        !           479:        pdf-am ps ps-am tags uninstall uninstall-am \
        !           480:        uninstall-binSCRIPTS uninstall-info-am \
        !           481:        uninstall-pkglibLTLIBRARIES
        !           482: 
        !           483: 
        !           484: # target to make tme-sun-idprom:
        !           485: tme-sun-idprom: tme-sun-idprom.pl
        !           486:        sed -e s%/usr/pkg/bin/perl%$(PERL)% < $(srcdir)/tme-sun-idprom.pl > $@
        !           487: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           488: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           489: .NOEXPORT:

unix.superglobalmegacorp.com

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