Introduce gdb.FinishBreakpoint in Python
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.python / Makefile.in
CommitLineData
f177e350
PA
1VPATH = @srcdir@
2srcdir = @srcdir@
3
f3e9a817 4EXECUTABLES = py-type py-value py-prettyprint py-template py-block \
b97c863c
MS
5 py-symbol py-mi py-breakpoint py-inferior py-infthread \
6 py-shared python lib-types py-events py-evthreads py-frame \
cc72b2a2
KP
7 py-mi py-pp-maint py-progspace py-section-script py-objfile \
8 py-finish-breakpoint py-finish-breakpoint2
e7fbb131 9
cc72b2a2 10MISCELLANEOUS = py-shared-sl.sl py-events-shlib.so py-events-shlib-nodebug.so
f177e350
PA
11
12all info install-info dvi install uninstall installcheck check:
13 @echo "Nothing to be done for $@..."
14
15clean mostlyclean:
16 -rm -f *~ *.o *.ci
e7fbb131 17 -rm -f core $(EXECUTABLES) $(MISCELLANEOUS)
f177e350
PA
18
19distclean maintainer-clean realclean: clean
1d41d745 20 -rm -f Makefile config.status config.log gdb.log gdb.sum
This page took 0.3743 seconds and 4 git commands to generate.