summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.perf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.perf/Makefile')
-rw-r--r--gdb/testsuite/gdb.perf/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.perf/Makefile b/gdb/testsuite/gdb.perf/Makefile
new file mode 100644
index 00000000000..d6d873f110f
--- /dev/null
+++ b/gdb/testsuite/gdb.perf/Makefile
@@ -0,0 +1,15 @@
+
+srcdir = .
+
+.PHONY: all clean mostlyclean distclean realclean
+
+PROGS =
+
+all info install-info dvi install uninstall installcheck check:
+ @echo "Nothing to be done for $@..."
+
+clean mostlyclean:
+ -rm -f *.o *.diff *~ core $(PROGS)
+
+distclean maintainer-clean realclean: clean
+ -rm -f Makefile config.status config.log gdb.log gdb.sum