| 
            Last change
 on this file since 3609 was             3537, checked in by ansari, 17 years ago           | 
        
        
          | 
             
Ajout du module AddOn/TAcq (programmes test pour acquisition BAORadio) ds cvs sophya (sous-repertoire AddOn/) , Reza 22/10/2008  
 
           | 
        
        
          | 
            File size:
            384 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [3537] | 1 | # Definition flag compilation et librariries SOPHYA
 | 
|---|
 | 2 | include $(SOPHYABASE)/include/sophyamake.inc
 | 
|---|
 | 3 | 
 | 
|---|
 | 4 | all : tbrpaq
 | 
|---|
 | 5 | 
 | 
|---|
 | 6 | clean : 
 | 
|---|
 | 7 |         rm tbrpaq tbrpaq.o brpaqu.o
 | 
|---|
 | 8 | 
 | 
|---|
 | 9 | tbrpaq : tbrpaq.o brpaqu.o
 | 
|---|
 | 10 |         $(CXXLINK) -o tbrpaq tbrpaq.o brpaqu.o  $(SOPHYAALLSLBLIST)
 | 
|---|
 | 11 | 
 | 
|---|
 | 12 | tbrpaq.o : tbrpaq.cc brpaqu.h
 | 
|---|
 | 13 |         $(CXXCOMPILE) -c -o tbrpaq.o tbrpaq.cc 
 | 
|---|
 | 14 | 
 | 
|---|
 | 15 | brpaqu.o : brpaqu.cc brpaqu.h
 | 
|---|
 | 16 |         $(CXXCOMPILE) -c -o brpaqu.o brpaqu.cc 
 | 
|---|
 | 17 | 
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.