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

include $(gagadmdir)/Makefile.def

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

subdirs =

ifneq ($(GAG_OMS),yes)
  subdirs += gaussclumps glens sofia orbit weeds imager
endif

ifeq ($(GAG_ADDONS), yes)
  subdirs += sched-30m
endif

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

include $(gagadmdir)/Makefile.struct

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