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

include $(gagadmdir)/Makefile.def

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

subdirs = atm telcal astro classic cube

ifneq ($(GAG_OMS),yes)
  subdirs += class mira mrtcal flux point clic map mis
  ifeq ($(GAG_COMPILER_FKIND),ifort)
    subdirs += pako
  endif
endif

ifeq ($(GAG_ADDONS), yes)
  subdirs += mrtholo
endif

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

include $(gagadmdir)/Makefile.struct

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