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

unix.superglobalmegacorp.com

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