| 
            Last change
 on this file since 3766 was             3756, checked in by ansari, 16 years ago           | 
        
        
          | 
             
Ajout des programmes de calcul de la sensibilite de l'interfero (plan(u,v), PNoise(k)) , Reza 28/04/2010 
 
           | 
        
        
          
            
              - 
Property                 svn:executable
 set to                 
*
               
             
           | 
        
        
          | 
            File size:
            737 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [3756] | 1 | ############################################################ 
 | 
|---|
 | 2 | ##  makefile for interferometer response 
 | 
|---|
 | 3 | ##  R.Ansari - Avril 2010  
 | 
|---|
 | 4 | ############################################################ 
 | 
|---|
 | 5 | 
 | 
|---|
| [3160] | 6 | include $(SOPHYABASE)/include/sophyamake.inc
 | 
|---|
 | 7 | 
 | 
|---|
| [3756] | 8 | all : pknoise  
 | 
|---|
| [3160] | 9 | 
 | 
|---|
| [3756] | 10 | clean : 
 | 
|---|
 | 11 |         rm Objs/* 
 | 
|---|
| [3160] | 12 | 
 | 
|---|
| [3756] | 13 | pknoise : Objs/pknoise
 | 
|---|
 | 14 |         echo 'makefile : pknoise made'
 | 
|---|
| [3160] | 15 | 
 | 
|---|
| [3756] | 16 | Objs/pknoise : Objs/pknoise.o Objs/specpk.o Objs/mdish.o
 | 
|---|
 | 17 |         $(CXXLINK) -o Objs/pknoise Objs/pknoise.o Objs/specpk.o Objs/mdish.o $(SOPHYAEXTSLBLIST)
 | 
|---|
| [3160] | 18 | 
 | 
|---|
| [3756] | 19 | Objs/pknoise.o : pknoise.cc specpk.h  mdish.h 
 | 
|---|
 | 20 |         $(CXXCOMPILE) -o Objs/pknoise.o pknoise.cc
 | 
|---|
| [3160] | 21 | 
 | 
|---|
| [3756] | 22 | Objs/specpk.o : specpk.cc specpk.h  mdish.h 
 | 
|---|
 | 23 |         $(CXXCOMPILE) -o Objs/specpk.o specpk.cc
 | 
|---|
| [3160] | 24 | 
 | 
|---|
| [3756] | 25 | Objs/mdish.o : mdish.cc mdish.h 
 | 
|---|
 | 26 |         $(CXXCOMPILE) -o Objs/mdish.o mdish.cc
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.