3 MYDESTDIR
=$(DESTDIR
)/usr
/lib
/tlc
6 TCLSH
= TCLLIBPATH
="." tclsh8.5
10 scripts
: scripts-stamp
12 scripts-stamp
: scripts
/*.itk scripts
/*.itcl
17 install -d
$(MYDESTDIR
)
18 install -d
$(MYDESTDIR
)/scripts
19 install -d
$(MYDESTDIR
)/scripts
/images
20 install -d
$(MYDESTDIR
)/tools
21 install --mode
644 pkgIndex.tcl
$(MYDESTDIR
)
22 install --mode
644 init.tcl
$(MYDESTDIR
)
23 install --mode
644 scripts
/*.itk
$(MYDESTDIR
)/scripts
24 install --mode
644 scripts
/*.itcl
$(MYDESTDIR
)/scripts
25 install --mode
644 scripts
/tclIndex
$(MYDESTDIR
)/scripts
26 -install --mode
644 scripts
/images
/*.gif
$(MYDESTDIR
)/scripts
/images
27 -install --mode
644 scripts
/images
/*.xbm
$(MYDESTDIR
)/scripts
/images
32 teapot-pkg generate
--output teapot
--type zip .
34 install-teapot
: teapot
35 teapot-admin add
$(TEAPOT
) teapot
/*.zip
37 refresh-teapot
: teapot
39 teacup
install teapot
/*
41 force-refresh-teapot
: teapot
43 teacup
install --force --timeout
1 teapot
/*-TLC-
*
49 $(TCLSH
) tests
/all.tcl
$(TESTFLAGS
)
52 -rm -rf scripts
/tclIndex scripts-stamp teapot