|
Last change
on this file since 785 was 765, checked in by ansari, 26 years ago |
|
Reorganisation - Creation du module ExtLib/IFFTW (FFTWServer) - Reza 2/3/2000
|
|
File size:
390 bytes
|
| Rev | Line | |
|---|
| [765] | 1 | include ../Mgr/Makefile.h
|
|---|
| 2 |
|
|---|
| 3 | all: $(LIB)libIFFTW.a
|
|---|
| 4 | clean:
|
|---|
| 5 | rm -f $(OBJ)fftwserver.o
|
|---|
| 6 | rm -f $(LIB)libIFFTW.a
|
|---|
| 7 | $(LIB)libIFFTW.a : $(OBJ)fftwserver.o
|
|---|
| 8 | $(ARCXX) $(ARCXXFLAGS) $@ $?
|
|---|
| 9 | ifeq ($(CXX),cxx)
|
|---|
| 10 | $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lIFFTW -L$(EXTLIBPATH) -lfftw -lrfftw -o $(OBJ)xx.x -Hf
|
|---|
| 11 | endif
|
|---|
| 12 |
|
|---|
| 13 | $(OBJ)fftwserver.o : fftwserver.cc fftwserver.h $(INC)fftservintf.h \
|
|---|
| 14 | $(INC)machdefs.h |
|---|
Note:
See
TracBrowser
for help on using the repository browser.