Annotation of tme/generic/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 generic/:
                     18: 
                     19: # $Id: modules,v 1.1 2003/05/16 21:48:04 fredette Exp $
                     20: 
                     21: # Copyright (c) 2003 Matt Fredette
                     22: # All rights reserved.
                     23: #
                     24: # Redistribution and use in source and binary forms, with or without
                     25: # modification, are permitted provided that the following conditions
                     26: # are met:
                     27: # 1. Redistributions of source code must retain the above copyright
                     28: #    notice, this list of conditions and the following disclaimer.
                     29: # 2. Redistributions in binary form must reproduce the above copyright
                     30: #    notice, this list of conditions and the following disclaimer in the
                     31: #    documentation and/or other materials provided with the distribution.
                     32: # 3. All advertising materials mentioning features or use of this software
                     33: #    must display the following acknowledgement:
                     34: #      This product includes software developed by Matt Fredette.
                     35: # 4. The name of the author may not be used to endorse or promote products
                     36: #    derived from this software without specific prior written permission.
                     37: #
                     38: # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
                     39: # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
                     40: # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
                     41: # DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
                     42: # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
                     43: # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
                     44: # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
                     45: # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
                     46: # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
                     47: # ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
                     48: # POSSIBILITY OF SUCH DAMAGE.
                     49: 
                     50: srcdir = @srcdir@
                     51: top_srcdir = @top_srcdir@
                     52: VPATH = @srcdir@
                     53: pkgdatadir = $(datadir)/@PACKAGE@
                     54: pkglibdir = $(libdir)/@PACKAGE@
                     55: pkgincludedir = $(includedir)/@PACKAGE@
                     56: top_builddir = ..
                     57: 
                     58: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     59: INSTALL = @INSTALL@
                     60: install_sh_DATA = $(install_sh) -c -m 644
                     61: install_sh_PROGRAM = $(install_sh) -c
                     62: install_sh_SCRIPT = $(install_sh) -c
                     63: INSTALL_HEADER = $(INSTALL_DATA)
                     64: transform = $(program_transform_name)
                     65: NORMAL_INSTALL = :
                     66: PRE_INSTALL = :
                     67: POST_INSTALL = :
                     68: NORMAL_UNINSTALL = :
                     69: PRE_UNINSTALL = :
                     70: POST_UNINSTALL = :
                     71: build_triplet = @build@
                     72: host_triplet = @host@
                     73: target_triplet = @target@
                     74: ACLOCAL = @ACLOCAL@
                     75: AMDEP_FALSE = @AMDEP_FALSE@
                     76: AMDEP_TRUE = @AMDEP_TRUE@
                     77: AMTAR = @AMTAR@
                     78: AR = @AR@
                     79: AUTOCONF = @AUTOCONF@
                     80: AUTOHEADER = @AUTOHEADER@
                     81: AUTOMAKE = @AUTOMAKE@
                     82: AWK = @AWK@
                     83: CC = @CC@
                     84: CCDEPMODE = @CCDEPMODE@
                     85: CFLAGS = @CFLAGS@
1.1.1.3 ! root       86: CFLAGS_NO_STRICT_ALIASING = @CFLAGS_NO_STRICT_ALIASING@
1.1       root       87: CPP = @CPP@
                     88: CPPFLAGS = @CPPFLAGS@
                     89: CXX = @CXX@
                     90: CXXCPP = @CXXCPP@
                     91: CXXDEPMODE = @CXXDEPMODE@
                     92: CXXFLAGS = @CXXFLAGS@
                     93: CYGPATH_W = @CYGPATH_W@
                     94: DEFS = @DEFS@
                     95: DEPDIR = @DEPDIR@
                     96: ECHO = @ECHO@
                     97: ECHO_C = @ECHO_C@
                     98: ECHO_N = @ECHO_N@
                     99: ECHO_T = @ECHO_T@
                    100: EGREP = @EGREP@
                    101: EXEEXT = @EXEEXT@
                    102: F77 = @F77@
                    103: FFLAGS = @FFLAGS@
1.1.1.2   root      104: GTK_CFLAGS = @GTK_CFLAGS@
                    105: GTK_CONFIG = @GTK_CONFIG@
                    106: GTK_LIBS = @GTK_LIBS@
