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

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

unix.superglobalmegacorp.com

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