* Makefile.in (clean): Remove Fission .dwo and .dwp files.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.opencl / Makefile.in
CommitLineData
f4b8a18d
KW
1VPATH = @srcdir@
2srcdir = @srcdir@
3
54fcddd0 4EXECUTABLES = callfuncs datatypes vec_comps convs_casts operators
f4b8a18d
KW
5
6all info install-info dvi install uninstall installcheck check:
7 @echo "Nothing to be done for $@..."
8
9clean mostlyclean:
10 -rm -f *~ *.o a.out core corefile gcore.test
957df313 11 -rm -f *.dwo *.dwp
f4b8a18d
KW
12 -rm -f $(EXECUTABLES)
13
14distclean maintainer-clean realclean: clean
15 -rm -f *~ core
16 -rm -f Makefile config.status config.log
1d41d745 17 -rm -f *-init.exp gdb.log gdb.sum
f4b8a18d 18 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
This page took 0.196053 seconds and 4 git commands to generate.