| 
            Last change
 on this file since 3622 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:
            349 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [3537] | 1 | #   ---- Makefile for SOPHYA/DemoPIApp module ----
 | 
|---|
 | 2 | #  User functions and loadable modules 
 | 
|---|
 | 3 | include $(SOPHYABASE)/include/sophyamake.inc
 | 
|---|
 | 4 | 
 | 
|---|
 | 5 | all : baoradex.so 
 | 
|---|
 | 6 | 
 | 
|---|
 | 7 | clean : 
 | 
|---|
 | 8 |         rm  baoradex.o baoradex.so
 | 
|---|
 | 9 | 
 | 
|---|
 | 10 | 
 | 
|---|
 | 11 | baoradex.so: baoradex.o
 | 
|---|
 | 12 |         $(CXXDLL) -o  baoradex.so  baoradex.o $(SOPHYAALLSLBLIST)
 | 
|---|
 | 13 | baoradex.o : baoradex.cc
 | 
|---|
 | 14 |         $(CXXCOMPILE) -c -o baoradex.o baoradex.cc
 | 
|---|
 | 15 | 
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.