| 
                Last change
                  on this file since 217 was
                  210,
                  checked in by karaoui, 13 years ago
           | 
        
        
          | 
               
Avoid incremmentinting Pseg of "PERI" type, to permit multiple mapping. 
 
           | 
        
        | 
            File size:
            495 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 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 |  | 
|---|
| 9 | INCLUDES = -Iinclude/libelfpp -Iinclude/libelfpp/elfpp -Iinclude/ -I../xml | 
|---|
| 10 | memo.x: $(SRCS) $(HDRS) | 
|---|
| 11 |         g++ -Wall -g -DDISTRIBUTED_SCHEDULERS   $(SRCS) $(INCLUDES) -o memo.x | 
|---|
| 12 |  | 
|---|
| 13 | debug: $(SRCS) $(HDRS) | 
|---|
| 14 |         g++ -Wall -DMOVER_DEBUG -g  $(SRCS) $(INCLUDES) -o debug.x | 
|---|
| 15 |  | 
|---|
| 16 | check: | 
|---|
| 17 |         test/check.sh | 
|---|
| 18 |  | 
|---|
| 19 | clean: | 
|---|
| 20 |         rm *.x | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.