source: Sophya/trunk/SophyaExt/LinAlg/Makefile@ 4017

Last change on this file since 4017 was 3879, checked in by cmv, 15 years ago

generation Makefile et smakefile en prevision du tag, cmv 10/09/2010

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