From f177e35094c597497602a558fd6f056bb3e48e92 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Sun, 19 Oct 2008 19:59:31 +0000 Subject: * configure.ac: Output gdb.python/Makefile. * configure: Regenerate. * gdb.python/Makefile.in: New. --- gdb/testsuite/gdb.python/Makefile.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gdb/testsuite/gdb.python/Makefile.in (limited to 'gdb/testsuite/gdb.python') diff --git a/gdb/testsuite/gdb.python/Makefile.in b/gdb/testsuite/gdb.python/Makefile.in new file mode 100644 index 0000000..79be9e7 --- /dev/null +++ b/gdb/testsuite/gdb.python/Makefile.in @@ -0,0 +1,14 @@ +VPATH = @srcdir@ +srcdir = @srcdir@ + +EXECUTABLES = python-value + +all info install-info dvi install uninstall installcheck check: + @echo "Nothing to be done for $@..." + +clean mostlyclean: + -rm -f *~ *.o *.ci + -rm -f core $(EXECUTABLES) + +distclean maintainer-clean realclean: clean + -rm -f Makefile config.status config.log -- cgit v1.1