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

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

TCLSH = tclsh8.3

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)