Annotation of tme/host/posix/Makefile.in, revision 1.1.1.4

1.1.1.4 ! root        1: # Makefile.in generated by automake 1.10 from Makefile.am.
1.1       root        2: # @configure_input@
                      3: 
1.1.1.4 ! root        4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
        !             5: # 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
1.1       root        6: # This Makefile.in is free software; the Free Software Foundation
                      7: # gives unlimited permission to copy and/or distribute it,
                      8: # with or without modifications, as long as this notice is preserved.
                      9: 
                     10: # This program is distributed in the hope that it will be useful,
                     11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     13: # PARTICULAR PURPOSE.
                     14: 
                     15: @SET_MAKE@
                     16: 
                     17: # Makefile.am for The Machine Emulator host/posix:
                     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: VPATH = @srcdir@
                     51: pkgdatadir = $(datadir)/@PACKAGE@
                     52: pkglibdir = $(libdir)/@PACKAGE@
                     53: pkgincludedir = $(includedir)/@PACKAGE@
                     54: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     55: install_sh_DATA = $(install_sh) -c -m 644
                     56: install_sh_PROGRAM = $(install_sh) -c
                     57: install_sh_SCRIPT = $(install_sh) -c
                     58: INSTALL_HEADER = $(INSTALL_DATA)
                     59: transform = $(program_transform_name)
                     60: NORMAL_INSTALL = :
                     61: PRE_INSTALL = :
                     62: POST_INSTALL = :
                     63: NORMAL_UNINSTALL = :
                     64: PRE_UNINSTALL = :
                     65: POST_UNINSTALL = :
                     66: build_triplet = @build@
                     67: host_triplet = @host@
                     68: target_triplet = @target@
1.1.1.4 ! root       69: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
        !            70:        $(top_srcdir)/modules
        !            71: subdir = host/posix
        !            72: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
        !            73: am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
        !            74:        $(top_srcdir)/configure.in
        !            75: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        !            76:        $(ACLOCAL_M4)
        !            77: mkinstalldirs = $(install_sh) -d
        !            78: CONFIG_HEADER = $(top_builddir)/config.h
        !            79: CONFIG_CLEAN_FILES =
        !            80: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
        !            81: am__vpath_adj = case $$p in \
        !            82:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
        !            83:     *) f=$$p;; \
        !            84:   esac;
        !            85: am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
        !            86: am__installdirs = "$(DESTDIR)$(pkglibdir)"
        !            87: pkglibLTLIBRARIES_INSTALL = $(INSTALL)
        !            88: LTLIBRARIES = $(pkglib_LTLIBRARIES)
        !            89: tme_host_posix_la_DEPENDENCIES = $(top_builddir)/libtme/libtme.la \
        !            90:        $(top_builddir)/generic/libtme-generic.la
        !            91: am_tme_host_posix_la_OBJECTS = posix-memory.lo posix-disk.lo \
        !            92:        posix-tape.lo posix-serial.lo
        !            93: tme_host_posix_la_OBJECTS = $(am_tme_host_posix_la_OBJECTS)
        !            94: tme_host_posix_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
        !            95:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
        !            96:        $(tme_host_posix_la_LDFLAGS) $(LDFLAGS) -o $@
        !            97: DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
        !            98: depcomp = $(SHELL) $(top_srcdir)/depcomp
        !            99: am__depfiles_maybe = depfiles
        !           100: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        !           101:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           102: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
        !           103:        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
        !           104:        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           105: CCLD = $(CC)
        !           106: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
        !           107:        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
        !           108:        $(LDFLAGS) -o $@
        !           109: SOURCES = $(tme_host_posix_la_SOURCES)
        !           110: DIST_SOURCES = $(tme_host_posix_la_SOURCES)
        !           111: ETAGS = etags
        !           112: CTAGS = ctags
        !           113: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1       root      114: ACLOCAL = @ACLOCAL@
                    115: AMTAR = @AMTAR@
                    116: AR = @AR@
                    117: AUTOCONF = @AUTOCONF@
                    118: AUTOHEADER = @AUTOHEADER@
                    119: AUTOMAKE = @AUTOMAKE@
                    120: AWK = @AWK@
                    121: CC = @CC@
                    122: CCDEPMODE = @CCDEPMODE@
                    123: CFLAGS = @CFLAGS@