1.1       root      107: INCLTDL = @INCLTDL@
                    108: INSTALL_DATA = @INSTALL_DATA@
                    109: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    110: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    111: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    112: LDFLAGS = @LDFLAGS@
                    113: LIBLTDL = @LIBLTDL@
                    114: LIBOBJS = @LIBOBJS@
                    115: LIBS = @LIBS@
                    116: LIBTOOL = @LIBTOOL@
                    117: LN_S = @LN_S@
                    118: LTLIBOBJS = @LTLIBOBJS@
                    119: MAKEINFO = @MAKEINFO@
                    120: OBJEXT = @OBJEXT@
                    121: PACKAGE = @PACKAGE@
                    122: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    123: PACKAGE_NAME = @PACKAGE_NAME@
                    124: PACKAGE_STRING = @PACKAGE_STRING@
                    125: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    126: PACKAGE_VERSION = @PACKAGE_VERSION@
                    127: PATH_SEPARATOR = @PATH_SEPARATOR@
                    128: PERL = @PERL@
                    129: RANLIB = @RANLIB@
                    130: SET_MAKE = @SET_MAKE@
                    131: SHELL = @SHELL@
                    132: STRIP = @STRIP@
                    133: TME_BUS_SUBDIRS = @TME_BUS_SUBDIRS@
1.1.1.2   root      134: TME_FB_XLAT_DST = @TME_FB_XLAT_DST@
                    135: TME_FB_XLAT_SRC = @TME_FB_XLAT_SRC@
1.1       root      136: TME_HOSTS = @TME_HOSTS@
                    137: TME_ICS = @TME_ICS@
                    138: TME_IC_SUBDIRS = @TME_IC_SUBDIRS@
                    139: TME_MACHINE_SUBDIRS = @TME_MACHINE_SUBDIRS@
                    140: TME_PREOPEN = @TME_PREOPEN@
1.1.1.2   root      141: TME_SERIALS = @TME_SERIALS@
                    142: TME_SERIAL_SUBDIRS = @TME_SERIAL_SUBDIRS@
1.1       root      143: VERSION = @VERSION@
1.1.1.2   root      144: X_CFLAGS = @X_CFLAGS@
                    145: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    146: X_LIBS = @X_LIBS@
                    147: X_PRE_LIBS = @X_PRE_LIBS@
1.1       root      148: YACC = @YACC@
                    149: ac_ct_AR = @ac_ct_AR@
                    150: ac_ct_CC = @ac_ct_CC@
                    151: ac_ct_CXX = @ac_ct_CXX@
                    152: ac_ct_F77 = @ac_ct_F77@
                    153: ac_ct_RANLIB = @ac_ct_RANLIB@
                    154: ac_ct_STRIP = @ac_ct_STRIP@
                    155: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
                    156: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
                    157: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
                    158: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
                    159: am__include = @am__include@
                    160: am__quote = @am__quote@
                    161: bindir = @bindir@
                    162: build = @build@
                    163: build_alias = @build_alias@
                    164: build_cpu = @build_cpu@
                    165: build_os = @build_os@
                    166: build_vendor = @build_vendor@
                    167: datadir = @datadir@
                    168: exec_prefix = @exec_prefix@
                    169: host = @host@
                    170: host_alias = @host_alias@
                    171: host_cpu = @host_cpu@
                    172: host_os = @host_os@
                    173: host_vendor = @host_vendor@
                    174: includedir = @includedir@
                    175: infodir = @infodir@
                    176: install_sh = @install_sh@
                    177: libdir = @libdir@
                    178: libexecdir = @libexecdir@
                    179: localstatedir = @localstatedir@
                    180: mandir = @mandir@
                    181: oldincludedir = @oldincludedir@
                    182: prefix = @prefix@
                    183: program_transform_name = @program_transform_name@
                    184: sbindir = @sbindir@
                    185: sharedstatedir = @sharedstatedir@
                    186: subdirs = @subdirs@
                    187: sysconfdir = @sysconfdir@
                    188: target = @target@
                    189: target_alias = @target_alias@
                    190: target_cpu = @target_cpu@
                    191: target_os = @target_os@
                    192: target_vendor = @target_vendor@
                    193: 
                    194: AUTOMAKE_OPTIONS = 1.4 gnu
                    195: 
                    196: INCLUDES = -I$(top_srcdir) -I$(srcdir) -I. -D_TME_IMPL
                    197: 
                    198: lib_LTLIBRARIES = libtme-generic.la
