diff options
author | Pedro Alves <palves@redhat.com> | 2008-10-19 19:59:31 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-10-19 19:59:31 +0000 |
commit | f177e35094c597497602a558fd6f056bb3e48e92 (patch) | |
tree | 86e873281800b874cb57889fd47a14472b168ea7 /gdb/testsuite/gdb.python | |
parent | 23ac5f767b54ca13ac16f2888e6ba6875ee49a35 (diff) | |
download | gdb-f177e35094c597497602a558fd6f056bb3e48e92.zip gdb-f177e35094c597497602a558fd6f056bb3e48e92.tar.gz gdb-f177e35094c597497602a558fd6f056bb3e48e92.tar.bz2 |
* configure.ac: Output gdb.python/Makefile.
* configure: Regenerate.
* gdb.python/Makefile.in: New.
Diffstat (limited to 'gdb/testsuite/gdb.python')
-rw-r--r-- | gdb/testsuite/gdb.python/Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
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 |