2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.python / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 EXECUTABLES = py-type py-value py-prettyprint py-template py-block \
5 py-symbol py-mi py-breakpoint py-inferior py-infthread \
6 py-shared python lib-types py-events py-evthreads py-frame \
7 py-pp-maint py-progspace py-section-script py-objfile
8
9 MISCELLANEOUS = py-shared-sl.sl
10
11 all info install-info dvi install uninstall installcheck check:
12 @echo "Nothing to be done for $@..."
13
14 clean mostlyclean:
15 -rm -f *~ *.o *.ci
16 -rm -f core $(EXECUTABLES) $(MISCELLANEOUS)
17
18 distclean maintainer-clean realclean: clean
19 -rm -f Makefile config.status config.log gdb.log gdb.sum
This page took 0.029984 seconds and 4 git commands to generate.