* gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.opt / Makefile.in
CommitLineData
5876dc88
LM
1VPATH = @srcdir@
2srcdir = @srcdir@
3
edb3359d 4EXECUTABLES = clobbered-registers-O2 inline-bt inline-cmds inline-locals
5876dc88
LM
5
6MISCELLANEOUS =
7
8all info install-info dvi install uninstall installcheck check:
66d0bbc7 9 @echo "Nothing to be done for $@..."
5876dc88
LM
10
11clean mostlyclean:
66d0bbc7
DE
12 -find . -name '*.o' -print | xargs rm -f
13 -find . -name '*.ali' -print | xargs rm -f
14 -find . -name 'b~*.ad[sb]' -print | xargs rm -f
15 -rm -f *~ a.out xgdb *.x *.ci *.tmp
16 -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
17 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
18 -rm -f $(MISCELLANEOUS) twice-tmp.c
5876dc88
LM
19
20distclean maintainer-clean realclean: clean
66d0bbc7
DE
21 -rm -f *~ core
22 -rm -f Makefile config.status config.log
1d41d745 23 -rm -f *-init.exp gdb.log gdb.sum
66d0bbc7 24 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
This page took 0.397985 seconds and 4 git commands to generate.