| Last change
                  on this file since 947 was
                  906,
                  checked in by cfuguet, 11 years ago | 
        
          | 
reconf: improve platform configuration scripts for OpenMP
 | 
        
          | 
              
                  Property svn:executable set to
                  * | 
        | File size:
            408 bytes | 
      
      
        
  | Line |  | 
|---|
| 1 | TAGS := cscope.out | 
|---|
| 2 | SOCLIB_CC_ARGS := | 
|---|
| 3 |  | 
|---|
| 4 | all: simul.x | 
|---|
| 5 | tags: $(TAGS) | 
|---|
| 6 |  | 
|---|
| 7 | simul.x: top.cpp top.desc | 
|---|
| 8 | soclib-cc $(SOCLIB_CC_ARGS) -P -p top.desc -I. -o simul.x | 
|---|
| 9 |  | 
|---|
| 10 | $(TAGS): top.desc | 
|---|
| 11 | soclib-cc -p $< --tags --tags-type=cscope --tags-output=$@ | 
|---|
| 12 |  | 
|---|
| 13 | clean: | 
|---|
| 14 | soclib-cc -x -p top.desc -I. | 
|---|
| 15 | rm -rf *.o *.x tty* term* | 
|---|
| 16 |  | 
|---|
| 17 | distclean: clean | 
|---|
| 18 | rm -f $(TAGS) hard_config.h | 
|---|
| 19 | find . -name "*.pyc" -exec rm -f {} \; | 
|---|
| 20 |  | 
|---|
| 21 | .PHONY: simul.x $(TAGS) | 
|---|
| 22 |  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.