• 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.objc/
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4EXECUTABLES = basicclass
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