mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
sim: common: move modules.c to source tracking
This makes sure the arch-specific modules.c wildcard is matched and not the common/%.c so that we compile it correctly. It also makes sure each subdir has depdir logic enabled.
This commit is contained in:
680
sim/Makefile.in
680
sim/Makefile.in
File diff suppressed because it is too large
Load Diff
@@ -16,6 +16,8 @@
|
||||
## You should have received a copy of the GNU General Public License
|
||||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
@@ -24,7 +26,6 @@
|
||||
%D%/cpustate.o \
|
||||
%D%/interp.o \
|
||||
%D%/memory.o \
|
||||
%D%/modules.o \
|
||||
%D%/sim-resume.o \
|
||||
%D%/simulator.o
|
||||
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
|
||||
AM_CPPFLAGS_%C% = -DMODET
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
@@ -27,8 +29,7 @@ AM_CPPFLAGS_%C% = -DMODET
|
||||
%D%/armemu.o \
|
||||
%D%/armemu32.o %D%/arminit.o %D%/armos.o %D%/armsupp.o \
|
||||
%D%/armvirt.o %D%/thumbemu.o \
|
||||
%D%/armcopro.o %D%/maverick.o %D%/iwmmxt.o \
|
||||
%D%/modules.o
|
||||
%D%/armcopro.o %D%/maverick.o %D%/iwmmxt.o
|
||||
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
|
||||
|
||||
noinst_LIBRARIES += %D%/libsim.a
|
||||
|
||||
@@ -15,13 +15,14 @@
|
||||
## You should have received a copy of the GNU General Public License
|
||||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
%D%/interp.o \
|
||||
$(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
%D%/modules.o \
|
||||
%D%/sim-resume.o
|
||||
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
|
||||
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
|
||||
AM_CPPFLAGS_%C% = $(SDL_CFLAGS)
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
@@ -29,7 +31,6 @@ AM_CPPFLAGS_%C% = $(SDL_CFLAGS)
|
||||
%D%/gui.o \
|
||||
%D%/interp.o \
|
||||
%D%/machs.o \
|
||||
%D%/modules.o \
|
||||
%D%/sim-resume.o
|
||||
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
|
||||
|
||||
|
||||
@@ -23,12 +23,13 @@ AM_CPPFLAGS_%C%_decode_be.o = -DWANT_ISA_EBPFBE
|
||||
AM_CPPFLAGS_%C%_sem_le.o = -DWANT_ISA_EBPFLE
|
||||
AM_CPPFLAGS_%C%_sem_be.o = -DWANT_ISA_EBPFBE
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
$(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
%D%/modules.o \
|
||||
\
|
||||
%D%/cgen-run.o \
|
||||
%D%/cgen-scache.o \
|
||||
|
||||
@@ -16,13 +16,14 @@
|
||||
## You should have received a copy of the GNU General Public License
|
||||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
$(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
%D%/interp.o \
|
||||
%D%/modules.o \
|
||||
%D%/sim-resume.o \
|
||||
%D%/simops.o \
|
||||
%D%/table.o
|
||||
|
||||
@@ -16,13 +16,14 @@
|
||||
## You should have received a copy of the GNU General Public License
|
||||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
$(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(%C%_SIM_EXTRA_HW_DEVICES)) \
|
||||
%D%/modules.o \
|
||||
\
|
||||
%D%/cgen-run.o \
|
||||
%D%/cgen-scache.o \
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
## You should have received a copy of the GNU General Public License
|
||||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
@@ -23,7 +25,6 @@
|
||||
$(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
%D%/endian.o \
|
||||
%D%/modules.o \
|
||||
%D%/sim-resume.o \
|
||||
%D%/simops.o \
|
||||
%D%/table.o
|
||||
|
||||
@@ -25,6 +25,8 @@ AM_CPPFLAGS_%C% = $(READLINE_CFLAGS)
|
||||
## behaviour of UART interrupt routines ...
|
||||
AM_CPPFLAGS_%C% += -DFAST_UART
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
@@ -33,8 +35,7 @@ AM_CPPFLAGS_%C% += -DFAST_UART
|
||||
%D%/float.o \
|
||||
%D%/func.o \
|
||||
%D%/help.o \
|
||||
%D%/interf.o \
|
||||
%D%/modules.o
|
||||
%D%/interf.o
|
||||
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
|
||||
|
||||
noinst_LIBRARIES += %D%/libsim.a
|
||||
|
||||
@@ -16,13 +16,14 @@
|
||||
## You should have received a copy of the GNU General Public License
|
||||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
$(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
%D%/interp.o \
|
||||
%D%/modules.o \
|
||||
%D%/sim-main.o \
|
||||
%D%/sim-resume.o
|
||||
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
|
||||
|
||||
@@ -22,12 +22,13 @@ AM_CPPFLAGS_%C% = $(SIM_FRV_TRAPDUMP_FLAGS)
|
||||
AM_CFLAGS_%C%_memory.o = -Wno-error
|
||||
AM_CFLAGS_%C%_sem.o = -Wno-error
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
$(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
%D%/modules.o \
|
||||
\
|
||||
%D%/cgen-accfp.o \
|
||||
%D%/cgen-fpu.o \
|
||||
|
||||
@@ -16,13 +16,14 @@
|
||||
## You should have received a copy of the GNU General Public License
|
||||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
$(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
%D%/interp.o \
|
||||
%D%/modules.o \
|
||||
%D%/sim-resume.o
|
||||
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
|
||||
|
||||
|
||||
@@ -16,13 +16,14 @@
|
||||
## You should have received a copy of the GNU General Public License
|
||||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
%D%/compile.o \
|
||||
$(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
%D%/modules.o \
|
||||
%D%/sim-resume.o
|
||||
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
|
||||
|
||||
|
||||
@@ -16,12 +16,13 @@
|
||||
## You should have received a copy of the GNU General Public License
|
||||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
$(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
%D%/modules.o \
|
||||
\
|
||||
%D%/cgen-run.o \
|
||||
%D%/cgen-scache.o \
|
||||
|
||||
@@ -16,13 +16,14 @@
|
||||
## You should have received a copy of the GNU General Public License
|
||||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
$(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(%C%_SIM_EXTRA_HW_DEVICES)) \
|
||||
%D%/modules.o \
|
||||
\
|
||||
%D%/cgen-run.o \
|
||||
%D%/cgen-scache.o \
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
|
||||
AM_CPPFLAGS_%C% = -DTIMER_A
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
@@ -27,7 +29,6 @@ AM_CPPFLAGS_%C% = -DTIMER_A
|
||||
%D%/m32c.o \
|
||||
%D%/mem.o \
|
||||
%D%/misc.o \
|
||||
%D%/modules.o \
|
||||
%D%/r8c.o \
|
||||
%D%/reg.o \
|
||||
%D%/srcdest.o \
|
||||
|
||||
@@ -30,13 +30,14 @@ AM_CFLAGS_%C%_sem.o = -Wno-error
|
||||
AM_CFLAGS_%C%_sim_if.o = -Wno-error
|
||||
AM_CFLAGS_%C%_traps.o = -Wno-error
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
$(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(%C%_SIM_EXTRA_HW_DEVICES)) \
|
||||
%D%/modules.o \
|
||||
\
|
||||
%D%/cgen-run.o \
|
||||
%D%/cgen-scache.o \
|
||||
|
||||
@@ -27,6 +27,8 @@ AM_CPPFLAGS_%C% = \
|
||||
-DWITH_TARGET_ADDRESS_BITSIZE=32 \
|
||||
-DWITH_TARGET_WORD_MSB=31
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
@@ -39,7 +41,6 @@ AM_CPPFLAGS_%C% = \
|
||||
$(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(%C%_SIM_EXTRA_HW_DEVICES)) \
|
||||
%D%/modules.o \
|
||||
%D%/sim-resume.o
|
||||
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
|
||||
|
||||
|
||||
@@ -16,13 +16,14 @@
|
||||
## You should have received a copy of the GNU General Public License
|
||||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
%D%/interp.o \
|
||||
$(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
%D%/modules.o \
|
||||
%D%/sim-resume.o
|
||||
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
|
||||
|
||||
|
||||
@@ -16,13 +16,14 @@
|
||||
## You should have received a copy of the GNU General Public License
|
||||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
%D%/interp.o \
|
||||
$(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
%D%/modules.o \
|
||||
%D%/sim-resume.o
|
||||
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
|
||||
|
||||
|
||||
@@ -53,6 +53,8 @@ if SIM_MIPS_GEN_MODE_MULTI
|
||||
%D%/itable.o \
|
||||
%D%/multi-run.o
|
||||
endif
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
@@ -64,7 +66,6 @@ endif
|
||||
%D%/cp1.o \
|
||||
%D%/dsp.o \
|
||||
%D%/mdmx.o \
|
||||
%D%/modules.o \
|
||||
%D%/sim-main.o \
|
||||
%D%/sim-resume.o
|
||||
## Workaround Automake bug where $(SIM_MIPS_MULTI_OBJ) isn't copied from LIBADD
|
||||
|
||||
@@ -20,6 +20,8 @@ AM_CPPFLAGS_%C% = \
|
||||
-DPOLL_QUIT_INTERVAL=0x20 \
|
||||
-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
@@ -34,7 +36,6 @@ AM_CPPFLAGS_%C% = \
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(%C%_SIM_EXTRA_HW_DEVICES)) \
|
||||
%D%/interp.o \
|
||||
%D%/modules.o \
|
||||
%D%/op_utils.o \
|
||||
%D%/sim-resume.o
|
||||
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
|
||||
|
||||
@@ -18,13 +18,14 @@
|
||||
|
||||
AM_CPPFLAGS_%C% = -DDTB="\"$(dtbdir)/moxie-gdb.dtb\""
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
$(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
%D%/interp.o \
|
||||
%D%/modules.o \
|
||||
%D%/sim-resume.o
|
||||
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
|
||||
|
||||
|
||||
@@ -16,13 +16,14 @@
|
||||
## You should have received a copy of the GNU General Public License
|
||||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
$(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
%D%/msp430-sim.o \
|
||||
%D%/modules.o \
|
||||
%D%/sim-resume.o
|
||||
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
|
||||
|
||||
|
||||
@@ -17,12 +17,13 @@
|
||||
|
||||
AM_CPPFLAGS_%C% = -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
$(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
%D%/modules.o \
|
||||
\
|
||||
%D%/cgen-accfp.o \
|
||||
%D%/cgen-fpu.o \
|
||||
|
||||
@@ -16,13 +16,14 @@
|
||||
## You should have received a copy of the GNU General Public License
|
||||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
$(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
%D%/interp.o \
|
||||
%D%/modules.o \
|
||||
%D%/sim-resume.o
|
||||
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
|
||||
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
|
||||
AM_CPPFLAGS_%C% = -DWITH_TARGET_WORD_BITSIZE=$(SIM_RISCV_BITSIZE)
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
@@ -25,7 +27,6 @@ AM_CPPFLAGS_%C% = -DWITH_TARGET_WORD_BITSIZE=$(SIM_RISCV_BITSIZE)
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
%D%/interp.o \
|
||||
%D%/machs.o \
|
||||
%D%/modules.o \
|
||||
%D%/sim-main.o \
|
||||
%D%/sim-resume.o
|
||||
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
## You should have received a copy of the GNU General Public License
|
||||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
@@ -24,7 +26,6 @@
|
||||
%D%/cpu.o \
|
||||
%D%/rl78.o \
|
||||
%D%/gdb-if.o \
|
||||
%D%/modules.o \
|
||||
%D%/trace.o
|
||||
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
|
||||
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
|
||||
AM_CPPFLAGS_%C% = $(SIM_RX_CYCLE_ACCURATE_FLAGS)
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
@@ -30,8 +32,7 @@ AM_CPPFLAGS_%C% = $(SIM_RX_CYCLE_ACCURATE_FLAGS)
|
||||
%D%/syscalls.o \
|
||||
%D%/trace.o \
|
||||
%D%/gdb-if.o \
|
||||
%D%/err.o \
|
||||
%D%/modules.o
|
||||
%D%/err.o
|
||||
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
|
||||
|
||||
noinst_LIBRARIES += %D%/libsim.a
|
||||
|
||||
@@ -16,13 +16,14 @@
|
||||
## You should have received a copy of the GNU General Public License
|
||||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
%D%/interp.o \
|
||||
$(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \
|
||||
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
|
||||
%D%/modules.o \
|
||||
%D%/table.o
|
||||
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
|
||||
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
|
||||
AM_CPPFLAGS_%C% = -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31
|
||||
|
||||
nodist_%C%_libsim_a_SOURCES = \
|
||||
%D%/modules.c
|
||||
%C%_libsim_a_SOURCES = \
|
||||
$(common_libcommon_a_SOURCES)
|
||||
%C%_libsim_a_LIBADD = \
|
||||
@@ -32,7 +34,6 @@ AM_CPPFLAGS_%C% = -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31
|
||||
%D%/engine.o \
|
||||
%D%/irun.o \
|
||||
%D%/support.o \
|
||||
%D%/modules.o \
|
||||
%D%/sim-resume.o
|
||||
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user