Last change
on this file since 2761 was 2751, checked in by cmv, 20 years ago |
gestion CXXCOMPILE-LIB-PROG cmv 20/05/05
|
File size:
823 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) $@ $?
|
---|
| 11 |
|
---|
| 12 | $(SOPHYAOBJP)intflapack.o: intflapack.cc \
|
---|
[2751] | 13 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 14 | 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
|
---|
[2751] | 32 | $(CXXCOMPILELIB) -o $@ $<
|
---|
[2743] | 33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.