URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [gdb/] [testsuite/] [gdb.stabs/] [Makefile.in] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
VPATH = @srcdir@
srcdir = @srcdir@
all:
@echo "Nothing to be done for all..."
#### host, target, and site specific Makefile frags come in here.
clean mostlyclean:
-rm -f *.o *~ core tmp.c tmp.s weird.s errs
distclean maintainer-clean realclean: clean
-rm -f Makefile config.status config.log
Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.ac
$(SHELL) ./config.status --recheck
Go to most recent revision | Compare with Previous | Blame | View Log