GDB copyright headers update after running GDB's copyright.py script.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.btrace / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 EXECUTABLES = enable function_call_history instruction_history tailcall \
5 exception unknown_functions record_goto delta step stepi \
6 multi-thread-step rn-dl-bind data
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 *.dwo *.dwp
16 rm -f $(EXECUTABLES) $(MISCELLANEOUS)
17
18 distclean maintainer-clean realclean: clean
19 rm -f Makefile config.status config.log site.* gdb.log gdb.sum
This page took 0.043498 seconds and 4 git commands to generate.