| Line |   | 
|---|
| 1 | include $(SOPHYABASE)/include/sophyamake.inc
 | 
|---|
| 2 |  
 | 
|---|
| 3 | all: $(SOPHYALIBP)libLinAlg.a
 | 
|---|
| 4 |  
 | 
|---|
| 5 | clean:
 | 
|---|
| 6 |          rm -f $(SOPHYAOBJP)intflapack.o
 | 
|---|
| 7 |         rm -f $(SOPHYALIBP)libLinAlg.a
 | 
|---|
| 8 |  
 | 
|---|
| 9 | $(SOPHYALIBP)libLinAlg.a : $(SOPHYAOBJP)intflapack.o
 | 
|---|
| 10 |         $(AR) $(ARFLAGS) $@ $? 
 | 
|---|
| 11 |         touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist
 | 
|---|
| 12 |  
 | 
|---|
| 13 | $(SOPHYAOBJP)intflapack.o: intflapack.cc \
 | 
|---|
| 14 |   $(SOPHYAINCP)sopnamsp.h intflapack.h \
 | 
|---|
| 15 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 16 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
| 17 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 18 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
| 19 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 20 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 21 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| 22 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 23 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 24 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 25 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 26 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 27 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 28 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 29 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 30 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| 31 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
| 32 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
| 33 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
| 34 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
| 35 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| 36 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
| 37 |   $(SOPHYAINCP)sspvflags.h \
 | 
|---|
| 38 |   $(SOPHYAINCP)tmatrix.h
 | 
|---|
| 39 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  intflapack.cc
 | 
|---|
| 40 |  
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.