helpful progress reporting
[IRC.git] / Robust / src / Makefile.raw.4
index 07f53da9a4feb07ed7cf82a944c9b55e381a26c9..f0749b014df2f525ededc86091fdfe17c915a7a2 100644 (file)
@@ -2,18 +2,17 @@ TOPDIR=/home/jzhou/starsearch
 include $(TOPDIR)/Makefile.include
 
 RGCCFLAGS += -O2 
-RGCCFLAGS += -DTASK -DMULTICORE -DRAW 
+RGCCFLAGS += ${RAWRGCCFLAGS}
 
 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
+                                         taskdefs.o methods.o mem.o raw_dataCache.o raw_interrupt4.o
                                          
 # this is for a multi-tile test
 include $(COMMONDIR)/Makefile.all