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