summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/library/Makefile
blob: c1e653b79447964c07cb7d9304857eeafacc8b5a (plain)
1
2
3
4
5
6
7
8
9
10
11

TCL := $(wildcard *.tcl *.itcl *.ith *.itb)

TCLSH = tclsh

tclIndex: $(TCL) Makefile
	echo "package require Itcl; auto_mkindex `pwd` $(TCL)" | $(TCLSH)

tags: TAGS
TAGS: $(TCL)
	etags --lang=none --regex='/[ \t]*\(proc\|method\|itcl_class\)[ \t]+\([^ \t]+\)/\1/' $(TCL)