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-c128/Makefile b/contiki-c128/Makefile
index 2f3b614..eaae147 100644
--- a/contiki-c128/Makefile
+++ b/contiki-c128/Makefile
@@ -27,7 +27,7 @@
 #
 # This file is part of the Contiki desktop environment
 #
-# $Id: Makefile,v 1.4 2005/04/18 21:50:21 oliverschmidt Exp $
+# $Id: Makefile,v 1.5 2005/04/18 22:06:20 oliverschmidt Exp $
 #
 
 all: contiki loader-arch-module.o loader-arch-dsc.o contiki-labels.o \
@@ -38,6 +38,7 @@
 CONTIKICC65=../contiki-cc65
 SYS=c128
 
+include $(CONTIKI)/Makefile.common
 include $(CONTIKICC65)/Makefile.cc65
 include Makefile.depend