source: Sophya/trunk/SophyaExt/LinAlg/smakefile@ 4023

Last change on this file since 4023 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
Line 
1include $(SOPHYABASE)/include/sophyamake.inc
2
3all: $(SOPHYALIBP)libLinAlg.a
4
5clean:
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 \
15 intflapack.h \
16 $(SOPHYAINCP)machdefs.h \
17 $(SOPHYAINCP)tarray.h \
18 $(SOPHYAINCP)machdefs.h \
19 $(SOPHYAINCP)basarr.h \
20 $(SOPHYAINCP)anydataobj.h \
21 $(SOPHYAINCP)mutyv.h \
22 $(SOPHYAINCP)timestamp.h \
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 \
30 $(SOPHYAINCP)dvlist.h \
31 $(SOPHYAINCP)ndatablock.h \
32 $(SOPHYAINCP)utilarr.h \
33 $(SOPHYAINCP)randinterf.h \
34 $(SOPHYAINCP)tvector.h \
35 $(SOPHYAINCP)tmatrix.h \
36 $(SOPHYAINCP)tarray.h \
37 $(SOPHYAINCP)tmatrix_tsnl.h \
38 $(SOPHYAINCP)tvector_tsnl.h \
39 $(SOPHYAINCP)sspvflags.h \
40 $(SOPHYAINCP)tmatrix.h
41 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ intflapack.cc
42
Note: See TracBrowser for help on using the repository browser.