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

include $(gagadmdir)/Makefile.def

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

subdirs = lib lib/fit lib/map lib/class main tasks doc demo pro etc pro-xpol
ifeq ($(GAG_USE_PYTHON),yes)
  ifeq ($(NUMPY_PRESENT),yes)
    subdirs += filler
  endif
endif

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

include $(gagadmdir)/Makefile.struct

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