1.1.1.2   root      199: libtme_generic_la_SOURCES = bus.c \
                    200:        bus-device.c \
                    201:        serial.c \
                    202:        ethernet.c \
                    203:        fb.c \
                    204:        scsi.c \
                    205:        disk.c \
                    206:        tape.c \
                    207:        mouse.c \
1.1.1.3 ! root      208:        float.c \
1.1.1.2   root      209:        keyboard.c
                    210: 
1.1       root      211: libtme_generic_la_LDFLAGS = -version-info 0:0:0
                    212: 
                    213: pkglib_LTLIBRARIES = tme_generic.la
                    214: tme_generic_la_SOURCES = bus-el.c
                    215: tme_generic_la_LDFLAGS = -module -version-info 0:0:0
                    216: tme_generic_la_LIBADD = libtme-generic.la
1.1.1.2   root      217: 
1.1.1.3 ! root      218: EXTRA_DIST = fb-xlat-auto.sh \
        !           219:        float-auto.sh \
        !           220:        float-auto.c \
        !           221:        bus-device-auto.sh \
        !           222:        bus-device-auto.c
        !           223: 
1.1       root      224: subdir = generic
                    225: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                    226: CONFIG_HEADER = $(top_builddir)/config.h
                    227: CONFIG_CLEAN_FILES =
                    228: LTLIBRARIES = $(lib_LTLIBRARIES) $(pkglib_LTLIBRARIES)
                    229: 
                    230: libtme_generic_la_LIBADD =
                    231: am_libtme_generic_la_OBJECTS = bus.lo bus-device.lo serial.lo \
1.1.1.3 ! root      232:        ethernet.lo fb.lo scsi.lo disk.lo tape.lo mouse.lo float.lo \
        !           233:        keyboard.lo
1.1       root      234: libtme_generic_la_OBJECTS = $(am_libtme_generic_la_OBJECTS)
                    235: tme_generic_la_DEPENDENCIES = libtme-generic.la
                    236: am_tme_generic_la_OBJECTS = bus-el.lo
                    237: tme_generic_la_OBJECTS = $(am_tme_generic_la_OBJECTS)
                    238: 
                    239: DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
                    240: depcomp = $(SHELL) $(top_srcdir)/depcomp
                    241: am__depfiles_maybe = depfiles
                    242: @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/bus-device.Plo \
                    243: @AMDEP_TRUE@   ./$(DEPDIR)/bus-el.Plo ./$(DEPDIR)/bus.Plo \
1.1.1.2   root      244: @AMDEP_TRUE@   ./$(DEPDIR)/disk.Plo ./$(DEPDIR)/ethernet.Plo \
1.1.1.3 ! root      245: @AMDEP_TRUE@   ./$(DEPDIR)/fb.Plo ./$(DEPDIR)/float.Plo \
        !           246: @AMDEP_TRUE@   ./$(DEPDIR)/keyboard.Plo ./$(DEPDIR)/mouse.Plo \
        !           247: @AMDEP_TRUE@   ./$(DEPDIR)/scsi.Plo ./$(DEPDIR)/serial.Plo \
        !           248: @AMDEP_TRUE@   ./$(DEPDIR)/tape.Plo
