Updated copyright notices for most files.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.arch / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 EXECUTABLES = altivec-abi altivec-regs
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 *.x *.ci *.tmp
11 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
12
13 distclean maintainer-clean realclean: clean
14 -rm -f *~ core
15 -rm -f Makefile config.status config.log
16 -rm -f *-init.exp
17 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
This page took 0.038105 seconds and 4 git commands to generate.