| Last change
                  on this file since 209 was
                  197,
                  checked in by alain, 13 years ago | 
        
          | 
Activating the distributed scheduler in the memo Makefile.Fixing a bug in the boot_init.c file (initialisation of "tasks" variable in the schedulers)
 
 | 
        | File size:
            541 bytes | 
      
      
        
  | Rev | Line |  | 
|---|
| [163] | 1 | SRCS += $(wildcard src/*.cpp) | 
|---|
|  | 2 | SRCS += $(wildcard src/libelfpp/*) | 
|---|
|  | 3 | SRCS += main.cpp | 
|---|
|  | 4 |  | 
|---|
|  | 5 | HDRS += $(wildcard include/*) | 
|---|
|  | 6 | HDRS += $(wildcard include/libelfpp/elfpp/*) | 
|---|
|  | 7 | HDRS += $(wildcard include/libelfpp/dpp/*) | 
|---|
|  | 8 |  | 
|---|
| [165] | 9 | INCLUDES = -Iinclude/libelfpp -Iinclude/libelfpp/elfpp -Iinclude/ -I../xml | 
|---|
| [163] | 10 | memo.x: $(SRCS) $(HDRS) | 
|---|
| [197] | 11 | #g++ -Wall -g  $(SRCS) $(INCLUDES) -o memo.x | 
|---|
|  | 12 | g++ -Wall -g -DDISTRIBUTED_SCHEDULERS   $(SRCS) $(INCLUDES) -o memo.x | 
|---|
| [163] | 13 |  | 
|---|
| [173] | 14 | debug: $(SRCS) $(HDRS) | 
|---|
|  | 15 | g++ -Wall -DMOVER_DEBUG -g  $(SRCS) $(INCLUDES) -o debug.x | 
|---|
|  | 16 |  | 
|---|
|  | 17 | check: | 
|---|
|  | 18 | test/check.sh | 
|---|
|  | 19 |  | 
|---|
| [163] | 20 | clean: | 
|---|
| [173] | 21 | rm *.x | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.