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