--- tme/machine/sun2/Makefile.in 2018/04/24 16:37:52 1.1.1.1 +++ tme/machine/sun2/Makefile.in 2018/04/24 16:38:49 1.1.1.2 @@ -16,7 +16,7 @@ # Makefile.am for The Machine Emulator machine/sun2: -# $Id: Makefile.in,v 1.1.1.1 2018/04/24 16:37:52 root Exp $ +# $Id: Makefile.in,v 1.1.1.2 2018/04/24 16:38:49 root Exp $ # Copyright (c) 2003 Matt Fredette # All rights reserved. @@ -100,6 +100,9 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_CONFIG = @GTK_CONFIG@ +GTK_LIBS = @GTK_LIBS@ INCLTDL = @INCLTDL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -127,12 +130,20 @@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ TME_BUS_SUBDIRS = @TME_BUS_SUBDIRS@ +TME_FB_XLAT_DST = @TME_FB_XLAT_DST@ +TME_FB_XLAT_SRC = @TME_FB_XLAT_SRC@ TME_HOSTS = @TME_HOSTS@ TME_ICS = @TME_ICS@ TME_IC_SUBDIRS = @TME_IC_SUBDIRS@ TME_MACHINE_SUBDIRS = @TME_MACHINE_SUBDIRS@ TME_PREOPEN = @TME_PREOPEN@ +TME_SERIALS = @TME_SERIALS@ +TME_SERIAL_SUBDIRS = @TME_SERIAL_SUBDIRS@ VERSION = @VERSION@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ YACC = @YACC@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ @@ -184,7 +195,13 @@ AUTOMAKE_OPTIONS = 1.4 gnu INCLUDES = -I$(top_srcdir) -I$(srcdir) -I. -D_TME_IMPL pkglib_LTLIBRARIES = tme_machine_sun2.la -tme_machine_sun2_la_SOURCES = sun2-mainbus.c sun2-mmu.c sun2-control.c sun2-impl.h +tme_machine_sun2_la_SOURCES = \ + sun2-mainbus.c \ + sun2-mmu.c \ + sun2-control.c \ + sun2-bwtwo.c \ + sun2-impl.h + tme_machine_sun2_la_LDFLAGS = -module -version-info 0:0:0 tme_machine_sun2_la_LIBADD = $(top_builddir)/libtme/libtme.la \ ../sun/libtme-machine-sun.la @@ -203,13 +220,14 @@ LTLIBRARIES = $(pkglib_LTLIBRARIES) tme_machine_sun2_la_DEPENDENCIES = $(top_builddir)/libtme/libtme.la \ ../sun/libtme-machine-sun.la am_tme_machine_sun2_la_OBJECTS = sun2-mainbus.lo sun2-mmu.lo \ - sun2-control.lo + sun2-control.lo sun2-bwtwo.lo tme_machine_sun2_la_OBJECTS = $(am_tme_machine_sun2_la_OBJECTS) DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/sun2-control.Plo \ +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/sun2-bwtwo.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/sun2-control.Plo \ @AMDEP_TRUE@ ./$(DEPDIR)/sun2-mainbus.Plo \ @AMDEP_TRUE@ ./$(DEPDIR)/sun2-mmu.Plo COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ @@ -271,6 +289,7 @@ mostlyclean-compile: distclean-compile: -rm -f *.tab.c +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sun2-bwtwo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sun2-control.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sun2-mainbus.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sun2-mmu.Plo@am__quote@ @@ -588,31 +607,6 @@ all-local: cp $$module $(top_builddir)/tme ; \ done ; \ fi - -#noinst_PROGRAMS = sun2-test -#sun2_test_SOURCES = sun2-test.c -#sun2_test_LDADD = libtme-sun2.la \ -# ../sun/libtme-sun.la \ -# ../../host/posix/libtme-posix.la \ -# ../../host/bsd/libtme-bsd.la \ -# ../../ic/m68k/libtme-m68k.la \ -# $(top_srcdir)/../vMac/CPU/libCPU.a \ -# ../../ic/ic-vol0/libtme-ic-vol0.la \ -# ../../bus/multibus/libtme-multibus.la \ -# ../../generic/libtme-generic.la \ -# ../../threads/libtme-threads.la - -# target to make remote things: -#../sun/libtme-machine-sun.la \ -#../../host/posix/libtme-posix.la \ -#../../host/bsd/libtme-bsd.la \ -#../../ic/m68k/libtme-m68k.la \ -#../../ic/ic-vol0/libtme-ic-vol0.la \ -#../../bus/multibus/libtme-multibus.la \ -#../../generic/libtme-generic.la \ -#../../threads/libtme-threads.la: force -# cd `dirname $@` && $(MAKE) `basename $@` -#force: ; # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: