PR python/18438
[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-mi py-pp-maint py-progspace py-section-script py-objfile \
8 py-finish-breakpoint py-finish-breakpoint2 py-value-cc py-explore \
9 py-explore-cc py-arch
10
11 MISCELLANEOUS = py-shared-sl.sl py-events-shlib.so py-events-shlib-nodebug.so
12
13 all info install-info dvi install uninstall installcheck check:
14 @echo "Nothing to be done for $@..."
15
16 clean mostlyclean:
17 -rm -f *~ *.o *.ci
18 -rm -f *.dwo *.dwp
19 -rm -f core $(EXECUTABLES) $(MISCELLANEOUS)
20
21 distclean maintainer-clean realclean: clean
22 -rm -f Makefile config.status config.log gdb.log gdb.sum
This page took 0.032484 seconds and 4 git commands to generate.