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

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

unix.superglobalmegacorp.com

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