Changeset 3192 in Sophya for trunk/Cosmo/RadioBeam/makefile


Ignore:
Timestamp:
Mar 20, 2007, 11:48:15 AM (19 years ago)
Author:
legoff
Message:

input file read with DVcards by treccyl.cc

and by multiCylinders(char* filename)

using real units (meter and GHz)
using _ for member variables (e.g. x_)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/RadioBeam/makefile

    r3160 r3192  
    1111        echo 'makefile : treccyl made'
    1212
     13testFFT : Objs/testFFT.o
    1314######
    1415
     
    3031        $(CXXCOMPILE) -o Objs/multicyl.o  multicyl.cc
    3132
     33testFFT :  Objs/testFFT.o
     34        $(CXXLINK) -o testFFT \
     35        Objs/testFFT.o \
     36        $(SOPHYAEXTSLBLIST)
     37
     38Objs/testFFT.o : testFFT.cc
     39        $(CXXCOMPILE) -o Objs/testFFT.o testFFT.cc
Note: See TracChangeset for help on using the changeset viewer.