2013-07-11 17:50:15 +02:00
|
|
|
CONTIKI_PROJECT = mbxxx-webserver
|
2010-10-25 15:34:28 +02:00
|
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
|
|
|
|
DEFINES=PROJECT_CONF_H=\"webserver-ajax-conf.h\"
|
|
|
|
|
|
|
|
#APPS = webserver
|
|
|
|
|
|
|
|
PROJECTDIRS = . $(CONTIKI)/apps/webserver
|
|
|
|
PROJECT_SOURCEFILES = ajax-cgi.c httpd-fs.c http-strings.c \
|
|
|
|
httpd.c webserver-dsc.c webserver-nogui.c
|
|
|
|
|
|
|
|
CONTIKI = ../../..
|
2014-11-12 10:18:29 +01:00
|
|
|
CONTIKI_WITH_IPV6 = 1
|
2010-10-25 15:34:28 +02:00
|
|
|
include $(CONTIKI)/Makefile.include
|