URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.1/] [gdb/] [testsuite/] [gdb.java/] [Makefile.in] - Rev 248
Go to most recent revision | 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 *~ core
distclean maintainer-clean realclean: clean
-rm -f Makefile config.status config.log
Go to most recent revision | Compare with Previous | Blame | View Log