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

include $(gagadmdir)/Makefile.def

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

TASK_KIND = contrib

# The following order of the tasks has been choosen on purpose. It will be
# reflected into the local-task-list.hlp.
TASKS = glens.exe

LOAD_LIBS = $(GAG_LIBS)

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

include $(gagadmdir)/Makefile.tasks

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