gdb
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.linespec / Makefile.in
CommitLineData
f8eba3c6
TT
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4EXECUTABLES = lspec
5
6all info install-info dvi install uninstall installcheck check:
7 @echo "Nothing to be done for $@..."
8
9clean mostlyclean:
10 -rm -f *~ *.o *.ci
11 -rm -f core $(EXECUTABLES)
12
13distclean maintainer-clean realclean: clean
14 -rm -f Makefile config.status config.log gdb.log gdb.sum
This page took 0.038458 seconds and 4 git commands to generate.