1.1.1.3   root      124: CFLAGS_NO_STRICT_ALIASING = @CFLAGS_NO_STRICT_ALIASING@
1.1       root      125: CPP = @CPP@
                    126: CPPFLAGS = @CPPFLAGS@
                    127: CXX = @CXX@
                    128: CXXCPP = @CXXCPP@
                    129: CXXDEPMODE = @CXXDEPMODE@
                    130: CXXFLAGS = @CXXFLAGS@
                    131: CYGPATH_W = @CYGPATH_W@
                    132: DEFS = @DEFS@
                    133: DEPDIR = @DEPDIR@
                    134: ECHO = @ECHO@
                    135: ECHO_C = @ECHO_C@
                    136: ECHO_N = @ECHO_N@
                    137: ECHO_T = @ECHO_T@
                    138: EGREP = @EGREP@
                    139: EXEEXT = @EXEEXT@
                    140: F77 = @F77@
                    141: FFLAGS = @FFLAGS@
1.1.1.4 ! root      142: GREP = @GREP@
1.1.1.2   root      143: GTK_CFLAGS = @GTK_CFLAGS@
                    144: GTK_LIBS = @GTK_LIBS@
1.1       root      145: INCLTDL = @INCLTDL@
1.1.1.4 ! root      146: INSTALL = @INSTALL@
1.1       root      147: INSTALL_DATA = @INSTALL_DATA@
                    148: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    149: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    150: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    151: LDFLAGS = @LDFLAGS@
                    152: LIBLTDL = @LIBLTDL@
                    153: LIBOBJS = @LIBOBJS@
                    154: LIBS = @LIBS@
                    155: LIBTOOL = @LIBTOOL@
                    156: LN_S = @LN_S@
                    157: LTLIBOBJS = @LTLIBOBJS@
                    158: MAKEINFO = @MAKEINFO@
1.1.1.4 ! root      159: MKDIR_P = @MKDIR_P@
1.1       root      160: OBJEXT = @OBJEXT@
                    161: PACKAGE = @PACKAGE@
                    162: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    163: PACKAGE_NAME = @PACKAGE_NAME@
                    164: PACKAGE_STRING = @PACKAGE_STRING@
                    165: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    166: PACKAGE_VERSION = @PACKAGE_VERSION@
                    167: PATH_SEPARATOR = @PATH_SEPARATOR@
                    168: PERL = @PERL@
1.1.1.4 ! root      169: PKG_CONFIG = @PKG_CONFIG@
1.1       root      170: RANLIB = @RANLIB@
1.1.1.4 ! root      171: SED = @SED@
1.1       root      172: SET_MAKE = @SET_MAKE@
                    173: SHELL = @SHELL@
                    174: STRIP = @STRIP@
                    175: TME_BUS_SUBDIRS = @TME_BUS_SUBDIRS@
1.1.1.2   root      176: TME_FB_XLAT_DST = @TME_FB_XLAT_DST@
                    177: TME_FB_XLAT_SRC = @TME_FB_XLAT_SRC@
1.1       root      178: TME_HOSTS = @TME_HOSTS@
                    179: TME_ICS = @TME_ICS@
                    180: TME_IC_SUBDIRS = @TME_IC_SUBDIRS@
                    181: TME_MACHINE_SUBDIRS = @TME_MACHINE_SUBDIRS@
                    182: TME_PREOPEN = @TME_PREOPEN@
1.1.1.2   root      183: TME_SERIALS = @TME_SERIALS@
                    184: TME_SERIAL_SUBDIRS = @TME_SERIAL_SUBDIRS@
1.1       root      185: VERSION = @VERSION@
1.1.1.4 ! root      186: XMKMF = @XMKMF@
1.1.1.2   root      187: X_CFLAGS = @X_CFLAGS@
                    188: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    189: X_LIBS = @X_LIBS@
                    190: X_PRE_LIBS = @X_PRE_LIBS@
1.1       root      191: YACC = @YACC@
1.1.1.4 ! root      192: YFLAGS = @YFLAGS@
        !           193: abs_builddir = @abs_builddir@
        !           194: abs_srcdir = @abs_srcdir@
        !           195: abs_top_builddir = @abs_top_builddir@
        !           196: abs_top_srcdir = @abs_top_srcdir@
1.1       root      197: ac_ct_CC = @ac_ct_CC@
                    198: ac_ct_CXX = @ac_ct_CXX@
                    199: ac_ct_F77 = @ac_ct_F77@
                    200: am__include = @am__include@
1.1.1.4 ! root      201: am__leading_dot = @am__leading_dot@
1.1       root      202: am__quote = @am__quote@
1.1.1.4 ! root      203: am__tar = @am__tar@
        !           204: am__untar = @am__untar@
