| 
            Last change
 on this file since 4003 was             2735, checked in by cmv, 20 years ago           | 
        
        
          | 
             
memorisation makefile old-fashion Mgr  cmv 19/05/05 
 
           | 
        
        
          | 
            File size:
            663 bytes
           | 
        
      
      
| Line |   | 
|---|
| 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) $@ $($(ARARGS))
 | 
|---|
| 9 | ifeq ($(CXX),cxx)
 | 
|---|
| 10 |         $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
 | 
|---|
| 11 | endif 
 | 
|---|
| 12 |  
 | 
|---|
| 13 | $(OBJ)fftwserver.o: fftwserver.cc fftwserver.h \
 | 
|---|
| 14 |  $(INC)machdefs.h \
 | 
|---|
| 15 |  $(INC)fftservintf.h \
 | 
|---|
| 16 |  $(INC)pexceptions.h \
 | 
|---|
| 17 |  $(INC)tmatrix.h \
 | 
|---|
| 18 |  $(INC)tarray.h \
 | 
|---|
| 19 |  $(INC)basarr.h \
 | 
|---|
| 20 |  $(INC)anydataobj.h \
 | 
|---|
| 21 |  $(INC)mutyv.h \
 | 
|---|
| 22 |  $(INC)dvlist.h \
 | 
|---|
| 23 |  $(INC)objfio.h \
 | 
|---|
| 24 |  $(INC)ppersist.h \
 | 
|---|
| 25 |  $(INC)gnumd5.h \
 | 
|---|
| 26 |  $(INC)ndatablock.h \
 | 
|---|
| 27 |  $(INC)utilarr.h \
 | 
|---|
| 28 |  $(INC)tvector.h \
 | 
|---|
| 29 |  $(EXTINCPATH)FFTW/fftw.h \
 | 
|---|
| 30 |  $(EXTINCPATH)FFTW/rfftw.h
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.