OSDN Git Service

* dll_init.cc (dll_global_dtors): Add an additional test to avoid walking the
[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)