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

include $(gagadmdir)/Makefile.def

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

stable = atm telcal astro classic class mira mrtcal flux point clic map mis

#proto = pako
ifeq ($(GAG_PROTO), yes)
  subdirs = $(stable) $(proto)
else
  subdirs = $(stable)
endif

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

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

include $(gagadmdir)/Makefile.struct

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