include/elf/
[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 \
7 py-pp-maint py-progspace py-section-script
e7fbb131
PA
8
9MISCELLANEOUS = py-shared-sl.sl
f177e350
PA
10
11all info install-info dvi install uninstall installcheck check:
12 @echo "Nothing to be done for $@..."
13
14clean mostlyclean:
15 -rm -f *~ *.o *.ci
e7fbb131 16 -rm -f core $(EXECUTABLES) $(MISCELLANEOUS)
f177e350
PA
17
18distclean maintainer-clean realclean: clean
1d41d745 19 -rm -f Makefile config.status config.log gdb.log gdb.sum
This page took 0.299462 seconds and 4 git commands to generate.