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