1 # Makefile template for Configure for the 68HC11 sim library.
2 # Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
3 # Written by Cygnus Support.
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19 ## COMMON_PRE_CONFIG_FRAG
21 M68HC11_OBJS
= interp.o m68hc11int.o m68hc12int.o \
22 emulos.o interrupts.o m68hc11_sim.o
24 # List of main object files for `run'.
27 SIM_OBJS
= $(M68HC11_OBJS
) \
28 $(SIM_NEW_COMMON_OBJS
) \
37 SIM_PROFILE
= -DPROFILE
=1 -DWITH_PROFILE
=-1
38 # We must use 32-bit addresses to support memory bank switching.
39 # The WORD_BITSIZE is normally 16 but must be switched (temporarily)
40 # to 32 to avoid a bug in the sim-common which uses 'unsigned_word'
41 # instead of 'address_word' in some places (the result is a truncation
42 # of the 32-bit address to 16-bit; and this breaks the simulator).
43 SIM_EXTRA_CFLAGS
= -DWITH_TARGET_WORD_BITSIZE
=32 \
44 -DWITH_TARGET_CELL_BITSIZE
=32 \
45 -DWITH_TARGET_ADDRESS_BITSIZE
=32 \
46 -DWITH_TARGET_WORD_MSB
=31
47 SIM_EXTRA_CLEAN
= clean-extra
49 SIM_EXTRA_OBJS
= @m68hc11_extra_objs@
51 INCLUDE
= $(srcdir)/..
/..
/include/gdb
/callback.h \
52 interrupts.h sim-main.h
55 ## COMMON_POST_CONFIG_FRAG
64 $(CC_FOR_BUILD
) $(BUILD_CFLAGS
) -o gencode
$(srcdir)/gencode.c
66 interp.o
: interp.c
$(INCLUDE
)
69 rm -f gencode m68hc11int.c