1.1       root      205: bindir = @bindir@
                    206: build = @build@
                    207: build_alias = @build_alias@
                    208: build_cpu = @build_cpu@
                    209: build_os = @build_os@
                    210: build_vendor = @build_vendor@
1.1.1.4 ! root      211: builddir = @builddir@
1.1       root      212: datadir = @datadir@
1.1.1.4 ! root      213: datarootdir = @datarootdir@
        !           214: docdir = @docdir@
        !           215: dvidir = @dvidir@
1.1       root      216: exec_prefix = @exec_prefix@
                    217: host = @host@
                    218: host_alias = @host_alias@
                    219: host_cpu = @host_cpu@
                    220: host_os = @host_os@
                    221: host_vendor = @host_vendor@
1.1.1.4 ! root      222: htmldir = @htmldir@
1.1       root      223: includedir = @includedir@
                    224: infodir = @infodir@
                    225: install_sh = @install_sh@
                    226: libdir = @libdir@
                    227: libexecdir = @libexecdir@
1.1.1.4 ! root      228: localedir = @localedir@
1.1       root      229: localstatedir = @localstatedir@
                    230: mandir = @mandir@
1.1.1.4 ! root      231: mkdir_p = @mkdir_p@
1.1       root      232: oldincludedir = @oldincludedir@
1.1.1.4 ! root      233: pdfdir = @pdfdir@
1.1       root      234: prefix = @prefix@
                    235: program_transform_name = @program_transform_name@
1.1.1.4 ! root      236: psdir = @psdir@
1.1       root      237: sbindir = @sbindir@
                    238: sharedstatedir = @sharedstatedir@
1.1.1.4 ! root      239: srcdir = @srcdir@
1.1       root      240: subdirs = @subdirs@
                    241: sysconfdir = @sysconfdir@
                    242: target = @target@
                    243: target_alias = @target_alias@
                    244: target_cpu = @target_cpu@
                    245: target_os = @target_os@
                    246: target_vendor = @target_vendor@
1.1.1.4 ! root      247: top_builddir = @top_builddir@
        !           248: top_srcdir = @top_srcdir@
1.1       root      249: AUTOMAKE_OPTIONS = 1.4 gnu
                    250: INCLUDES = -I$(top_srcdir) -I$(srcdir) -I. -D_TME_IMPL
                    251: pkglib_LTLIBRARIES = tme_host_posix.la
1.1.1.2   root      252: tme_host_posix_la_SOURCES = posix-memory.c \
                    253:        posix-disk.c \
                    254:        posix-tape.c \
                    255:        posix-serial.c
                    256: 
1.1       root      257: tme_host_posix_la_LDFLAGS = -module -version-info 0:0:0
                    258: tme_host_posix_la_LIBADD = $(top_builddir)/libtme/libtme.la \
                    259:        $(top_builddir)/generic/libtme-generic.la
                    260: 
                    261: all: all-am
                    262: 
                    263: .SUFFIXES:
                    264: .SUFFIXES: .c .lo .o .obj
1.1.1.4 ! root      265: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/modules $(am__configure_deps)
        !           266:        @for dep in $?; do \
        !           267:          case '$(am__configure_deps)' in \
        !           268:            *$$dep*) \
        !           269:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
        !           270:                && exit 0; \
        !           271:              exit 1;; \
        !           272:          esac; \
        !           273:        done; \
        !           274:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  host/posix/Makefile'; \
1.1       root      275:        cd $(top_srcdir) && \
                    276:          $(AUTOMAKE) --gnu  host/posix/Makefile
1.1.1.4 ! root      277: .PRECIOUS: Makefile
        !           278: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        !           279:        @case '$?' in \
        !           280:          *config.status*) \
        !           281:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
        !           282:          *) \
        !           283:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
        !           284:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
        !           285:        esac;
        !           286: 
        !           287: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        !           288:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           289: 
        !           290: $(top_srcdir)/configure:  $(am__configure_deps)
        !           291:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           292: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
        !           293:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.1       root      294: install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
                    295:        @$(NORMAL_INSTALL)
1.1.1.4 ! root      296:        test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
1.1       root      297:        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
                    298:          if test -f $$p; then \
1.1.1.4 ! root      299:            f=$(am__strip_dir) \
        !           300:            echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
        !           301:            $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
