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-apple2/Makefile.apple2 b/contiki-apple2/Makefile.apple2
index 6c16152..8c6debe 100644
--- a/contiki-apple2/Makefile.apple2
+++ b/contiki-apple2/Makefile.apple2
@@ -30,13 +30,14 @@
 #
 # This file is part of the Contiki desktop environment
 #
-# $Id: Makefile.apple2,v 1.10 2005/04/18 21:49:36 oliverschmidt Exp $
+# $Id: Makefile.apple2,v 1.11 2005/04/18 22:05:31 oliverschmidt Exp $
 #
 
 all: contiki
 
 SYS=apple2enh
 
+include $(CONTIKI)/Makefile.common
 include $(CONTIKICC65)/Makefile.cc65
 
 AFLAGS:=-t $(SYS) -I lib -I $(CC65_INC)/../asminc