URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.2/] [gdb/] [testsuite/] [gdb.objc/] [Makefile.in] - Rev 414
Go to most recent revision | Compare with Previous | Blame | View Log
VPATH = @srcdir@
srcdir = @srcdir@
EXECUTABLES = basicclass
all:
@echo "Nothing to be done for all..."
info:
install-info:
dvi:
install:
uninstall: force
installcheck:
check:
clean mostlyclean:
-rm -f *~ *.o *.ci
-rm -f core ${EXECUTABLES}
distclean maintainer-clean realclean: clean
-rm -f Makefile config.status config.log
Go to most recent revision | Compare with Previous | Blame | View Log