1999-04-16 03:35:26 +02:00
|
|
|
# Makefile template for Configure for the h8300 sim library.
|
2018-01-01 05:43:02 +01:00
|
|
|
# Copyright (C) 1990-2018 Free Software Foundation, Inc.
|
1999-04-16 03:35:26 +02:00
|
|
|
# Written by Cygnus Support.
|
2015-04-01 08:34:00 +02:00
|
|
|
#
|
1999-04-16 03:35:26 +02:00
|
|
|
# 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 16:30:15 +02:00
|
|
|
# the Free Software Foundation; either version 3 of the License, or
|
1999-04-16 03:35:26 +02:00
|
|
|
# (at your option) any later version.
|
2007-08-24 16:30:15 +02:00
|
|
|
#
|
1999-04-16 03:35:26 +02: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 16:30:15 +02:00
|
|
|
#
|
1999-04-16 03:35:26 +02:00
|
|
|
# You should have received a copy of the GNU General Public License
|
2007-08-24 16:30:15 +02:00
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
## COMMON_PRE_CONFIG_FRAG
|
|
|
|
|
2003-06-03 23:38:27 +02:00
|
|
|
SIM_OBJS = compile.o \
|
2015-12-30 10:28:10 +01:00
|
|
|
$(SIM_NEW_COMMON_OBJS) \
|
|
|
|
sim-resume.o
|
2003-06-03 23:38:27 +02:00
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
## COMMON_POST_CONFIG_FRAG
|