* Makefile.in (clean): Remove Fission .dwo and .dwp files.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.hp / gdb.compat / Makefile.in
CommitLineData
7be570e7
JM
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4EXECUTABLES = xdb xdb-test
5
6all:
7 @echo "Nothing to be done for all..."
8
9info:
10install-info:
11dvi:
12install:
13uninstall: force
14installcheck:
15check:
16
17clean mostlyclean:
18 -rm -f *~ *.o *.ci
957df313 19 -rm -f *.dwo *.dwp
7be570e7
JM
20 -rm -f core $(EXECUTABLES)
21
22distclean maintainer-clean realclean: clean
23 -rm -f Makefile config.status config.log
24 -rm -f *-init.exp
25 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
This page took 1.146891 seconds and 4 git commands to generate.