Last change
on this file since 4086 was 3879, checked in by cmv, 15 years ago |
generation Makefile et smakefile en prevision du tag, cmv 10/09/2010
|
File size:
1.2 KB
|
Line | |
---|
1 | include $(SOPHYABASE)/include/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 \
|
---|
15 | fftwserver.h \
|
---|
16 | $(SOPHYAINCP)machdefs.h \
|
---|
17 | $(SOPHYAINCP)sspvflags.h \
|
---|
18 | $(SOPHYAINCP)fftservintf.h \
|
---|
19 | $(SOPHYAINCP)machdefs.h \
|
---|
20 | $(SOPHYAINCP)pexceptions.h \
|
---|
21 | $(SOPHYAINCP)tmatrix.h \
|
---|
22 | $(SOPHYAINCP)tarray.h \
|
---|
23 | $(SOPHYAINCP)basarr.h \
|
---|
24 | $(SOPHYAINCP)anydataobj.h \
|
---|
25 | $(SOPHYAINCP)mutyv.h \
|
---|
26 | $(SOPHYAINCP)timestamp.h \
|
---|
27 | $(SOPHYAINCP)objfio.h \
|
---|
28 | $(SOPHYAINCP)ppersist.h \
|
---|
29 | $(SOPHYAINCP)gnumd5.h \
|
---|
30 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
31 | $(SOPHYAINCP)rawstream.h \
|
---|
32 | $(SOPHYAINCP)ppfnametag.h \
|
---|
33 | $(SOPHYAINCP)dvlist.h \
|
---|
34 | $(SOPHYAINCP)ndatablock.h \
|
---|
35 | $(SOPHYAINCP)utilarr.h \
|
---|
36 | $(SOPHYAINCP)randinterf.h \
|
---|
37 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
38 | $(SOPHYAINCP)tvector.h \
|
---|
39 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
40 | fftw3server.cc \
|
---|
41 | $(SOPHYAINCP)FFTW/fftw3.h
|
---|
42 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftwserver.cc
|
---|
43 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.