TCL=/usr/bin/tclsh SRC=base64.tcl clrdial.tcl configuration.tcl conversions.tcl \ location_scanner.tcl tclweather_scanner.tcl ticker.tcl \ tkNotebook.tcl tree.tcl all: tclweather_scanner.tcl location_scanner.tcl tclIndex locations.cache tclweather_scanner.tcl: ../utils/tclweather_scanner.tcl cp -f ../utils/tclweather_scanner.tcl . location_scanner.tcl: ../utils/location_scanner.tcl cp -f ../utils/location_scanner.tcl . tclIndex: $(SRC) echo auto_mkindex . $(SRC) | $(TCL) locations.cache: ../utils/locations.cache cp -f ../utils/locations.cache .