GDB copyright headers update after running GDB's copyright.py script.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.multi / Makefile.in
CommitLineData
b321dd90
PA
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4EXECUTABLES = hello hangout goodbye bkpt-multi-exec crashme
5
6all info install-info dvi install uninstall installcheck check:
7 @echo "Nothing to be done for $@..."
8
9clean mostlyclean:
10 -rm -f *~ *.o *.ci
957df313 11 -rm -f *.dwo *.dwp
b321dd90
PA
12 -rm -f core $(EXECUTABLES)
13
14distclean maintainer-clean realclean: clean
1d41d745 15 -rm -f Makefile config.status config.log gdb.log gdb.sum
This page took 1.122523 seconds and 4 git commands to generate.