1.1       root      302:          else :; fi; \
                    303:        done
                    304: 
                    305: uninstall-pkglibLTLIBRARIES:
                    306:        @$(NORMAL_UNINSTALL)
                    307:        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
1.1.1.4 ! root      308:          p=$(am__strip_dir) \
        !           309:          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
        !           310:          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
1.1       root      311:        done
                    312: 
                    313: clean-pkglibLTLIBRARIES:
                    314:        -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
                    315:        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
                    316:          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1.1.1.4 ! root      317:          test "$$dir" != "$$p" || dir=.; \
1.1       root      318:          echo "rm -f \"$${dir}/so_locations\""; \
                    319:          rm -f "$${dir}/so_locations"; \
                    320:        done
                    321: tme_host_posix.la: $(tme_host_posix_la_OBJECTS) $(tme_host_posix_la_DEPENDENCIES) 
1.1.1.4 ! root      322:        $(tme_host_posix_la_LINK) -rpath $(pkglibdir) $(tme_host_posix_la_OBJECTS) $(tme_host_posix_la_LIBADD) $(LIBS)
1.1       root      323: 
                    324: mostlyclean-compile:
1.1.1.4 ! root      325:        -rm -f *.$(OBJEXT)
1.1       root      326: 
                    327: distclean-compile:
                    328:        -rm -f *.tab.c
                    329: 
1.1.1.2   root      330: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/posix-disk.Plo@am__quote@
1.1       root      331: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/posix-memory.Plo@am__quote@
                    332: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/posix-serial.Plo@am__quote@
1.1.1.2   root      333: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/posix-tape.Plo@am__quote@
1.1       root      334: 
                    335: .c.o:
1.1.1.4 ! root      336: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
        !           337: @am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1.1       root      338: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.1.1.4 ! root      339: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           340: @am__fastdepCC_FALSE@  $(COMPILE) -c $<
1.1       root      341: 
                    342: .c.obj:
1.1.1.4 ! root      343: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
        !           344: @am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1.1       root      345: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.1.1.4 ! root      346: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           347: @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
1.1       root      348: 
                    349: .c.lo:
1.1.1.4 ! root      350: @am__fastdepCC_TRUE@   $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
        !           351: @am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1.1       root      352: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1.1.1.4 ! root      353: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           354: @am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $<
1.1       root      355: 
                    356: mostlyclean-libtool:
                    357:        -rm -f *.lo
                    358: 
                    359: clean-libtool:
                    360:        -rm -rf .libs _libs
                    361: 
                    362: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    363:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    364:        unique=`for i in $$list; do \
                    365:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    366:          done | \
                    367:          $(AWK) '    { files[$$0] = 1; } \
                    368:               END { for (i in files) print i; }'`; \
                    369:        mkid -fID $$unique
1.1.1.4 ! root      370: tags: TAGS
1.1       root      371: 
                    372: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    373:                $(TAGS_FILES) $(LISP)
                    374:        tags=; \
                    375:        here=`pwd`; \
                    376:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    377:        unique=`for i in $$list; do \
                    378:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    379:          done | \
                    380:          $(AWK) '    { files[$$0] = 1; } \
                    381:               END { for (i in files) print i; }'`; \
1.1.1.4 ! root      382:        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
        !           383:          test -n "$$unique" || unique=$$empty_fix; \
        !           384:          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           385:            $$tags $$unique; \
        !           386:        fi
1.1       root      387: ctags: CTAGS
                    388: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    389:                $(TAGS_FILES) $(LISP)
                    390:        tags=; \
                    391:        here=`pwd`; \
                    392:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    393:        unique=`for i in $$list; do \
                    394:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    395:          done | \
                    396:          $(AWK) '    { files[$$0] = 1; } \
                    397:               END { for (i in files) print i; }'`; \
                    398:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    399:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    400:             $$tags $$unique
                    401: 
                    402: GTAGS:
                    403:        here=`$(am__cd) $(top_builddir) && pwd` \
                    404:          && cd $(top_srcdir) \
                    405:          && gtags -i $(GTAGS_ARGS) $$here
                    406: 
                    407: distclean-tags:
                    408:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    409: 
                    410: distdir: $(DISTFILES)
