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
|
Rev | Line | |
---|
[2743] | 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) $@ $?
|
---|
[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 \
|
---|
| 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
|
---|
[2765] | 32 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ intflapack.cc
|
---|
[2743] | 33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.