|
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:
903 bytes
|
| Rev | Line | |
|---|
| [2743] | 1 | include $(SOPHYABASE)/include/sophyamake.inc
|
|---|
| 2 |
|
|---|
| 3 | all: $(SOPHYALIBP)libIFFTW.a
|
|---|
| 4 |
|
|---|
| 5 | clean:
|
|---|
| 6 | rm -f $(SOPHYAOBJP)fftwserver.o
|
|---|
| 7 | rm -f $(SOPHYALIBP)libIFFTW.a
|
|---|
| 8 |
|
|---|
| 9 | $(SOPHYALIBP)libIFFTW.a : $(SOPHYAOBJP)fftwserver.o
|
|---|
| 10 | $(AR) $(ARFLAGS) $@ $?
|
|---|
| 11 |
|
|---|
| 12 | $(SOPHYAOBJP)fftwserver.o: fftwserver.cc \
|
|---|
| 13 | $(SOPHYAINCP)sopnamsp.h fftwserver.h \
|
|---|
| 14 | $(SOPHYAINCP)machdefs.h \
|
|---|
| 15 | $(SOPHYAINCP)fftservintf.h \
|
|---|
| 16 | $(SOPHYAINCP)pexceptions.h \
|
|---|
| 17 | $(SOPHYAINCP)tmatrix.h \
|
|---|
| 18 | $(SOPHYAINCP)tarray.h \
|
|---|
| 19 | $(SOPHYAINCP)basarr.h \
|
|---|
| 20 | $(SOPHYAINCP)anydataobj.h \
|
|---|
| 21 | $(SOPHYAINCP)mutyv.h \
|
|---|
| 22 | $(SOPHYAINCP)dvlist.h \
|
|---|
| 23 | $(SOPHYAINCP)objfio.h \
|
|---|
| 24 | $(SOPHYAINCP)ppersist.h \
|
|---|
| 25 | $(SOPHYAINCP)gnumd5.h \
|
|---|
| 26 | $(SOPHYAINCP)ppfbinstream.h \
|
|---|
| 27 | $(SOPHYAINCP)rawstream.h \
|
|---|
| 28 | $(SOPHYAINCP)ppfnametag.h \
|
|---|
| 29 | $(SOPHYAINCP)ndatablock.h \
|
|---|
| 30 | $(SOPHYAINCP)utilarr.h \
|
|---|
| 31 | $(SOPHYAINCP)tvector.h \
|
|---|
| 32 | $(SOPHYAINCP)FFTW/fftw.h \
|
|---|
| 33 | $(SOPHYAINCP)FFTW/rfftw.h
|
|---|
| 34 | $(CXXCOMPILE) -o $@ $<
|
|---|
| 35 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.