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

include $(gagadmdir)/Makefile.def

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

subdirs = lib libview main doc pro demo clic viewer
# casa is now Obsolete, replaced by full Python script.

ifeq ($(GAG_USE_PYTHON),yes)
  subdirs += pymod etc
endif

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

include $(gagadmdir)/Makefile.struct

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