Annotation of tme/machine/sun/Makefile.in, revision 1.1.1.4

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

unix.superglobalmegacorp.com

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