* bfd.c (typedef bfd, Error reporting, Miscellaneous): Add INODEs.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.btrace / Makefile.in
CommitLineData
2f1d9bdd
MM
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4EXECUTABLES = enable function_call_history instruction_history
5
6MISCELLANEOUS =
7
8all info install-info dvi install uninstall installcheck check:
9 @echo "Nothing to be done for $@..."
10
11clean mostlyclean:
12 rm -f *~ *.o *.x *.ci *.sl a.out core
13 rm -f *.dwo *.dwp
14 rm -f $(EXECUTABLES) $(MISCELLANEOUS)
15
16distclean maintainer-clean realclean: clean
17 rm -f Makefile config.status config.log site.* gdb.log gdb.sum
This page took 0.034499 seconds and 4 git commands to generate.