LIBRARY = libmodules.a

SRCS  = belong.f90 convolution_sub.f90 correlate.f90 fits.f90 parametres.f90  \
        random.f90 statistic.f90 thecoef.f90 wavelets.f90 polynomes.f90 \
        polyfit_idl.f90 output.f90 the_time_set.f90 \
        writefits.f90 printerror.f90

OBJS  = belong.o convolution_sub.o correlate.o fits.o parametres.o  \
        random.o statistic.o thecoef.o wavelets.o polynomes.o \
        polyfit_idl.o output.o the_time_set.o writefits.o \
        printerror.o

include ../../Makefile.common
