Lines Matching defs:CONTIKI
0 CONTIKI=contiki-ng
6 all: $(CONTIKI) check-version server
8 $(CONTIKI):
10 echo "Updating $(CONTIKI) to ${WITH_CONTIKI_NG_BRANCH}"
11 (cd ${CONTIKI} ; git pull --tags 2> /dev/null ; git checkout ${WITH_CONTIKI_NG_BRANCH})
12 cd $(CONTIKI)/os/net/app-layer && rm -rf libcoap && ln -s ../../../../../.. libcoap
15 @(if [ -d $(CONTIKI) ] ; then \
16 cd $(CONTIKI) ; \
21 echo "Updating $(CONTIKI) to ${WITH_CONTIKI_NG_BRANCH}" ; \
28 server: $(CONTIKI)
29 $(MAKE) -f Makefile.contiki CONTIKI=$(CONTIKI) TARGET=$(TARGET) server
32 $(MAKE) -f Makefile.contiki CONTIKI=$(CONTIKI) TARGET=$(TARGET) clean