* Makefile.in (clean): Remove Fission .dwo and .dwp files.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.xml / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 PROGS =
5
6 all info install-info dvi install uninstall installcheck check:
7 @echo "Nothing to be done for $@..."
8
9 clean mostlyclean:
10 -rm -f *.ci *.o $(OBJS) $(PROGS) *~ core
11 -rm -f *.dwo *.dwp
12
13 distclean maintainer-clean realclean: clean
14 -rm -f Makefile gdb.log gdb.sum
This page took 0.031641 seconds and 4 git commands to generate.