|
|
1.1 ! root 1: # Makefile.in generated automatically by automake 1.4 from Makefile.am ! 2: ! 3: # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. ! 4: # This Makefile.in is free software; the Free Software Foundation ! 5: # gives unlimited permission to copy and/or distribute it, ! 6: # with or without modifications, as long as this notice is preserved. ! 7: ! 8: # This program is distributed in the hope that it will be useful, ! 9: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without ! 10: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A ! 11: # PARTICULAR PURPOSE. ! 12: ! 13: ! 14: SHELL = @SHELL@ ! 15: ! 16: srcdir = @srcdir@ ! 17: top_srcdir = @top_srcdir@ ! 18: VPATH = @srcdir@ ! 19: prefix = @prefix@ ! 20: exec_prefix = @exec_prefix@ ! 21: ! 22: bindir = @bindir@ ! 23: sbindir = @sbindir@ ! 24: libexecdir = @libexecdir@ ! 25: datadir = @datadir@ ! 26: sysconfdir = @sysconfdir@ ! 27: sharedstatedir = @sharedstatedir@ ! 28: localstatedir = @localstatedir@ ! 29: libdir = @libdir@ ! 30: infodir = @infodir@ ! 31: mandir = @mandir@ ! 32: includedir = @includedir@ ! 33: oldincludedir = /usr/include ! 34: ! 35: DESTDIR = ! 36: ! 37: pkgdatadir = $(datadir)/@PACKAGE@ ! 38: pkglibdir = $(libdir)/@PACKAGE@ ! 39: pkgincludedir = $(includedir)/@PACKAGE@ ! 40: ! 41: top_builddir = .. ! 42: ! 43: ACLOCAL = @ACLOCAL@ ! 44: AUTOCONF = @AUTOCONF@ ! 45: AUTOMAKE = @AUTOMAKE@ ! 46: AUTOHEADER = @AUTOHEADER@ ! 47: ! 48: INSTALL = @INSTALL@ ! 49: INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) ! 50: INSTALL_DATA = @INSTALL_DATA@ ! 51: INSTALL_SCRIPT = @INSTALL_SCRIPT@ ! 52: transform = @program_transform_name@ ! 53: ! 54: NORMAL_INSTALL = : ! 55: PRE_INSTALL = : ! 56: POST_INSTALL = : ! 57: NORMAL_UNINSTALL = : ! 58: PRE_UNINSTALL = : ! 59: POST_UNINSTALL = : ! 60: build_alias = @build_alias@ ! 61: build_triplet = @build@ ! 62: host_alias = @host_alias@ ! 63: host_triplet = @host@ ! 64: target_alias = @target_alias@ ! 65: target_triplet = @target@ ! 66: CC = @CC@ ! 67: MAKEINFO = @MAKEINFO@ ! 68: PACKAGE = @PACKAGE@ ! 69: PROGRAM = @PROGRAM@ ! 70: RANLIB = @RANLIB@ ! 71: VERSION = @VERSION@ ! 72: ! 73: noinst_PROGRAMS = def68k headers gen68k ! 74: BUILT_SOURCES = def68k-iibs.h def68k-funcs.h def68k-proto.h cpu68k-0.c cpu68k-1.c cpu68k-2.c cpu68k-3.c cpu68k-4.c cpu68k-5.c cpu68k-6.c cpu68k-7.c cpu68k-8.c cpu68k-9.c cpu68k-a.c cpu68k-b.c cpu68k-c.c cpu68k-d.c cpu68k-e.c cpu68k-f.c ! 75: ! 76: ! 77: def68k_SOURCES = def68k.c tab68k.c ! 78: INCLUDES = -I../hdr -I. ! 79: ! 80: headers_SOURCES = def68k-iibs.h def68k-funcs.h def68k-proto.h ! 81: ! 82: gen68k_SOURCES = gen68k.c tab68k.c ! 83: gen68k_DEPENDENCIES = def68k-iibs.h ! 84: ! 85: noinst_LIBRARIES = lib68k.a ! 86: lib68k_a_SOURCES = cpu68k-0.c cpu68k-1.c cpu68k-2.c cpu68k-3.c cpu68k-4.c cpu68k-5.c cpu68k-6.c cpu68k-7.c cpu68k-8.c cpu68k-9.c cpu68k-a.c cpu68k-b.c cpu68k-c.c cpu68k-d.c cpu68k-e.c cpu68k-f.c ! 87: ! 88: lib68k_a_DEPENDENCIES = def68k-iibs.h ! 89: ! 90: DISTCLEANFILES = ${lib68k_a_SOURCES} ${headers_SOURCES} ! 91: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs ! 92: CONFIG_HEADER = ../config.h ! 93: CONFIG_CLEAN_FILES = ! 94: LIBRARIES = $(noinst_LIBRARIES) ! 95: ! 96: ! 97: DEFS = @DEFS@ -I. -I$(srcdir) -I.. ! 98: CPPFLAGS = @CPPFLAGS@ ! 99: LDFLAGS = @LDFLAGS@ ! 100: LIBS = @LIBS@ ! 101: lib68k_a_LIBADD = ! 102: lib68k_a_OBJECTS = cpu68k-0.o cpu68k-1.o cpu68k-2.o cpu68k-3.o \ ! 103: cpu68k-4.o cpu68k-5.o cpu68k-6.o cpu68k-7.o cpu68k-8.o cpu68k-9.o \ ! 104: cpu68k-a.o cpu68k-b.o cpu68k-c.o cpu68k-d.o cpu68k-e.o cpu68k-f.o ! 105: AR = ar ! 106: PROGRAMS = $(noinst_PROGRAMS) ! 107: ! 108: def68k_OBJECTS = def68k.o tab68k.o ! 109: def68k_LDADD = $(LDADD) ! 110: def68k_DEPENDENCIES = ! 111: def68k_LDFLAGS = ! 112: headers_OBJECTS = ! 113: headers_LDADD = $(LDADD) ! 114: headers_DEPENDENCIES = ! 115: headers_LDFLAGS = ! 116: gen68k_OBJECTS = gen68k.o tab68k.o ! 117: gen68k_LDADD = $(LDADD) ! 118: gen68k_LDFLAGS = ! 119: CFLAGS = @CFLAGS@ ! 120: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ! 121: CCLD = $(CC) ! 122: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ ! 123: DIST_COMMON = Makefile.am Makefile.in ! 124: ! 125: ! 126: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) ! 127: ! 128: TAR = gtar ! 129: GZIP_ENV = --best ! 130: DEP_FILES = .deps/cpu68k-0.P .deps/cpu68k-1.P .deps/cpu68k-2.P \ ! 131: .deps/cpu68k-3.P .deps/cpu68k-4.P .deps/cpu68k-5.P .deps/cpu68k-6.P \ ! 132: .deps/cpu68k-7.P .deps/cpu68k-8.P .deps/cpu68k-9.P .deps/cpu68k-a.P \ ! 133: .deps/cpu68k-b.P .deps/cpu68k-c.P .deps/cpu68k-d.P .deps/cpu68k-e.P \ ! 134: .deps/cpu68k-f.P .deps/def68k.P .deps/gen68k.P .deps/tab68k.P ! 135: SOURCES = $(lib68k_a_SOURCES) $(def68k_SOURCES) $(headers_SOURCES) $(gen68k_SOURCES) ! 136: OBJECTS = $(lib68k_a_OBJECTS) $(def68k_OBJECTS) $(headers_OBJECTS) $(gen68k_OBJECTS) ! 137: ! 138: all: all-redirect ! 139: .SUFFIXES: ! 140: .SUFFIXES: .S .c .o .s ! 141: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) ! 142: cd $(top_srcdir) && $(AUTOMAKE) --gnu cpu68k/Makefile ! 143: ! 144: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) ! 145: cd $(top_builddir) \ ! 146: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status ! 147: ! 148: ! 149: mostlyclean-noinstLIBRARIES: ! 150: ! 151: clean-noinstLIBRARIES: ! 152: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) ! 153: ! 154: distclean-noinstLIBRARIES: ! 155: ! 156: maintainer-clean-noinstLIBRARIES: ! 157: ! 158: .s.o: ! 159: $(COMPILE) -c $< ! 160: ! 161: .S.o: ! 162: $(COMPILE) -c $< ! 163: ! 164: mostlyclean-compile: ! 165: -rm -f *.o core *.core ! 166: ! 167: clean-compile: ! 168: ! 169: distclean-compile: ! 170: -rm -f *.tab.c ! 171: ! 172: maintainer-clean-compile: ! 173: ! 174: lib68k.a: $(lib68k_a_OBJECTS) $(lib68k_a_DEPENDENCIES) ! 175: -rm -f lib68k.a ! 176: $(AR) cru lib68k.a $(lib68k_a_OBJECTS) $(lib68k_a_LIBADD) ! 177: $(RANLIB) lib68k.a ! 178: ! 179: mostlyclean-noinstPROGRAMS: ! 180: ! 181: clean-noinstPROGRAMS: ! 182: -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) ! 183: ! 184: distclean-noinstPROGRAMS: ! 185: ! 186: maintainer-clean-noinstPROGRAMS: ! 187: ! 188: def68k: $(def68k_OBJECTS) $(def68k_DEPENDENCIES) ! 189: @rm -f def68k ! 190: $(LINK) $(def68k_LDFLAGS) $(def68k_OBJECTS) $(def68k_LDADD) $(LIBS) ! 191: ! 192: gen68k: $(gen68k_OBJECTS) $(gen68k_DEPENDENCIES) ! 193: @rm -f gen68k ! 194: $(LINK) $(gen68k_LDFLAGS) $(gen68k_OBJECTS) $(gen68k_LDADD) $(LIBS) ! 195: ! 196: tags: TAGS ! 197: ! 198: ID: $(HEADERS) $(SOURCES) $(LISP) ! 199: list='$(SOURCES) $(HEADERS)'; \ ! 200: unique=`for i in $$list; do echo $$i; done | \ ! 201: awk ' { files[$$0] = 1; } \ ! 202: END { for (i in files) print i; }'`; \ ! 203: here=`pwd` && cd $(srcdir) \ ! 204: && mkid -f$$here/ID $$unique $(LISP) ! 205: ! 206: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) ! 207: tags=; \ ! 208: here=`pwd`; \ ! 209: list='$(SOURCES) $(HEADERS)'; \ ! 210: unique=`for i in $$list; do echo $$i; done | \ ! 211: awk ' { files[$$0] = 1; } \ ! 212: END { for (i in files) print i; }'`; \ ! 213: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ ! 214: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) ! 215: ! 216: mostlyclean-tags: ! 217: ! 218: clean-tags: ! 219: ! 220: distclean-tags: ! 221: -rm -f TAGS ID ! 222: ! 223: maintainer-clean-tags: ! 224: ! 225: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) ! 226: ! 227: subdir = cpu68k ! 228: ! 229: distdir: $(DISTFILES) ! 230: here=`cd $(top_builddir) && pwd`; \ ! 231: top_distdir=`cd $(top_distdir) && pwd`; \ ! 232: distdir=`cd $(distdir) && pwd`; \ ! 233: cd $(top_srcdir) \ ! 234: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu cpu68k/Makefile ! 235: @for file in $(DISTFILES); do \ ! 236: d=$(srcdir); \ ! 237: if test -d $$d/$$file; then \ ! 238: cp -pr $$/$$file $(distdir)/$$file; \ ! 239: else \ ! 240: test -f $(distdir)/$$file \ ! 241: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ ! 242: || cp -p $$d/$$file $(distdir)/$$file || :; \ ! 243: fi; \ ! 244: done ! 245: ! 246: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) ! 247: ! 248: -include $(DEP_FILES) ! 249: ! 250: mostlyclean-depend: ! 251: ! 252: clean-depend: ! 253: ! 254: distclean-depend: ! 255: -rm -rf .deps ! 256: ! 257: maintainer-clean-depend: ! 258: ! 259: %.o: %.c ! 260: @echo '$(COMPILE) -c $<'; \ ! 261: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< ! 262: @-cp .deps/$(*F).pp .deps/$(*F).P; \ ! 263: tr ' ' '\012' < .deps/$(*F).pp \ ! 264: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ ! 265: >> .deps/$(*F).P; \ ! 266: rm .deps/$(*F).pp ! 267: ! 268: %.lo: %.c ! 269: @echo '$(LTCOMPILE) -c $<'; \ ! 270: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< ! 271: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ ! 272: < .deps/$(*F).pp > .deps/$(*F).P; \ ! 273: tr ' ' '\012' < .deps/$(*F).pp \ ! 274: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ ! 275: >> .deps/$(*F).P; \ ! 276: rm -f .deps/$(*F).pp ! 277: info-am: ! 278: info: info-am ! 279: dvi-am: ! 280: dvi: dvi-am ! 281: check-am: all-am ! 282: check: check-am ! 283: installcheck-am: ! 284: installcheck: installcheck-am ! 285: install-exec-am: ! 286: install-exec: install-exec-am ! 287: ! 288: install-data-am: ! 289: install-data: install-data-am ! 290: ! 291: install-am: all-am ! 292: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am ! 293: install: install-am ! 294: uninstall-am: ! 295: uninstall: uninstall-am ! 296: all-am: Makefile $(LIBRARIES) $(PROGRAMS) ! 297: all-redirect: all-am ! 298: install-strip: ! 299: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install ! 300: installdirs: ! 301: ! 302: ! 303: mostlyclean-generic: ! 304: ! 305: clean-generic: ! 306: ! 307: distclean-generic: ! 308: -rm -f Makefile $(CONFIG_CLEAN_FILES) ! 309: -rm -f config.cache config.log stamp-h stamp-h[0-9]* ! 310: -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) ! 311: ! 312: maintainer-clean-generic: ! 313: -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) ! 314: mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \ ! 315: mostlyclean-noinstPROGRAMS mostlyclean-tags \ ! 316: mostlyclean-depend mostlyclean-generic ! 317: ! 318: mostlyclean: mostlyclean-am ! 319: ! 320: clean-am: clean-noinstLIBRARIES clean-compile clean-noinstPROGRAMS \ ! 321: clean-tags clean-depend clean-generic mostlyclean-am ! 322: ! 323: clean: clean-am ! 324: ! 325: distclean-am: distclean-noinstLIBRARIES distclean-compile \ ! 326: distclean-noinstPROGRAMS distclean-tags \ ! 327: distclean-depend distclean-generic clean-am ! 328: ! 329: distclean: distclean-am ! 330: ! 331: maintainer-clean-am: maintainer-clean-noinstLIBRARIES \ ! 332: maintainer-clean-compile \ ! 333: maintainer-clean-noinstPROGRAMS maintainer-clean-tags \ ! 334: maintainer-clean-depend maintainer-clean-generic \ ! 335: distclean-am ! 336: @echo "This command is intended for maintainers to use;" ! 337: @echo "it deletes files that may require special tools to rebuild." ! 338: ! 339: maintainer-clean: maintainer-clean-am ! 340: ! 341: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ ! 342: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ ! 343: mostlyclean-compile distclean-compile clean-compile \ ! 344: maintainer-clean-compile mostlyclean-noinstPROGRAMS \ ! 345: distclean-noinstPROGRAMS clean-noinstPROGRAMS \ ! 346: maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \ ! 347: clean-tags maintainer-clean-tags distdir mostlyclean-depend \ ! 348: distclean-depend clean-depend maintainer-clean-depend info-am info \ ! 349: dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ ! 350: install-exec install-data-am install-data install-am install \ ! 351: uninstall-am uninstall all-redirect all-am all installdirs \ ! 352: mostlyclean-generic distclean-generic clean-generic \ ! 353: maintainer-clean-generic clean mostlyclean distclean maintainer-clean ! 354: ! 355: headers: def68k-iibs.h def68k-funcs.h def68k-proto.h ! 356: ! 357: def68k-iibs.h: def68k def68k.def ! 358: ./def68k ! 359: def68k-funcs.h: def68k def68k.def ! 360: ./def68k ! 361: def68k-proto.h: def68k def68k.def ! 362: ./def68k ! 363: ! 364: cpu68k-0.c: gen68k ! 365: ./gen68k ! 366: cpu68k-1.c: gen68k ! 367: ./gen68k ! 368: cpu68k-2.c: gen68k ! 369: ./gen68k ! 370: cpu68k-3.c: gen68k ! 371: ./gen68k ! 372: cpu68k-4.c: gen68k ! 373: ./gen68k ! 374: cpu68k-5.c: gen68k ! 375: ./gen68k ! 376: cpu68k-6.c: gen68k ! 377: ./gen68k ! 378: cpu68k-7.c: gen68k ! 379: ./gen68k ! 380: cpu68k-8.c: gen68k ! 381: ./gen68k ! 382: cpu68k-9.c: gen68k ! 383: ./gen68k ! 384: cpu68k-a.c: gen68k ! 385: ./gen68k ! 386: cpu68k-b.c: gen68k ! 387: ./gen68k ! 388: cpu68k-c.c: gen68k ! 389: ./gen68k ! 390: cpu68k-d.c: gen68k ! 391: ./gen68k ! 392: cpu68k-e.c: gen68k ! 393: ./gen68k ! 394: cpu68k-f.c: gen68k ! 395: ./gen68k ! 396: ! 397: # Tell versions [3.59,3.63) of GNU make to not export all variables. ! 398: # Otherwise a system limit (for SysV at least) may be exceeded. ! 399: .NOEXPORT:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.