diff options
Diffstat (limited to 'gdb/testsuite/gdb.cell/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.cell/Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.cell/Makefile.in b/gdb/testsuite/gdb.cell/Makefile.in new file mode 100644 index 0000000..a0d0d78 --- /dev/null +++ b/gdb/testsuite/gdb.cell/Makefile.in @@ -0,0 +1,20 @@ +VPATH = @srcdir@ +srcdir = @srcdir@ + +EXECUTABLES = break bt coremaker data mem-access size + +SPU_EXECUTABLES = break-spu bt-spu bt2-spu coremaker-spu data-spu \ + ea-cache-spu ea-standalone ea-test mem-access-spu size-spu + +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 $(EXECUTABLES) $(SPU_EXECUTABLES) + +distclean maintainer-clean realclean: clean + -rm -f *~ core + -rm -f Makefile config.status config.log + -rm -f *-init.exp + -rm -fr *.log summary detail *.plog *.sum *.psum site.* |