|
version 1.41.2.1, 2005/10/05 15:25:46
|
version 1.42, 2005/05/17 03:15:54
|
|
|
|
| @echo " pasta builds for PASTA" | @echo " pasta builds for PASTA" |
| @echo " ilense-104 builds for the ilense testbed" | @echo " ilense-104 builds for the ilense testbed" |
| @echo | @echo |
| @echo " mica, mica2, mica2dot, cricket build Mote targets" |
@echo " mica, mica2, mica2dot, cricket, micaz, telos build Mote targets" |
| @echo | @echo |
| @echo Environment: | @echo Environment: |
| @echo " NATIVE_KCFLAGS=$(NATIVE_KCFLAGS)" | @echo " NATIVE_KCFLAGS=$(NATIVE_KCFLAGS)" |
|
|
|
| tinyos-1.x: | tinyos-1.x: |
| @echo TinyOS installation not found! | @echo TinyOS installation not found! |
| @echo Downloading and installing TinyOS-1.x from EmStar website... | @echo Downloading and installing TinyOS-1.x from EmStar website... |
| @wget http://cvs.cens.ucla.edu/emstar-platforms/tinyos-1.1.11-linked.tgz -O - | tar -xzf - |
@wget http://cvs.cens.ucla.edu/emstar-platforms/tinyos-latest-linked.tgz -O - | tar -xzf - |
| | |