• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.arch/
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4EXECUTABLES = altivec-abi altivec-regs
5
6all info install-info dvi install uninstall installcheck check:
7	@echo "Nothing to be done for $@..."
8
9clean mostlyclean:
10	-rm -f *~ *.o a.out *.x *.ci *.tmp
11	-rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
12
13distclean 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.*
18