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