2010-03-18 Stan Shebs <stan@codesourcery.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:
10 -rm -f actions circ collection limits
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 0.912755 seconds and 4 git commands to generate.