4 MYDESTDIR
=$(DESTDIR
)/usr
/lib
/tlc-base
6 TCLSH
= TCLLIBPATH
="." tclsh8.5
10 scripts
: scripts-stamp
12 scripts-stamp
: scripts
/*.tcl scripts
/*.itcl
17 install -d
$(MYDESTDIR
)
18 install -d
$(MYDESTDIR
)/scripts
19 install pkgIndex.tcl
$(MYDESTDIR
)
20 install init.tcl
$(MYDESTDIR
)
21 install scripts
/*.tcl
$(MYDESTDIR
)/scripts
22 install scripts
/*.itcl
$(MYDESTDIR
)/scripts
23 install scripts
/tclIndex
$(MYDESTDIR
)/scripts
28 teapot-pkg generate
--output teapot
--type zip .
30 install-teapot
: teapot
31 teapot-admin add
$(TEAPOT
) teapot
/*.zip
33 refresh-teapot
: teapot
34 teacup remove TLC-base
35 teacup
install teapot
/*
41 $(TCLSH
) tests
/all.tcl
$(TESTFLAGS
)
44 -rm -rf scripts
/tclIndex scripts-stamp teapot