| 
            Last change
 on this file since 3264 was             2735, checked in by cmv, 20 years ago           | 
        
        
          | 
             
memorisation makefile old-fashion Mgr  cmv 19/05/05 
 
           | 
        
        
          | 
            File size:
            662 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | include $(SOPHYABASEREP)/Include/MakefileUser.h
 | 
|---|
| 2 | 
 | 
|---|
| 3 | all:
 | 
|---|
| 4 |         cp MakeMinuit ./code/MakeMinuit
 | 
|---|
| 5 |         cd code; make -f MakeMinuit
 | 
|---|
| 6 | 
 | 
|---|
| 7 | clean:
 | 
|---|
| 8 |         cp MakeMinuit ./code/MakeMinuit
 | 
|---|
| 9 |         cd code; make -f MakeMinuit clean
 | 
|---|
| 10 | 
 | 
|---|
| 11 | cleanall:
 | 
|---|
| 12 |         cp MakeMinuit ./code/MakeMinuit
 | 
|---|
| 13 |         cd code; make -f MakeMinuit cleanall
 | 
|---|
| 14 | 
 | 
|---|
| 15 | install:
 | 
|---|
| 16 |         cp ./code/libminuit.a $(EXTLIBPATH)/.
 | 
|---|
| 17 |         if [ ! -d $(EXTINCPATH)/Cern ] ; then mkdir $(EXTINCPATH)/Cern ; fi
 | 
|---|
| 18 |         cd $(EXTINCPATH)/Cern/.; rm -f cfortran.h minuit.h hbook.h
 | 
|---|
| 19 |         cp ./cfortran/cfortran.h $(EXTINCPATH)/Cern/.
 | 
|---|
| 20 |         cp ./cfortran/minuit.h $(EXTINCPATH)/Cern/.
 | 
|---|
| 21 |         cp ./cfortran/hbook.h $(EXTINCPATH)/Cern/.
 | 
|---|
| 22 | 
 | 
|---|
| 23 | test:
 | 
|---|
| 24 |         cp MakeMinuit ./code/MakeMinuit
 | 
|---|
| 25 |         cd code; make -f MakeMinuit test
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.