about to make lots of changes to system, just committing this stable compilation...
[IRC.git] / Robust / src / Runtime / RAW / Makefile.raw.2
1 TOPDIR=/home/jzhou/starsearch
2 include $(TOPDIR)/Makefile.include
3
4 RGCCFLAGS += -O2 
5 RGCCFLAGS += ${RAWRGCCFLAGS}
6
7 USE_SLGCC=1
8
9 SIM-CYCLES = 10000
10
11 ATTRIBUTES += HWIC
12
13 TILE_PATTERN = 4x2
14
15 OBJECT_FILES_COMMON = multicoretask.o multicoreruntime.o Queue.o file.o math.o object.o \
16                                           GenericHashtable.o SimpleHash.o ObjectHash.o socket.o taskdefs.o \
17                                           methods.o mem.o task_arch.o raw_dataCache.o raw_interrupt2.o
18                                           
19 # this is for a multi-tile test
20 include $(COMMONDIR)/Makefile.all
21