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

include $(gagadmdir)/Makefile.def

# This is to make sure casa_uvfits.exe does not depend on Shared Libraries
# because CASA suppresses the LD_LIBRARY_PATH global environment variable
# on Linux  (but not on MacOS-X)
GAG_USE_STATICLINK=yes


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

TASK_KIND = imager

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

TASKS = $(UV_TASKS)

LOAD_LIBS =  $(GAG_LIBS) 
# $(LEGACY_LIBS)

# ADD_LIBS += $(GREG_SYS_LIBS)

# LOCAL_FFLAGS = -Ilib

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

include $(gagadmdir)/Makefile.tasks

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