Make lists of source files for each app available individually - i.e. for creation of dynamically loadable modules.

This commit is contained in:
oliverschmidt 2007-04-05 19:50:43 +00:00
parent e5d3453a79
commit 661a58cddb
19 changed files with 43 additions and 41 deletions

View file

@ -1,6 +1,6 @@
APP_SOURCES += webserver-nogui.c httpd.c http-strings.c psock.c uipbuf.c \
memb.c httpd-fs.c httpd-cgi.c
DSC_SOURCES += webserver-dsc.c
webserver_src = webserver-nogui.c httpd.c http-strings.c psock.c uipbuf.c \
memb.c httpd-fs.c httpd-cgi.c
webserver_dsc = webserver-dsc.c
#$(CONTIKI)/apps/webserver/http-strings.c: $(CONTIKI)/apps/webserver/http-strings
# cd $(CONTIKI)/apps/webserver/; $(CONTIKI)/tools/makestrings $<