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