record-btrace: make ranges include begin and end
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.btrace / Makefile.in
CommitLineData
2f1d9bdd
MM
1VPATH = @srcdir@
2srcdir = @srcdir@
3
8710b709
MM
4EXECUTABLES = enable function_call_history instruction_history tailcall \
5 exception unknown_functions
2f1d9bdd
MM
6
7MISCELLANEOUS =
8
9all info install-info dvi install uninstall installcheck check:
10 @echo "Nothing to be done for $@..."
11
12clean mostlyclean:
13 rm -f *~ *.o *.x *.ci *.sl a.out core
14 rm -f *.dwo *.dwp
15 rm -f $(EXECUTABLES) $(MISCELLANEOUS)
16
17distclean maintainer-clean realclean: clean
18 rm -f Makefile config.status config.log site.* gdb.log gdb.sum
This page took 0.122462 seconds and 4 git commands to generate.