1.1       root      249: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    250:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    251: LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
                    252:        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    253: CCLD = $(CC)
                    254: LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
                    255:        $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    256: DIST_SOURCES = $(libtme_generic_la_SOURCES) $(tme_generic_la_SOURCES)
                    257: DIST_COMMON = $(top_srcdir)/modules Makefile.am Makefile.in
                    258: SOURCES = $(libtme_generic_la_SOURCES) $(tme_generic_la_SOURCES)
                    259: 
                    260: all: all-am
                    261: 
                    262: .SUFFIXES:
                    263: .SUFFIXES: .c .lo .o .obj
                    264: $(srcdir)/Makefile.in:  Makefile.am $(top_srcdir)/modules $(top_srcdir)/configure.in $(ACLOCAL_M4)
                    265:        cd $(top_srcdir) && \
                    266:          $(AUTOMAKE) --gnu  generic/Makefile
                    267: Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
                    268:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
                    269: libLTLIBRARIES_INSTALL = $(INSTALL)
                    270: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
                    271:        @$(NORMAL_INSTALL)
                    272:        $(mkinstalldirs) $(DESTDIR)$(libdir)
                    273:        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
                    274:          if test -f $$p; then \
                    275:            f="`echo $$p | sed -e 's|^.*/||'`"; \
                    276:            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
                    277:            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
                    278:          else :; fi; \
                    279:        done
                    280: 
                    281: uninstall-libLTLIBRARIES:
                    282:        @$(NORMAL_UNINSTALL)
                    283:        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
                    284:            p="`echo $$p | sed -e 's|^.*/||'`"; \
                    285:          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
                    286:          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
                    287:        done
                    288: 
                    289: clean-libLTLIBRARIES:
                    290:        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
                    291:        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
                    292:          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
                    293:          test "$$dir" = "$$p" && dir=.; \
                    294:          echo "rm -f \"$${dir}/so_locations\""; \
                    295:          rm -f "$${dir}/so_locations"; \
                    296:        done
                    297: pkglibLTLIBRARIES_INSTALL = $(INSTALL)
                    298: install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
                    299:        @$(NORMAL_INSTALL)
                    300:        $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
                    301:        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
                    302:          if test -f $$p; then \
                    303:            f="`echo $$p | sed -e 's|^.*/||'`"; \
                    304:            echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkglibdir)/$$f"; \
                    305:            $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkglibdir)/$$f; \
                    306:          else :; fi; \
                    307:        done
                    308: 
                    309: uninstall-pkglibLTLIBRARIES:
                    310:        @$(NORMAL_UNINSTALL)
                    311:        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
                    312:            p="`echo $$p | sed -e 's|^.*/||'`"; \
                    313:          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p"; \
                    314:          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p; \
                    315:        done
                    316: 
                    317: clean-pkglibLTLIBRARIES:
                    318:        -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
                    319:        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
                    320:          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
                    321:          test "$$dir" = "$$p" && dir=.; \
                    322:          echo "rm -f \"$${dir}/so_locations\""; \
                    323:          rm -f "$${dir}/so_locations"; \
                    324:        done
                    325: libtme-generic.la: $(libtme_generic_la_OBJECTS) $(libtme_generic_la_DEPENDENCIES) 
                    326:        $(LINK) -rpath $(libdir) $(libtme_generic_la_LDFLAGS) $(libtme_generic_la_OBJECTS) $(libtme_generic_la_LIBADD) $(LIBS)
                    327: tme_generic.la: $(tme_generic_la_OBJECTS) $(tme_generic_la_DEPENDENCIES) 
                    328:        $(LINK) -rpath $(pkglibdir) $(tme_generic_la_LDFLAGS) $(tme_generic_la_OBJECTS) $(tme_generic_la_LIBADD) $(LIBS)
                    329: 
                    330: mostlyclean-compile:
                    331:        -rm -f *.$(OBJEXT) core *.core
                    332: 
                    333: distclean-compile:
                    334:        -rm -f *.tab.c
                    335: 
                    336: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bus-device.Plo@am__quote@
                    337: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bus-el.Plo@am__quote@
                    338: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bus.Plo@am__quote@
1.1.1.2   root      339: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disk.Plo@am__quote@
1.1       root      340: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ethernet.Plo@am__quote@
1.1.1.2   root      341: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fb.Plo@am__quote@
1.1.1.3 ! root      342: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/float.Plo@am__quote@
1.1.1.2   root      343: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyboard.Plo@am__quote@
                    344: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mouse.Plo@am__quote@
                    345: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi.Plo@am__quote@
