Last change
on this file since 3009 was 3007, checked in by cmv, 19 years ago |
nettoyage et mise a niveau makefile pour tag V2 cmv 5/7/2006
|
File size:
1.1 KB
|
Rev | Line | |
---|
[2743] | 1 | include ../BuildMgr/sophyamake.inc
|
---|
[824] | 2 |
|
---|
[2743] | 3 | all: $(SOPHYALIBP)libLinAlg.a
|
---|
| 4 |
|
---|
[824] | 5 | clean:
|
---|
[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 \
|
---|
[2765] | 14 | $(SOPHYAINCP)sopnamsp.h intflapack.h \
|
---|
[2743] | 15 | $(SOPHYAINCP)machdefs.h \
|
---|
| 16 | $(SOPHYAINCP)tarray.h \
|
---|
[3007] | 17 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 18 | $(SOPHYAINCP)basarr.h \
|
---|
| 19 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 20 | $(SOPHYAINCP)mutyv.h \
|
---|
[2834] | 21 | $(SOPHYAINCP)timestamp.h \
|
---|
[2743] | 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 \
|
---|
[2834] | 29 | $(SOPHYAINCP)dvlist.h \
|
---|
[2743] | 30 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 31 | $(SOPHYAINCP)utilarr.h \
|
---|
| 32 | $(SOPHYAINCP)tvector.h \
|
---|
[3007] | 33 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 34 | $(SOPHYAINCP)tarray.h \
|
---|
| 35 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 36 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 37 | $(SOPHYAINCP)sspvflags.h \
|
---|
[2743] | 38 | $(SOPHYAINCP)tmatrix.h
|
---|
[2765] | 39 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ intflapack.cc
|
---|
[2743] | 40 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.