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

Last change on this file since 830 was 825, checked in by ansari, 26 years ago

MAJ Makefile Reza 06/04/2000

File size: 328 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)
[825]10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
[765]11endif
12
[825]13$(OBJ)fftwserver.o : fftwserver.cc $(INC)machdefs.h $(INC)fftservintf.h
14
Note: See TracBrowser for help on using the repository browser.