###########################################################################
#
# Makefile system for GILDAS softwares (2003-2012).
#
# Please be careful: element order often matters in makefiles.
#
###########################################################################

include $(gagadmdir)/Makefile.def

###########################################################################

TASK_KIND = correlation-analysis

TASKS = correlate.exe histo_cloud.exe histo_cross.exe histo_double.exe \
	histo_simple.exe histo_table.exe minimize.exe regression.exe \
  correl_1d.exe table_density.exe

LOAD_LIBS = $(GAG_LIBS)

###########################################################################

include $(gagadmdir)/Makefile.tasks

###########################################################################
