Replaced all duplicate app defines contained in Makefile.common with references to that file.
diff --git a/contiki-gb/Makefile b/contiki-gb/Makefile
index f1399ae..0793d01 100644
--- a/contiki-gb/Makefile
+++ b/contiki-gb/Makefile
@@ -30,11 +30,13 @@
 #
 # This file is part of the Contiki desktop environment
 #
-# $Id: Makefile,v 1.1 2003/05/19 08:21:01 gpz Exp $
+# $Id: Makefile,v 1.2 2005/04/18 22:44:54 oliverschmidt Exp $
 #
 
 CONTIKI=../contiki
 
+include $(CONTIKI)/Makefile.common
+
 # Change the target system type here
 SYS=gbc
 
@@ -95,16 +97,6 @@
 	@$(CC) -S $(CFLAGS) $(OPT) -o $(patsubst %c, %s, $(notdir $<)) $<
 	@$(AS) -o $@ $(AFLAGS) $(*).s
 
-
-UIP=uip.o uip_arch.o uip_main.o resolv.o
-WWW=www.o webclient.o http-strings.o htmlparser.o html-strings.o
-EMAIL=email.o smtp.o smtp-strings.o
-TELNET=simpletelnet.o telnet.o
-
-#cbm only :(
-#WEBSERVER=webserver.o http-strings.o
-#VNC=vnc.o vnc-viewer.o vnc-draw.o vnc-draw-asm.o
-
 all: contiki
 
 contiki: contiki-main.o strncasecmp.o \