--- tme/machine/sun2/Makefile.in 2018/04/24 16:38:49 1.1.1.2 +++ tme/machine/sun2/Makefile.in 2018/04/24 16:40:07 1.1.1.3 @@ -16,7 +16,7 @@ # Makefile.am for The Machine Emulator machine/sun2: -# $Id: Makefile.in,v 1.1.1.2 2018/04/24 16:38:49 root Exp $ +# $Id: Makefile.in,v 1.1.1.3 2018/04/24 16:40:07 root Exp $ # Copyright (c) 2003 Matt Fredette # All rights reserved. @@ -83,6 +83,7 @@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ +CFLAGS_NO_STRICT_ALIASING = @CFLAGS_NO_STRICT_ALIASING@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ @@ -199,7 +200,6 @@ 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 @@ -220,14 +220,13 @@ 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-bwtwo.lo + sun2-control.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-bwtwo.Plo \ -@AMDEP_TRUE@ ./$(DEPDIR)/sun2-control.Plo \ +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/sun2-control.Plo \ @AMDEP_TRUE@ ./$(DEPDIR)/sun2-mainbus.Plo \ @AMDEP_TRUE@ ./$(DEPDIR)/sun2-mmu.Plo COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ @@ -289,7 +288,6 @@ 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@