2011-02-16 Tom Tromey <tromey@redhat.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / Makefile.in
CommitLineData
c906108c
SS
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4.PHONY: all clean mostlyclean distclean realclean
5
696d5a5b
DJ
6all info install-info dvi install uninstall installcheck check:
7 @echo "Nothing to be done for $@..."
c906108c
SS
8
9clean mostlyclean:
94f31136 10 -rm -f actions circ collection
67f16606 11 -rm -f *.o *.diff *~ *.bad core sh3 hppa mn10300
c906108c
SS
12
13distclean maintainer-clean realclean: clean
14 -rm -f Makefile config.status config.log
This page took 1.045419 seconds and 4 git commands to generate.