Last change
on this file since 3072 was 3072, checked in by ansari, 19 years ago |
correction Makefile et smakefile (suppression dep. FFTW/fftw3.h) , Reza 13/09/2006
|
File size:
1.1 KB
|
Line | |
---|
1 | include ../BuildMgr/sophyamake.inc
|
---|
2 |
|
---|
3 | all: $(SOPHYALIBP)libIFFTW.a
|
---|
4 |
|
---|
5 | clean:
|
---|
6 | rm -f $(SOPHYAOBJP)fftw2server.o $(SOPHYAOBJP)fftw3server.o $(SOPHYAOBJP)fftwserver.o
|
---|
7 | rm -f $(SOPHYALIBP)libIFFTW.a
|
---|
8 |
|
---|
9 | $(SOPHYALIBP)libIFFTW.a : $(SOPHYAOBJP)fftwserver.o
|
---|
10 | $(AR) $(ARFLAGS) $@ $?
|
---|
11 | touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist
|
---|
12 |
|
---|
13 | $(SOPHYAOBJP)fftwserver.o: fftwserver.cc \
|
---|
14 | $(SOPHYAINCP)sopnamsp.h fftwserver.h \
|
---|
15 | $(SOPHYAINCP)machdefs.h \
|
---|
16 | $(SOPHYAINCP)sspvflags.h \
|
---|
17 | $(SOPHYAINCP)fftservintf.h \
|
---|
18 | $(SOPHYAINCP)machdefs.h \
|
---|
19 | $(SOPHYAINCP)pexceptions.h \
|
---|
20 | $(SOPHYAINCP)tmatrix.h \
|
---|
21 | $(SOPHYAINCP)tarray.h \
|
---|
22 | $(SOPHYAINCP)basarr.h \
|
---|
23 | $(SOPHYAINCP)anydataobj.h \
|
---|
24 | $(SOPHYAINCP)mutyv.h \
|
---|
25 | $(SOPHYAINCP)timestamp.h \
|
---|
26 | $(SOPHYAINCP)objfio.h \
|
---|
27 | $(SOPHYAINCP)ppersist.h \
|
---|
28 | $(SOPHYAINCP)gnumd5.h \
|
---|
29 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
30 | $(SOPHYAINCP)rawstream.h \
|
---|
31 | $(SOPHYAINCP)ppfnametag.h \
|
---|
32 | $(SOPHYAINCP)dvlist.h \
|
---|
33 | $(SOPHYAINCP)ndatablock.h \
|
---|
34 | $(SOPHYAINCP)utilarr.h \
|
---|
35 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
36 | $(SOPHYAINCP)tvector.h \
|
---|
37 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
38 | fftw2server.cc fftw3server.cc
|
---|
39 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftwserver.cc
|
---|
40 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.