a86edaf475165ea5eade07d69f450bed19a14f99
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.arch / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 EXECUTABLES = altivec-abi altivec-regs amd64-byte amd64-disp-step \
5 amd64-dword amd64-i386-address amd64-word i386-bp_permanent \
6 i386-permbkpt i386-avx i386-signal i386-sse
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 gcore.test system-gcore
13 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
14
15 distclean maintainer-clean realclean: clean
16 -rm -f *~ core
17 -rm -f Makefile config.status config.log
18 -rm -f *-init.exp gdb.log gdb.sum
19 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
This page took 0.030982 seconds and 4 git commands to generate.