Replaced all duplicate app defines contained in Makefile.common with references to that file.
diff --git a/contiki-gba/Makefile b/contiki-gba/Makefile
index f5dde64..cb86b94 100644
--- a/contiki-gba/Makefile
+++ b/contiki-gba/Makefile
@@ -30,11 +30,13 @@
 #
 # This file is part of the Contiki desktop environment
 #
-# $Id: Makefile,v 1.1 2003/05/19 09:13:37 gpz Exp $
+# $Id: Makefile,v 1.2 2005/04/18 22:45:12 oliverschmidt Exp $
 #
 
 CONTIKI=../contiki
 
+include $(CONTIKI)/Makefile.common
+
 # Change the target system type here
 SYS=gba
 
@@ -130,15 +132,6 @@
 	@$(CC) $(CFLAGS) -S $(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
 
 # about-dsc.o netconf-dsc.o processes-dsc.o \