* Makefile.in (clean): Remove Fission .dwo and .dwp files.
[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 amd64-dword \
5 amd64-entry-value 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 -rm -f *.dwo *.dwp
15
16 distclean maintainer-clean realclean: clean
17 -rm -f *~ core
18 -rm -f Makefile config.status config.log
19 -rm -f *-init.exp gdb.log gdb.sum
20 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
This page took 0.028781 seconds and 4 git commands to generate.