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

include $(gagadmdir)/Makefile.def

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

TASK_KIND = image-analysis

TASKS = background.exe circle.exe combine.exe extrema.exe field_find.exe \
	field_list.exe field_stat.exe fourier.exe make_back.exe \
	moments.exe plane.exe slice.exe spectrum.exe spectrum_sum.exe 

LOAD_LIBS = -lgcont -lgwcs $(GAG_LIBS)

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

include $(gagadmdir)/Makefile.tasks

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