URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [gdb/] [testsuite/] [gdb.java/] [Makefile.in] - Rev 840
Compare with Previous | Blame | View Log
srcdir = @srcdir@VPATH = @srcdir@all info install-info dvi install uninstall installcheck check:@echo "Nothing to be done for $@...".SUFFIXES: .java .class .o .exe .exp .check# Do 'make javamisc.check' to run just the javamisc.exp test..exp.check:rootme=`pwd`/; export rootme; \cd .. ; \$(MAKE) just-check RUNTESTFLAGS="${RUNTESTFLAGS} $*.exp" \EXPECT=${EXPECT}clean mostlyclean:-rm -f *.o ${OBJS} *.class *.exe *~ coredistclean maintainer-clean realclean: clean-rm -f Makefile config.status config.log
