| 
            Last change
 on this file since 1668 was             1342, checked in by ansari, 25 years ago           | 
        
        
          | 
             
Ajout de SVD ds LapackServer - Reza 24/11/2000 
 
           | 
        
        
          | 
            File size:
            576 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | include ../Mgr/Makefile.h
 | 
|---|
| 2 |  
 | 
|---|
| 3 | all: $(LIB)libLinAlg.a
 | 
|---|
| 4 | clean:
 | 
|---|
| 5 |         rm -f $(OBJ)intflapack.o
 | 
|---|
| 6 |         rm -f $(LIB)libLinAlg.a
 | 
|---|
| 7 | $(LIB)libLinAlg.a : $(OBJ)intflapack.o
 | 
|---|
| 8 |         $(ARCXX) $(ARCXXFLAGS) $@ $?
 | 
|---|
| 9 | ifeq ($(CXX),cxx)
 | 
|---|
| 10 |         $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
 | 
|---|
| 11 | endif 
 | 
|---|
| 12 |  
 | 
|---|
| 13 | $(OBJ)intflapack.o: intflapack.cc intflapack.h \
 | 
|---|
| 14 |  $(INC)machdefs.h \
 | 
|---|
| 15 |  $(INC)tarray.h \
 | 
|---|
| 16 |  $(INC)basarr.h \
 | 
|---|
| 17 |  $(INC)anydataobj.h \
 | 
|---|
| 18 |  $(INC)mutyv.h \
 | 
|---|
| 19 |  $(INC)dvlist.h \
 | 
|---|
| 20 |  $(INC)objfio.h \
 | 
|---|
| 21 |  $(INC)ppersist.h \
 | 
|---|
| 22 |  $(INC)pexceptions.h \
 | 
|---|
| 23 |  $(INC)gnumd5.h \
 | 
|---|
| 24 |  $(INC)ndatablock.h \
 | 
|---|
| 25 |  $(INC)utilarr.h \
 | 
|---|
| 26 |  $(INC)tvector.h \
 | 
|---|
| 27 |  $(INC)tmatrix.h
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.