URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [gdb/] [testsuite/] [gdb.opt/] [Makefile] - Rev 840
Compare with Previous | Blame | View Log
VPATH = ../../.././gdb/testsuite/gdb.optsrcdir = ../../.././gdb/testsuite/gdb.optEXECUTABLES = hello/helloMISCELLANEOUS =all info install-info dvi install uninstall installcheck check:@echo "Nothing to be done for $@..."clean mostlyclean:-find . -name '*.o' -print | xargs rm -f-find . -name '*.ali' -print | xargs rm -f-find . -name 'b~*.ad[sb]' -print | xargs rm -f-rm -f *~ a.out xgdb *.x *.ci *.tmp-rm -f *~ *.o a.out xgdb *.x *.ci *.tmp-rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)-rm -f $(MISCELLANEOUS) twice-tmp.cdistclean maintainer-clean realclean: clean-rm -f *~ core-rm -f Makefile config.status config.log-rm -f *-init.exp-rm -fr *.log summary detail *.plog *.sum *.psum site.*
