* Makefile.in (clean): Remove Fission .dwo and .dwp files.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.reverse / Makefile.in
CommitLineData
28d41a99
MS
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4EXECUTABLES = break-reverse consecutive-reverse finish-reverse \
3b48433d 5 i386-precsave i386-reverse i386-sse-reverse \
28d41a99 6 machinestate solib-reverse step-reverse until-reverse \
3b48433d 7 watch-reverse sigall-reverse sigall-precsave
28d41a99
MS
8
9MISCELLANEOUS =
10
11all info install-info dvi install uninstall installcheck check:
12 @echo "Nothing to be done for $@..."
13
14clean mostlyclean:
15 rm -f *~ *.o *.x *.ci *.sl a.out core
957df313 16 rm -f *.dwo *.dwp
28d41a99
MS
17 rm -f $(EXECUTABLES) $(MISCELLANEOUS)
18
19distclean maintainer-clean realclean: clean
1d41d745 20 rm -f Makefile config.status config.log site.* gdb.log gdb.sum
28d41a99 21
This page took 0.342477 seconds and 4 git commands to generate.