| Last change
 on this file since 3759 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 | 
      
      
| Line |  | 
|---|
| 1 | ############################################################ | 
|---|
| 2 | ##  makefile for interferometer response | 
|---|
| 3 | ##  R.Ansari - Avril 2010 | 
|---|
| 4 | ############################################################ | 
|---|
| 5 |  | 
|---|
| 6 | include $(SOPHYABASE)/include/sophyamake.inc | 
|---|
| 7 |  | 
|---|
| 8 | all : pknoise | 
|---|
| 9 |  | 
|---|
| 10 | clean : | 
|---|
| 11 | rm Objs/* | 
|---|
| 12 |  | 
|---|
| 13 | pknoise : Objs/pknoise | 
|---|
| 14 | echo 'makefile : pknoise made' | 
|---|
| 15 |  | 
|---|
| 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) | 
|---|
| 18 |  | 
|---|
| 19 | Objs/pknoise.o : pknoise.cc specpk.h  mdish.h | 
|---|
| 20 | $(CXXCOMPILE) -o Objs/pknoise.o pknoise.cc | 
|---|
| 21 |  | 
|---|
| 22 | Objs/specpk.o : specpk.cc specpk.h  mdish.h | 
|---|
| 23 | $(CXXCOMPILE) -o Objs/specpk.o specpk.cc | 
|---|
| 24 |  | 
|---|
| 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.