diff options
Diffstat (limited to 'gdb/testsuite/gdb.opencl/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.opencl/Makefile.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gdb/testsuite/gdb.opencl/Makefile.in b/gdb/testsuite/gdb.opencl/Makefile.in deleted file mode 100644 index decf413..0000000 --- a/gdb/testsuite/gdb.opencl/Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ -VPATH = @srcdir@ -srcdir = @srcdir@ - -EXECUTABLES = callfuncs datatypes vec_comps convs_casts operators - -all info install-info dvi install uninstall installcheck check: - @echo "Nothing to be done for $@..." - -clean mostlyclean: - -rm -f *~ *.o a.out core corefile gcore.test - -rm -f *.dwo *.dwp - -rm -f $(EXECUTABLES) - -distclean maintainer-clean realclean: clean - -rm -f *~ core - -rm -f Makefile config.status config.log - -rm -f *-init.exp gdb.log gdb.sum - -rm -fr *.log summary detail *.plog *.sum *.psum site.* |