gdbserver: Fix crash when QTinit is handled with no inferior process attached
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 .PHONY: all clean mostlyclean distclean realclean
5
6 PROGS = actions-changed ax backtrace deltrace disconnected-tracing \
7 infotrace no-attach-trace packetlen passc-dyn passcount report \
8 save-trace tfile tfind tracecmd tsv unavailable while-dyn while-stepping
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 actions circ collection
15 -rm -f *.o *.diff *~ *.bad core sh3 hppa mn10300 $(PROGS)
16 -rm -f *.dwo *.dwp
17
18 distclean maintainer-clean realclean: clean
19 -rm -f Makefile config.status config.log gdb.log gdb.sum
This page took 0.029339 seconds and 4 git commands to generate.