replaced DEFAULT_TARGET with Makefile.target for specifying default target

This commit is contained in:
nifi 2009-06-26 12:04:46 +00:00
parent 1cc33ac451
commit f0a3477dd2
12 changed files with 6 additions and 8 deletions

View file

@ -1,7 +1,5 @@
all: empty all: empty
DEFAULT_TARGET=minimal-net
UIP_CONF_IPV6=1 UIP_CONF_IPV6=1
CONTIKI = ../.. CONTIKI = ../..

View file

@ -0,0 +1 @@
TARGET = minimal-net

View file

@ -1,6 +1,5 @@
all: example-ping6 all: example-ping6
APPS=ping6 APPS=ping6
DEFAULT_TARGET=minimal-net
UIP_CONF_IPV6=1 UIP_CONF_IPV6=1

View file

@ -0,0 +1 @@
TARGET = minimal-net

View file

@ -1,8 +1,6 @@
all: udp-server udp-client all: udp-server udp-client
DEFAULT_TARGET=minimal-net
UIP_CONF_IPV6=1 UIP_CONF_IPV6=1
DEFINES=WITH_UIP6
CONTIKI = ../.. CONTIKI = ../..
include $(CONTIKI)/Makefile.include include $(CONTIKI)/Makefile.include

View file

@ -0,0 +1 @@
TARGET = minimal-net

View file

@ -1,5 +1,4 @@
all: example-udp-receiver all: example-udp-receiver
DEFAULT_TARGET=minimal-net
UIP_CONF_IPV6=1 UIP_CONF_IPV6=1

View file

@ -0,0 +1 @@
TARGET = minimal-net

View file

@ -1,5 +1,4 @@
all: example-udp-sender all: example-udp-sender
DEFAULT_TARGET=minimal-net
UIP_CONF_IPV6=1 UIP_CONF_IPV6=1

View file

@ -0,0 +1 @@
TARGET = minimal-net

View file

@ -1,6 +1,5 @@
all: webserver6 all: webserver6
APPS=webserver APPS=webserver
DEFAULT_TARGET=minimal-net
UIP_CONF_IPV6=1 UIP_CONF_IPV6=1

View file

@ -0,0 +1 @@
TARGET = minimal-net