• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.hp/gdb.compat/
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4EXECUTABLES = xdb xdb-test
5
6all:
7	@echo "Nothing to be done for all..."
8
9info:
10install-info:
11dvi:
12install:
13uninstall: force
14installcheck:
15check:
16
17clean mostlyclean:
18	-rm -f *~ *.o *.ci
19	-rm -f core $(EXECUTABLES)
20
21distclean maintainer-clean realclean: clean
22	-rm -f Makefile config.status config.log
23	-rm -f *-init.exp
24	-rm -fr *.log summary detail *.plog *.sum *.psum site.*
25
26Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in
27	$(SHELL) ./config.status --recheck
28