URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [gdb/] [gdbtcl/] [Makefile] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
TCL := $(wildcard *.tcl *.itcl *.ith *.itb)
ITCL_SH = itclsh3.0
tclIndex: $(TCL) Makefile
echo "auto_mkindex `pwd` $(TCL)" | $(ITCL_SH)
tags: TAGS
TAGS: $(TCL)
etags --lang=none --regex='/[ \t]*\(proc\|method\|itcl_class\)[ \t]+\([^ \t]+\)/\1/' $(TCL)
Go to most recent revision | Compare with Previous | Blame | View Log