* Makefile.in (clean): Remove Fission .dwo and .dwp files.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.go / Makefile.in
CommitLineData
a766d390
DE
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4EXECUTABLES = \
5 chan handcall hello integers methods package \
6 strings types unsafe
7
8all info install-info dvi install uninstall installcheck check:
9 @echo "Nothing to be done for $@..."
10
11clean mostlyclean:
12 -find . -name '*.o' -print | xargs rm -f
13 -find . -name '*.ali' -print | xargs rm -f
14 -rm -f *~ a.out
957df313 15 -rm -f *.dwo *.dwp
a766d390
DE
16 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
17
18distclean maintainer-clean realclean: clean
19 -rm -f Makefile config.status config.log
20 -rm -f *-init.exp gdb.log gdb.sum
21 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
This page took 0.032088 seconds and 4 git commands to generate.