gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / sim / Makefile.in
index 75aadfc702247cc6f0bcff390dbe89066083e612..3de8a758a39c756a803d279a9f46ff0f1a5e5d6d 100644 (file)
@@ -1,6 +1,5 @@
 #    Makefile template for Configure for the sim library.
-#    Copyright (C) 1993, 1995, 1997, 1998, 2007, 2008, 2009
-#    Free Software Foundation, Inc.
+#    Copyright (C) 1993-2020 Free Software Foundation, Inc.
 #    Written by Cygnus Support.
 # 
 # This file is part of BFD, the Binary File Descriptor library.
@@ -31,6 +30,7 @@ bindir = @bindir@
 libdir = @libdir@
 tooldir = $(libdir)/$(target_alias)
 
+datarootdir = @datarootdir@
 datadir = @datadir@
 mandir = @mandir@
 man1dir = $(mandir)/man1
@@ -166,6 +166,16 @@ install:
                else true; fi; \
        done
 
+install-strip:
+       @rootme=`pwd` ; export rootme ; \
+       for dir in . ${SUBDIRS}; do \
+               if [ "$$dir" = "." ]; then \
+                       true; \
+               elif [ -d $$dir ]; then \
+                       (cd $$dir; $(MAKE) $(FLAGS_TO_PASS) install-strip) || exit 1; \
+               else true; fi; \
+       done
+
 installcheck:
        @echo No installcheck target is available yet for the GNU simulators.
 
This page took 0.023051 seconds and 4 git commands to generate.