OSDN Git Service

c1e653b79447964c07cb7d9304857eeafacc8b5a
[pf3gnuchains/pf3gnuchains4x.git] / gdb / gdbtk / library / Makefile
1
2 TCL := $(wildcard *.tcl *.itcl *.ith *.itb)
3
4 TCLSH = tclsh
5
6 tclIndex: $(TCL) Makefile
7         echo "package require Itcl; auto_mkindex `pwd` $(TCL)" | $(TCLSH)
8
9 tags: TAGS
10 TAGS: $(TCL)
11         etags --lang=none --regex='/[ \t]*\(proc\|method\|itcl_class\)[ \t]+\([^ \t]+\)/\1/' $(TCL)