Add a new method 'disassemble' to gdb.Architecture class.
[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 7 py-mi py-pp-maint py-progspace py-section-script py-objfile \
06fc020f 8 py-finish-breakpoint py-finish-breakpoint2 py-value-cc py-explore \
9f44fbc0 9 py-explore-cc py-arch
e7fbb131 10
cc72b2a2 11MISCELLANEOUS = py-shared-sl.sl py-events-shlib.so py-events-shlib-nodebug.so
f177e350
PA
12
13all info install-info dvi install uninstall installcheck check:
14 @echo "Nothing to be done for $@..."
15
16clean mostlyclean:
17 -rm -f *~ *.o *.ci
957df313 18 -rm -f *.dwo *.dwp
e7fbb131 19 -rm -f core $(EXECUTABLES) $(MISCELLANEOUS)
f177e350
PA
20
21distclean maintainer-clean realclean: clean
1d41d745 22 -rm -f Makefile config.status config.log gdb.log gdb.sum
This page took 0.51739 seconds and 4 git commands to generate.