source: Sophya/trunk/SophyaExt/IFFTW/Makefile@ 770

Last change on this file since 770 was 765, checked in by ansari, 26 years ago

Reorganisation - Creation du module ExtLib/IFFTW (FFTWServer) - Reza 2/3/2000

File size: 390 bytes
RevLine 
[765]1include ../Mgr/Makefile.h
2
3all: $(LIB)libIFFTW.a
4clean:
5 rm -f $(OBJ)fftwserver.o
6 rm -f $(LIB)libIFFTW.a
7$(LIB)libIFFTW.a : $(OBJ)fftwserver.o
8 $(ARCXX) $(ARCXXFLAGS) $@ $?
9ifeq ($(CXX),cxx)
10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lIFFTW -L$(EXTLIBPATH) -lfftw -lrfftw -o $(OBJ)xx.x -Hf
11endif
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.