mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 03:24:41 +08:00
9146585a05
These manual settings were necessary when we weren't doing automatic header dependency tracking. That was changed a while ago, and we use automake now to do it all for us. As a result, many of these vars aren't even referenced anymore. Further, some of the source file generation (e.g. .c files, or igen, or cgen outputs) were moved to the common automake build, and it takes care of dependency tracking for us with the object files.
29 lines
947 B
Makefile
29 lines
947 B
Makefile
# Makefile template for Configure for the D10v sim library.
|
|
# Copyright (C) 1996-2022 Free Software Foundation, Inc.
|
|
# 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
|
|
# the Free Software Foundation; either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# 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.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
## COMMON_PRE_CONFIG_FRAG
|
|
|
|
SIM_OBJS = \
|
|
interp.o \
|
|
$(SIM_NEW_COMMON_OBJS) \
|
|
sim-resume.o \
|
|
table.o \
|
|
simops.o \
|
|
endian.o
|
|
|
|
## COMMON_POST_CONFIG_FRAG
|