• 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.mi/
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4PROGS = basics c_variable cpp_variable var-cmd
5
6MISCELLANEOUS = testcmds
7
8all info install-info dvi install uninstall installcheck check:
9	@echo "Nothing to be done for $@..."
10
11clean mostlyclean:
12	-rm -f *.ci *.o $(OBJS) $(PROGS) *~ core
13
14distclean maintainer-clean realclean: clean
15	-rm -f Makefile config.status config.log
16