2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.python / Makefile.in
CommitLineData
f177e350
PA
1VPATH = @srcdir@
2srcdir = @srcdir@
3
bfd31e71 4EXECUTABLES = py-type py-value py-prettyprint py-template
f177e350
PA
5
6all info install-info dvi install uninstall installcheck check:
7 @echo "Nothing to be done for $@..."
8
9clean mostlyclean:
10 -rm -f *~ *.o *.ci
11 -rm -f core $(EXECUTABLES)
12
13distclean maintainer-clean realclean: clean
14 -rm -f Makefile config.status config.log
This page took 0.142903 seconds and 4 git commands to generate.