Ignore:
Timestamp:
Jul 30, 2012, 6:14:22 PM (12 years ago)
Author:
alain
Message:

Introducing support for distributed schedulers in the "memo" tool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/memo/Makefile

    r173 r187  
    99INCLUDES = -Iinclude/libelfpp -Iinclude/libelfpp/elfpp -Iinclude/ -I../xml
    1010memo.x: $(SRCS) $(HDRS)
    11         g++ -Wall -g  $(SRCS) $(INCLUDES) -o memo.x
     11        #g++ -Wall -g  $(SRCS) $(INCLUDES) -o memo.x
     12        g++ -Wall -g -DDISTRIBUTED_SCHEDULERS   $(SRCS) $(INCLUDES) -o memo.x
    1213
    1314debug: $(SRCS) $(HDRS)
Note: See TracChangeset for help on using the changeset viewer.