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