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