################################################################ # # # This makefile generates a standard tclkit executable on # # your unix machine. # # # # Just put it into an empty directory and type 'make'. # # It then retrieves everything it needs from the internet # # in the most stable version available. # # # ################################################################ # Set TCLSH to the name of your tclsh (Any 8.x tclsh should do). TCLSH = tclsh # Set GET to the name of a prog that is able to retrieve # a single file from the internet. GET = wget -q # This is the 'mother of the universe'. SOURCE = https://www.equi4.com/pub/tk/tars/genkit tclkit: genkit $(TCLSH) genkit A $(TCLSH) genkit B tcl sh genkit B all sh genkit C sh genkit D sh genkit E genkit: $(GET) $(SOURCE) clean: rm -rf build dummy-$(HOSTNAME) install noarch out \ result-$(HOSTNAME).tar.gz src tclkit-$(HOSTNAME) fresh: clean rm -rf tars genkit