Last change
on this file since 2989 was 2765, checked in by ansari, 20 years ago |
MAJ Makefile et smakefile suite gestion CXXTEMPFLG ds BuildMgr - cmv+Reza 25/5/2005
|
File size:
899 bytes
|
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)basarr.h \
|
---|
18 | $(SOPHYAINCP)anydataobj.h \
|
---|
19 | $(SOPHYAINCP)mutyv.h \
|
---|
20 | $(SOPHYAINCP)dvlist.h \
|
---|
21 | $(SOPHYAINCP)objfio.h \
|
---|
22 | $(SOPHYAINCP)ppersist.h \
|
---|
23 | $(SOPHYAINCP)pexceptions.h \
|
---|
24 | $(SOPHYAINCP)gnumd5.h \
|
---|
25 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
26 | $(SOPHYAINCP)rawstream.h \
|
---|
27 | $(SOPHYAINCP)ppfnametag.h \
|
---|
28 | $(SOPHYAINCP)ndatablock.h \
|
---|
29 | $(SOPHYAINCP)utilarr.h \
|
---|
30 | $(SOPHYAINCP)tvector.h \
|
---|
31 | $(SOPHYAINCP)tmatrix.h
|
---|
32 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ intflapack.cc
|
---|
33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.