aboutsummaryrefslogtreecommitdiff
path: root/sim/microblaze/Makefile.in
diff options
context:
space:
mode:
authorMichael Eager <eager@eagercon.com>2009-09-23 20:01:47 +0000
committerMichael Eager <eager@eagercon.com>2009-09-23 20:01:47 +0000
commitbd30e45a3430ce30c63146aa8cad0796754581b6 (patch)
tree3338988a1d4b8e77678085490cd42637081860ce /sim/microblaze/Makefile.in
parent572771db36119a9aea94d265cfe9607b6c1721b9 (diff)
downloadgdb-bd30e45a3430ce30c63146aa8cad0796754581b6.zip
gdb-bd30e45a3430ce30c63146aa8cad0796754581b6.tar.gz
gdb-bd30e45a3430ce30c63146aa8cad0796754581b6.tar.bz2
2009-09-23 Michael Eager <eager@eagercon.com>
* configure: Add microblaze-*.* (not regenerated). * configure.ac: Likewise. * microblaze/config.in: New. * microblaze/configure: Generate. * microblaze/configure.ac: New. * microblaze/interp.c: New. * microblaze/Makefile.in: New. * microblaze/microblaze.h: New. * microblaze/microblaze.isa: New. * microblaze/sim-main.h: New. * microblaze/sysdep.h: New.
Diffstat (limited to 'sim/microblaze/Makefile.in')
-rw-r--r--sim/microblaze/Makefile.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/sim/microblaze/Makefile.in b/sim/microblaze/Makefile.in
new file mode 100644
index 0000000..f8babfe
--- /dev/null
+++ b/sim/microblaze/Makefile.in
@@ -0,0 +1,29 @@
+# Makefile template for Configure for the MCore sim library.
+# Copyright (C) 1990, 91, 92, 95, 96, 19, 1999, 2007, 2008, 2009
+# Free Software Foundation, Inc.
+# Written by Cygnus Solutions.
+#
+# 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-load.o
+SIM_EXTRA_LIBS = -lm
+SIM_EXTRA_CLEAN = microblaze-clean
+
+## COMMON_POST_CONFIG_FRAG
+
+interp.o: interp.c
+
+microblaze-clean: