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

include $(gagadmdir)/Makefile.def

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

common_subdirs = demo astronomical-processing correlation-analysis	\
	  image-analysis image-processing model-fitting smoothing	\
	  table-processing

# subdirs = $(common_subdirs) mview
subdirs = $(common_subdirs)

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

include $(gagadmdir)/Makefile.struct

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