missing commit for specifying output dir for simulation result
[IRC.git] / Robust / src / Makefile.raw.4
index 07f53da9a4feb07ed7cf82a944c9b55e381a26c9..3dcab3c609b44e436bd064eba1b4e73b56d08f25 100644 (file)
@@ -2,18 +2,19 @@ TOPDIR=/home/jzhou/starsearch
 include $(TOPDIR)/Makefile.include
 
 RGCCFLAGS += -O2 
-RGCCFLAGS += -DTASK -DMULTICORE -DRAW 
+RGCCFLAGS += ${RAWRGCCFLAGS}
+
+USE_SLGCC=1
 
 SIM-CYCLES = 10000
 
 ATTRIBUTES += HWIC
 
 TILE_PATTERN = 4x4
-#INCLUDES += -I.
 
 OBJECT_FILES_COMMON = multicoretask.o multicoreruntime.o Queue.o file.o math.o object.o \
-                                         GenericHashtable.o SimpleHash.o ObjectHash.o socket.o checkpoint.o\
-                                         taskdefs.o methods.o raw_dataCache.o mem.o
+                                         GenericHashtable.o SimpleHash.o ObjectHash.o socket.o\
+                                         taskdefs.o methods.o mem.o raw_dataCache.o raw_interrupt4.o
                                          
 # this is for a multi-tile test
 include $(COMMONDIR)/Makefile.all