Added new contiki/Makefile.common to contain common defines. As an initial step moved the exsisting app defines from Makefile.cc65 over here.
diff --git a/contiki/Makefile.common b/contiki/Makefile.common
new file mode 100644
index 0000000..b75af74
--- /dev/null
+++ b/contiki/Makefile.common
@@ -0,0 +1,6 @@
+UIP=uip.o uip_arch.o uiplib.o resolv.o tcpip.o
+WWW=www.o webclient.o http-strings.o http-user-agent-string.o htmlparser.o html-strings.o 
+EMAIL=email.o smtp-socket.o smtp-strings.o ctk-textedit.o psock.o uipbuf.o lc-asm.o memb.o
+WEBSERVER=webserver.o httpd.o http-strings.o psock.o uipbuf.o lc-asm.o memb.o
+TELNET=simpletelnet.o telnet.o
+WGET=wget.o webclient.o http-strings.o http-user-agent-string.o