Information about interesting [Current Projects]
My [Friends]
Information about [Random Number Generation]
Random [Scripts]
Information about [Threads]
My [Scratchpad]
Random [Links]
Random [Diatribes]
----
Information about [Tcl]
Random [Demonstrations]
Feel free to contact me about this website at mailto:wiki@rkeene.org
Information about [Roy Keene]
'''What you will find here'''
** [teapot-starkit2exe-makefile] **
BINS = testapp-linux-x86 testapp-solaris-sparc
EXTENSIONS = pki pki::pkcs11
all: $(BINS)
testapp-%: testapp.vfs/main.tcl testapp.vfs/testapp.tcl
rm -rf testapp.vfs/lib
teapot-client get testapp.vfs $(shell echo "$@" | sed 's@^testapp-@@;s@-@ @g') $(EXTENSIONS)
starkit2exe testapp.vfs "$@" $(shell echo "$@" | sed 's@^testapp-@@')
rm -rf testapp.vfs/lib