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

include $(gagadmdir)/Makefile.def

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

TASK_KIND = imager

# Here this is alphabetic order
UV_TASKS =  uv_correlate.exe uv_matchspectrum.exe 

TASKS = $(UV_TASKS)

LOAD_LIBS =  $(GAG_LIBS) 
# $(LEGACY_LIBS)

# ADD_LIBS += $(GREG_SYS_LIBS)

# LOCAL_FFLAGS = -Ilib

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

include $(gagadmdir)/Makefile.tasks

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