| 
            Last change
 on this file since 2110 was             1837, checked in by ansari, 24 years ago           | 
        
        
          | 
             
MAJ Makefile et numero de version - Reza 21/12/2001 
 
           | 
        
        
          | 
            File size:
            586 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [824] | 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
 | 
|---|
| [1837] | 8 |         $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
 | 
|---|
| [824] | 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 \
 | 
|---|
| [1242] | 18 |  $(INC)mutyv.h \
 | 
|---|
| [824] | 19 |  $(INC)dvlist.h \
 | 
|---|
 | 20 |  $(INC)objfio.h \
 | 
|---|
 | 21 |  $(INC)ppersist.h \
 | 
|---|
 | 22 |  $(INC)pexceptions.h \
 | 
|---|
 | 23 |  $(INC)gnumd5.h \
 | 
|---|
 | 24 |  $(INC)ndatablock.h \
 | 
|---|
| [1342] | 25 |  $(INC)utilarr.h \
 | 
|---|
 | 26 |  $(INC)tvector.h \
 | 
|---|
 | 27 |  $(INC)tmatrix.h
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.