1.1.1.4 ! root      411:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           412:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           413:        list='$(DISTFILES)'; \
        !           414:          dist_files=`for file in $$list; do echo $$file; done | \
        !           415:          sed -e "s|^$$srcdirstrip/||;t" \
        !           416:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
        !           417:        case $$dist_files in \
        !           418:          */*) $(MKDIR_P) `echo "$$dist_files" | \
        !           419:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
        !           420:                           sort -u` ;; \
        !           421:        esac; \
        !           422:        for file in $$dist_files; do \
1.1       root      423:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    424:          if test -d $$d/$$file; then \
1.1.1.4 ! root      425:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.1       root      426:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    427:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    428:            fi; \
                    429:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
                    430:          else \
                    431:            test -f $(distdir)/$$file \
                    432:            || cp -p $$d/$$file $(distdir)/$$file \
                    433:            || exit 1; \
                    434:          fi; \
                    435:        done
                    436: check-am: all-am
                    437: check: check-am
                    438: all-am: Makefile $(LTLIBRARIES) all-local
                    439: installdirs:
1.1.1.4 ! root      440:        for dir in "$(DESTDIR)$(pkglibdir)"; do \
        !           441:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
        !           442:        done
1.1       root      443: install: install-am
                    444: install-exec: install-exec-am
                    445: install-data: install-data-am
                    446: uninstall: uninstall-am
                    447: 
                    448: install-am: all-am
                    449:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    450: 
                    451: installcheck: installcheck-am
                    452: install-strip:
                    453:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.1.1.4 ! root      454:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.1       root      455:          `test -z '$(STRIP)' || \
                    456:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    457: mostlyclean-generic:
                    458: 
                    459: clean-generic:
                    460: 
                    461: distclean-generic:
1.1.1.4 ! root      462:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1       root      463: 
                    464: maintainer-clean-generic:
                    465:        @echo "This command is intended for maintainers to use"
                    466:        @echo "it deletes files that may require special tools to rebuild."
                    467: clean: clean-am
                    468: 
                    469: clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
                    470:        mostlyclean-am
                    471: 
                    472: distclean: distclean-am
1.1.1.4 ! root      473:        -rm -rf ./$(DEPDIR)
        !           474:        -rm -f Makefile
        !           475: distclean-am: clean-am distclean-compile distclean-generic \
        !           476:        distclean-tags
1.1       root      477: 
                    478: dvi: dvi-am
                    479: 
                    480: dvi-am:
                    481: 
1.1.1.4 ! root      482: html: html-am
        !           483: 
1.1       root      484: info: info-am
                    485: 
                    486: info-am:
                    487: 
                    488: install-data-am:
                    489: 
1.1.1.4 ! root      490: install-dvi: install-dvi-am
        !           491: 
1.1       root      492: install-exec-am: install-pkglibLTLIBRARIES
                    493: 
1.1.1.4 ! root      494: install-html: install-html-am
        !           495: 
1.1       root      496: install-info: install-info-am
                    497: 
                    498: install-man:
                    499: 
1.1.1.4 ! root      500: install-pdf: install-pdf-am
        !           501: 
        !           502: install-ps: install-ps-am
        !           503: 
1.1       root      504: installcheck-am:
                    505: 
                    506: maintainer-clean: maintainer-clean-am
1.1.1.4 ! root      507:        -rm -rf ./$(DEPDIR)
        !           508:        -rm -f Makefile
1.1       root      509: maintainer-clean-am: distclean-am maintainer-clean-generic
                    510: 
                    511: mostlyclean: mostlyclean-am
                    512: 
                    513: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
                    514:        mostlyclean-libtool
                    515: 
                    516: pdf: pdf-am
                    517: 
                    518: pdf-am:
                    519: 
                    520: ps: ps-am
                    521: 
                    522: ps-am:
                    523: 
1.1.1.4 ! root      524: uninstall-am: uninstall-pkglibLTLIBRARIES
        !           525: 
        !           526: .MAKE: install-am install-strip
1.1       root      527: 
                    528: .PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
                    529:        clean-generic clean-libtool clean-pkglibLTLIBRARIES ctags \
1.1.1.4 ! root      530:        distclean distclean-compile distclean-generic \
        !           531:        distclean-libtool distclean-tags distdir dvi dvi-am html \
        !           532:        html-am info info-am install install-am install-data \
        !           533:        install-data-am install-dvi install-dvi-am install-exec \
        !           534:        install-exec-am install-html install-html-am install-info \
        !           535:        install-info-am install-man install-pdf install-pdf-am \
        !           536:        install-pkglibLTLIBRARIES install-ps install-ps-am \
        !           537:        install-strip installcheck installcheck-am installdirs \
        !           538:        maintainer-clean maintainer-clean-generic mostlyclean \
        !           539:        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
        !           540:        pdf pdf-am ps ps-am tags uninstall uninstall-am \
