1999-04-16 09:35:26 +08:00
|
|
|
# Makefile template for Configure for the arm sim library.
|
2021-01-01 16:03:39 +08:00
|
|
|
# Copyright 1995-2021 Free Software Foundation, Inc.
|
1999-04-16 09:35:26 +08:00
|
|
|
# Written by Cygnus Support.
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
2007-08-24 22:30:15 +08:00
|
|
|
# the Free Software Foundation; either version 3 of the License, or
|
1999-04-16 09:35:26 +08:00
|
|
|
# (at your option) any later version.
|
2007-08-24 22:30:15 +08:00
|
|
|
#
|
1999-04-16 09:35:26 +08:00
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
2007-08-24 22:30:15 +08:00
|
|
|
#
|
1999-04-16 09:35:26 +08:00
|
|
|
# You should have received a copy of the GNU General Public License
|
2007-08-24 22:30:15 +08:00
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
1999-04-16 09:35:26 +08:00
|
|
|
|
|
|
|
## COMMON_PRE_CONFIG_FRAG
|
|
|
|
|
2015-07-02 23:19:09 +08:00
|
|
|
SIM_EXTRA_CFLAGS = -DMODET
|
|
|
|
SIM_EXTRA_LIBS = -lm
|
2015-03-30 15:05:57 +08:00
|
|
|
|
|
|
|
SIM_OBJS = \
|
2015-04-12 17:47:39 +08:00
|
|
|
wrapper.o \
|
2015-03-30 15:05:57 +08:00
|
|
|
$(SIM_NEW_COMMON_OBJS) \
|
2021-04-25 00:51:46 +08:00
|
|
|
armemu.o armemu32.o arminit.o armos.o armsupp.o \
|
2015-11-16 11:45:36 +08:00
|
|
|
armvirt.o thumbemu.o \
|
2015-03-30 14:26:24 +08:00
|
|
|
armcopro.o maverick.o iwmmxt.o
|
1999-04-16 09:35:26 +08:00
|
|
|
|
|
|
|
## COMMON_POST_CONFIG_FRAG
|