missing commit for specifying output dir for simulation result
[IRC.git] / Robust / src / Makefile.raw.1
index 13c961e131bfc533e19411d482983fe86baad47e..0942bf6973f94b2ea99eacddee54dbd7e75a70b8 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 = 4x1
-#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_interrupt.o
                                          
 # this is for a multi-tile test
 include $(COMMONDIR)/Makefile.all