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

include $(gagadmdir)/Makefile.def

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

subdirs = lib-imbfits lib-mrtindex lib-cal2vo lib main pro demo doc

ifeq ($(CFITSIO_PRESENT),no)
  # CFITSIO must be available
  subdirs =
endif

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

include $(gagadmdir)/Makefile.struct

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