1.1       root      541:        uninstall-pkglibLTLIBRARIES
                    542: 
                    543: 
                    544: # this automake include file must be included in all directories that
                    545: # build modules.  it updates the modules index that will be installed
                    546: # along with all of the modules, and also handles some static building
                    547: # details.  this is done with an all-local target:
                    548: all-local:
                    549: #
                    550: # first, all source files in the current directory are searched for
                    551: # element "new" function declarations.  these declarations provide
                    552: # enough information to determine the published module name, the
                    553: # libtool module name, and "submodule" name.  this information is
                    554: # appended to a tme-plugins.txt file, which will be installed in
                    555: # $(pkglibdir).
                    556: #
                    557: # the choice of $(top_builddir)/tme/tme-plugins.txt is important.
                    558: # when debugging, the person doing the debugging is expected to have
                    559: # the good sense to set LTDL_LIBRARY_PATH to $(top_builddir), so
                    560: # module.c will correctly use the uninstalled plugins list for all
                    561: # "tme/" modules.
                    562: #
                    563: # this is abuse of the $(top_builddir)/tme directory, yes, since
                    564: # this directory was originally just for include files and to make
                    565: # #include <tme/FOO.h> work right when building:
                    566:        @echo updating tme modules list..
                    567:        @grep TME_ELEMENT_NEW_DECL $(srcdir)/*.c |              \
                    568:        sed -e 's%.*TME_ELEMENT_NEW_DECL(\(.*\)).*%\1%'         \
                    569:        >> $(top_builddir)/tme/tme-plugins.txt
                    570:        @grep TME_ELEMENT_SUB_NEW_DECL $(srcdir)/*.c |          \
                    571:        sed -e 's%.*TME_ELEMENT_SUB_NEW_DECL(\(.*\),\(.*\)).*%\1_\2 \1 \2%' \
                    572:        >> $(top_builddir)/tme/tme-plugins.txt
                    573:        @grep TME_ELEMENT_X_NEW_DECL $(srcdir)/*.c |            \
                    574:        sed -e 's%.*TME_ELEMENT_X_NEW_DECL(\(.*\),\(.*\),\(.*\)).*%\1\3 \1\2 \3%' \
                    575:        >> $(top_builddir)/tme/tme-plugins.txt
                    576: #
                    577: # next, when building statically, either for debugging purposes or
                    578: # because we're on a weak platform, we have to use libtool's "preopen"
                    579: # mechanism.
                    580: #
                    581: # this means at least specifying all of the modules that could
                    582: # potentially be lt_dlopen'ed on any main program's link command line,
                    583: # using libtool's -dlpreopen option.
                    584: #
                    585: # so we append suitable -dlpreopen options for all modules built in
                    586: # this directory to a file, in this case
                    587: # $(top_builddir)/tme-preopen.txt.  when building statically,
                    588: # configure.in will then substitute @TME_PREOPEN@ with: 
                    589: #
                    590: #  `cat $(top_builddir)/tme-preopen.txt`
                    591: #
                    592: # else it will substitute the empty string.  when linking programs,
                    593: # @TME_PREOPEN@ is then used on the program's link command line.
                    594: # 
                    595: # additionally, libtool, at least through version 1.5, has a
                    596: # limitation in that the pseudo-library (the .la file) must be present
                    597: # even for a preloaded module.  if we aren't debugging, everything is
                    598: # installed, so this is not a problem.
                    599: #
                    600: # however, if we are debugging, nothing is installed, so we have to do
                    601: # something to make sure that the .la files can be found.
                    602: #
                    603: # the person doing the debugging is already expected to set
                    604: # LTDL_LIBRARY_PATH to the top of the build directory, so that
                    605: # module.c can find the uninstalled tme-plugins.txt file, and libtool
                    606: # will want to look in this directory for .la files, so we simply copy
                    607: # all of the .la files into that same directory:
                    608:        @if test "x$(pkglib_LTLIBRARIES)" != x; then            \
                    609:            for module in $(pkglib_LTLIBRARIES); do             \
                    610:                echo $$module ;                                 \
                    611:                echo -dlpreopen ../$(subdir)/$$module >> $(top_builddir)/tme-preopen.txt ; \
                    612:                cp $$module $(top_builddir)/tme ;               \
                    613:            done ;                                              \
                    614:        fi
                    615: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    616: # Otherwise a system limit (for SysV at least) may be exceeded.
                    617: .NOEXPORT:

unix.superglobalmegacorp.com

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