Last change
on this file since 2743 was 2743, checked in by cmv, 20 years ago |
suite nouvelle structure cmv 20/05/05
|
File size:
816 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 |
|
---|
12 | $(SOPHYAOBJP)intflapack.o: intflapack.cc \
|
---|
13 | $(SOPHYAINCP)sopnamsp.h intflapack.h \
|
---|
14 | $(SOPHYAINCP)machdefs.h \
|
---|
15 | $(SOPHYAINCP)tarray.h \
|
---|
16 | $(SOPHYAINCP)basarr.h \
|
---|
17 | $(SOPHYAINCP)anydataobj.h \
|
---|
18 | $(SOPHYAINCP)mutyv.h \
|
---|
19 | $(SOPHYAINCP)dvlist.h \
|
---|
20 | $(SOPHYAINCP)objfio.h \
|
---|
21 | $(SOPHYAINCP)ppersist.h \
|
---|
22 | $(SOPHYAINCP)pexceptions.h \
|
---|
23 | $(SOPHYAINCP)gnumd5.h \
|
---|
24 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
25 | $(SOPHYAINCP)rawstream.h \
|
---|
26 | $(SOPHYAINCP)ppfnametag.h \
|
---|
27 | $(SOPHYAINCP)ndatablock.h \
|
---|
28 | $(SOPHYAINCP)utilarr.h \
|
---|
29 | $(SOPHYAINCP)tvector.h \
|
---|
30 | $(SOPHYAINCP)tmatrix.h
|
---|
31 | $(CXXCOMPILE) -o $@ $<
|
---|
32 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.