New python module gdb.types.
[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
7
8 MISCELLANEOUS = py-shared-sl.sl
9
10 all info install-info dvi install uninstall installcheck check:
11 @echo "Nothing to be done for $@..."
12
13 clean mostlyclean:
14 -rm -f *~ *.o *.ci
15 -rm -f core $(EXECUTABLES) $(MISCELLANEOUS)
16
17 distclean maintainer-clean realclean: clean
18 -rm -f Makefile config.status config.log
This page took 0.030046 seconds and 4 git commands to generate.