• 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.asm/
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4EXECUTABLES =
5MISCELLANEOUS = arch.inc
6
7all info install-info dvi install uninstall installcheck check:
8	@echo "Nothing to be done for $@..."
9
10clean mostlyclean:
11	-rm -f *~ *.o a.out *.x *.ci *.tmp
12	-rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
13	-rm -f $(MISCELLANEOUS)
14
15distclean maintainer-clean realclean: clean
16	-rm -f *~ core
17	-rm -f Makefile config.status config.log
18	-rm -f *-init.exp
19	-rm -fr *.log summary detail *.plog *.sum *.psum site.*
20