* Makefile.in (ALL_SUBDIRS): New variable.
[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 MISCELLANEOUS =
7
8 all info install-info dvi install uninstall installcheck check:
9 @echo "Nothing to be done for $@..."
10
11 clean mostlyclean:
12 -rm -f *~ *.o a.out *.x *.ci *.tmp
13 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
14 -rm -f $(MISCELLANEOUS)
15
16 distclean 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.037887 seconds and 5 git commands to generate.