Fix a typo
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cell / Makefile.in
CommitLineData
1ea34204
UW
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4EXECUTABLES = break bt coremaker data mem-access size
5
6SPU_EXECUTABLES = break-spu bt-spu bt2-spu coremaker-spu data-spu \
7 ea-cache-spu ea-standalone ea-test mem-access-spu size-spu
8
9all info install-info dvi install uninstall installcheck check:
10 @echo "Nothing to be done for $@..."
11
12clean mostlyclean:
13 -rm -f *~ *.o a.out core corefile gcore.test
14 -rm -f $(EXECUTABLES) $(SPU_EXECUTABLES)
15
16distclean maintainer-clean realclean: clean
17 -rm -f *~ core
18 -rm -f Makefile config.status config.log
19 -rm -f *-init.exp
20 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
This page took 0.068888 seconds and 4 git commands to generate.