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

include $(gagadmdir)/Makefile.def

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

TASK_KIND = smoothing

TASKS = dg_smooth.exe gauss_smooth.exe noise_smooth.exe smooth.exe

LOAD_LIBS = $(GAG_LIBS)

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

include $(gagadmdir)/Makefile.tasks

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