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

include $(gagadmdir)/Makefile.def

# This was 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
# but it does not work.
# So, here we only compile tools that do not refer to any GILDAS library
#
###########################################################################

TASK_KIND = imager

# Here this is alphabetic order
STD_TASKS = casa_uvfits.exe 

TASKS = $(STD_TASKS)

# LOAD_LIBS =  $(GAG_LIBS) # No LOAD_LIBS, no Library at all

# LOCAL_FFLAGS = -Ilib		 # No Flags either

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

include $(gagadmdir)/Makefile.tasks

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