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

include $(gagadmdir)/Makefile.def

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

subdirs = gsys gmath gwcs gfits gio gcore ggui

ifeq ($(CFITSIO_PRESENT),yes)
	subdirs += cfitsio
endif

subdirs += sic gchar gcont gtv $(GUI_DIRS) greg gkernel

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

include $(gagadmdir)/Makefile.struct

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