gdb/
[binutils-gdb.git] / gdb / testsuite / gdb.reverse / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 EXECUTABLES = break-reverse consecutive-reverse finish-reverse \
5 machinestate solib-reverse step-reverse until-reverse \
6 watch-reverse i386-reverse
7
8 MISCELLANEOUS =
9
10 all info install-info dvi install uninstall installcheck check:
11 @echo "Nothing to be done for $@..."
12
13 clean mostlyclean:
14 rm -f *~ *.o *.x *.ci *.sl a.out core
15 rm -f $(EXECUTABLES) $(MISCELLANEOUS)
16
17 distclean maintainer-clean realclean: clean
18 rm -f Makefile config.status config.log site.* gdb.log gdb.sum
19