1.1       root      346: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/serial.Plo@am__quote@
1.1.1.2   root      347: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tape.Plo@am__quote@
1.1       root      348: 
                    349: distclean-depend:
                    350:        -rm -rf ./$(DEPDIR)
                    351: 
                    352: .c.o:
                    353: @am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
                    354: @am__fastdepCC_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
                    355: @am__fastdepCC_TRUE@   then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
                    356: @am__fastdepCC_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
                    357: @am__fastdepCC_TRUE@   fi
                    358: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    359: @AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    360: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    361: @am__fastdepCC_FALSE@  $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
                    362: 
                    363: .c.obj:
                    364: @am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
                    365: @am__fastdepCC_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`; \
                    366: @am__fastdepCC_TRUE@   then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
                    367: @am__fastdepCC_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
                    368: @am__fastdepCC_TRUE@   fi
                    369: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    370: @AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    371: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    372: @am__fastdepCC_FALSE@  $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`
                    373: 
                    374: .c.lo:
                    375: @am__fastdepCC_TRUE@   if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
                    376: @am__fastdepCC_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
                    377: @am__fastdepCC_TRUE@   then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
                    378: @am__fastdepCC_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
                    379: @am__fastdepCC_TRUE@   fi
                    380: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
                    381: @AMDEP_TRUE@@am__fastdepCC_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
                    382: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    383: @am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
                    384: 
                    385: mostlyclean-libtool:
                    386:        -rm -f *.lo
                    387: 
                    388: clean-libtool:
                    389:        -rm -rf .libs _libs
                    390: 
                    391: distclean-libtool:
                    392:        -rm -f libtool
                    393: uninstall-info-am:
                    394: 
                    395: ETAGS = etags
                    396: ETAGSFLAGS =
                    397: 
                    398: CTAGS = ctags
                    399: CTAGSFLAGS =
                    400: 
                    401: tags: TAGS
                    402: 
                    403: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    404:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    405:        unique=`for i in $$list; do \
                    406:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    407:          done | \
                    408:          $(AWK) '    { files[$$0] = 1; } \
                    409:               END { for (i in files) print i; }'`; \
                    410:        mkid -fID $$unique
                    411: 
                    412: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    413:                $(TAGS_FILES) $(LISP)
                    414:        tags=; \
                    415:        here=`pwd`; \
                    416:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    417:        unique=`for i in $$list; do \
                    418:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    419:          done | \
                    420:          $(AWK) '    { files[$$0] = 1; } \
                    421:               END { for (i in files) print i; }'`; \
                    422:        test -z "$(ETAGS_ARGS)$$tags$$unique" \
                    423:          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    424:             $$tags $$unique
                    425: 
                    426: ctags: CTAGS
                    427: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    428:                $(TAGS_FILES) $(LISP)
                    429:        tags=; \
                    430:        here=`pwd`; \
                    431:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    432:        unique=`for i in $$list; do \
                    433:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    434:          done | \
                    435:          $(AWK) '    { files[$$0] = 1; } \
                    436:               END { for (i in files) print i; }'`; \
                    437:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    438:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    439:             $$tags $$unique
                    440: 
                    441: GTAGS:
                    442:        here=`$(am__cd) $(top_builddir) && pwd` \
                    443:          && cd $(top_srcdir) \
                    444:          && gtags -i $(GTAGS_ARGS) $$here
                    445: 
                    446: distclean-tags:
                    447:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    448: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    449: 
                    450: top_distdir = ..
                    451: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
                    452: 
                    453: distdir: $(DISTFILES)
                    454:        $(mkinstalldirs) $(distdir)/$(top_srcdir)
                    455:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
                    456:        list='$(DISTFILES)'; for file in $$list; do \
                    457:          case $$file in \
                    458:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
                    459:          esac; \
                    460:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    461:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    462:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    463:            dir="/$$dir"; \
                    464:            $(mkinstalldirs) "$(distdir)$$dir"; \
                    465:          else \
                    466:            dir=''; \
                    467:          fi; \
                    468:          if test -d $$d/$$file; then \
                    469:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    470:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    471:            fi; \
                    472:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
                    473:          else \
                    474:            test -f $(distdir)/$$file \
                    475:            || cp -p $$d/$$file $(distdir)/$$file \
                    476:            || exit 1; \
                    477:          fi; \
                    478:        done
                    479: check-am: all-am
                    480: check: check-am
                    481: all-am: Makefile $(LTLIBRARIES) all-local
                    482: 
                    483: installdirs:
                    484:        $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(pkglibdir)
                    485: 
                    486: install: install-am
                    487: install-exec: install-exec-am
                    488: install-data: install-data-am
                    489: uninstall: uninstall-am
                    490: 
                    491: install-am: all-am
                    492:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    493: 
                    494: installcheck: installcheck-am
                    495: install-strip:
                    496:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    497:          INSTALL_STRIP_FLAG=-s \
                    498:          `test -z '$(STRIP)' || \
                    499:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    500: mostlyclean-generic:
                    501: 
                    502: clean-generic:
                    503: 
                    504: distclean-generic:
                    505:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    506: 
                    507: maintainer-clean-generic:
                    508:        @echo "This command is intended for maintainers to use"
                    509:        @echo "it deletes files that may require special tools to rebuild."
                    510: clean: clean-am
                    511: 
                    512: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
                    513:        clean-pkglibLTLIBRARIES mostlyclean-am
                    514: 
                    515: distclean: distclean-am
                    516: 
                    517: distclean-am: clean-am distclean-compile distclean-depend \
                    518:        distclean-generic distclean-libtool distclean-tags
                    519: 
                    520: dvi: dvi-am
                    521: 
                    522: dvi-am:
                    523: 
                    524: info: info-am
                    525: 
                    526: info-am:
                    527: 
                    528: install-data-am:
                    529: 
                    530: install-exec-am: install-libLTLIBRARIES install-pkglibLTLIBRARIES
                    531: 
                    532: install-info: install-info-am
                    533: 
                    534: install-man:
                    535: 
                    536: installcheck-am:
                    537: 
                    538: maintainer-clean: maintainer-clean-am
                    539: 
                    540: maintainer-clean-am: distclean-am maintainer-clean-generic
                    541: 
                    542: mostlyclean: mostlyclean-am
                    543: 
                    544: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
                    545:        mostlyclean-libtool
                    546: 
                    547: pdf: pdf-am
                    548: 
                    549: pdf-am:
                    550: 
                    551: ps: ps-am
                    552: 
                    553: ps-am:
                    554: 
                    555: uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
                    556:        uninstall-pkglibLTLIBRARIES
                    557: 
                    558: .PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
                    559:        clean-generic clean-libLTLIBRARIES clean-libtool \
                    560:        clean-pkglibLTLIBRARIES ctags distclean distclean-compile \
                    561:        distclean-depend distclean-generic distclean-libtool \
                    562:        distclean-tags distdir dvi dvi-am info info-am install \
                    563:        install-am install-data install-data-am install-exec \
                    564:        install-exec-am install-info install-info-am \
                    565:        install-libLTLIBRARIES install-man install-pkglibLTLIBRARIES \
                    566:        install-strip installcheck installcheck-am installdirs \
                    567:        maintainer-clean maintainer-clean-generic mostlyclean \
                    568:        mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \
                    569:        pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am \
                    570:        uninstall-libLTLIBRARIES uninstall-pkglibLTLIBRARIES
                    571: 
                    572: 
1.1.1.2   root      573: # target to make fb-xlat-auto.c:
                    574: fb-xlat-auto.c: fb-xlat-auto.sh
                    575:        $(SHELL) $(srcdir)/fb-xlat-auto.sh src @TME_FB_XLAT_SRC@ dst @TME_FB_XLAT_DST@ > $@
                    576: 
                    577: # fb.lo depends on fb-xlat-auto.c:
                    578: fb.lo: fb-xlat-auto.c
                    579: 
1.1.1.3 ! root      580: # target to make float-auto.c:
        !           581: float-auto.c: float-auto.sh
        !           582:        $(SHELL) $(srcdir)/float-auto.sh > $@
        !           583: 
        !           584: # float.lo depends on float-auto.c:
        !           585: float.lo: float-auto.c
        !           586: 
        !           587: # target to make bus-device-auto.c:
        !           588: bus-device-auto.c: bus-device-auto.sh
        !           589:        $(SHELL) $(srcdir)/bus-device-auto.sh > $@
        !           590: 
        !           591: # bus-device.lo depends on bus-device-auto.c:
        !           592: bus-device.lo: bus-device-auto.c
        !           593: 
1.1       root      594: # this automake include file must be included in all directories that
                    595: # build modules.  it updates the modules index that will be installed
                    596: # along with all of the modules, and also handles some static building
                    597: # details.  this is done with an all-local target:
                    598: all-local:
                    599: #
                    600: # first, all source files in the current directory are searched for
                    601: # element "new" function declarations.  these declarations provide
                    602: # enough information to determine the published module name, the
                    603: # libtool module name, and "submodule" name.  this information is
                    604: # appended to a tme-plugins.txt file, which will be installed in
                    605: # $(pkglibdir).
                    606: #
                    607: # the choice of $(top_builddir)/tme/tme-plugins.txt is important.
                    608: # when debugging, the person doing the debugging is expected to have
                    609: # the good sense to set LTDL_LIBRARY_PATH to $(top_builddir), so
                    610: # module.c will correctly use the uninstalled plugins list for all
                    611: # "tme/" modules.
                    612: #
                    613: # this is abuse of the $(top_builddir)/tme directory, yes, since
                    614: # this directory was originally just for include files and to make
                    615: # #include <tme/FOO.h> work right when building:
                    616:        @echo updating tme modules list..
                    617:        @grep TME_ELEMENT_NEW_DECL $(srcdir)/*.c |              \
                    618:        sed -e 's%.*TME_ELEMENT_NEW_DECL(\(.*\)).*%\1%'         \
                    619:        >> $(top_builddir)/tme/tme-plugins.txt
                    620:        @grep TME_ELEMENT_SUB_NEW_DECL $(srcdir)/*.c |          \
                    621:        sed -e 's%.*TME_ELEMENT_SUB_NEW_DECL(\(.*\),\(.*\)).*%\1_\2 \1 \2%' \
                    622:        >> $(top_builddir)/tme/tme-plugins.txt
                    623:        @grep TME_ELEMENT_X_NEW_DECL $(srcdir)/*.c |            \
                    624:        sed -e 's%.*TME_ELEMENT_X_NEW_DECL(\(.*\),\(.*\),\(.*\)).*%\1\3 \1\2 \3%' \
                    625:        >> $(top_builddir)/tme/tme-plugins.txt
                    626: #
                    627: # next, when building statically, either for debugging purposes or
                    628: # because we're on a weak platform, we have to use libtool's "preopen"
                    629: # mechanism.
                    630: #
                    631: # this means at least specifying all of the modules that could
                    632: # potentially be lt_dlopen'ed on any main program's link command line,
                    633: # using libtool's -dlpreopen option.
                    634: #
                    635: # so we append suitable -dlpreopen options for all modules built in
                    636: # this directory to a file, in this case
                    637: # $(top_builddir)/tme-preopen.txt.  when building statically,
                    638: # configure.in will then substitute @TME_PREOPEN@ with: 
                    639: #
                    640: #  `cat $(top_builddir)/tme-preopen.txt`
                    641: #
                    642: # else it will substitute the empty string.  when linking programs,
                    643: # @TME_PREOPEN@ is then used on the program's link command line.
                    644: # 
                    645: # additionally, libtool, at least through version 1.5, has a
                    646: # limitation in that the pseudo-library (the .la file) must be present
                    647: # even for a preloaded module.  if we aren't debugging, everything is
                    648: # installed, so this is not a problem.
                    649: #
                    650: # however, if we are debugging, nothing is installed, so we have to do
                    651: # something to make sure that the .la files can be found.
                    652: #
                    653: # the person doing the debugging is already expected to set
                    654: # LTDL_LIBRARY_PATH to the top of the build directory, so that
                    655: # module.c can find the uninstalled tme-plugins.txt file, and libtool
                    656: # will want to look in this directory for .la files, so we simply copy
                    657: # all of the .la files into that same directory:
                    658:        @if test "x$(pkglib_LTLIBRARIES)" != x; then            \
                    659:            for module in $(pkglib_LTLIBRARIES); do             \
                    660:                echo $$module ;                                 \
                    661:                echo -dlpreopen ../$(subdir)/$$module >> $(top_builddir)/tme-preopen.txt ; \
                    662:                cp $$module $(top_builddir)/tme ;               \
                    663:            done ;                                              \
                    664:        fi
                    665: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    666: # Otherwise a system limit (for SysV at least) may be exceeded.
                    667: .NOEXPORT:

unix.superglobalmegacorp.com

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