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

include $(gagadmdir)/Makefile.def

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

LIB_IDENTITY = cubeset

LIB_F_OBJECTS = buffer.o command-axset.o command-blanking.o			\
command-buffering.o command-colors.o command-index.o command-output.o		\
command-panel.o command-scaling.o command-spatial.o command-spectral.o		\
command-timing.o command-units.o init.o language.o message.o tool-plot.o

LIB_EXPORTS = cubeset_blanking.mod cubeset_buffer.mod		\
cubeset_buffering.mod cubeset_colors.mod cubeset_index.mod	\
cubeset_init.mod cubeset_language.mod cubeset_messaging.mod	\
cubeset_plot_tool.mod cubeset_output.mod cubeset_panel.mod	\
cubeset_spatial.mod cubeset_spectral.mod cubeset_timing.mod	\
cubeset_units.mod

LIB_DEPENDS = -lcubetemplate -lcubeadm -lcubetopology -lcubeformats	\
$(CUBE_CORE_LIBS) $(GREG_LIBS)

INTERFACES_DISABLE = yes

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

include $(gagadmdir)/Makefile.lib

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

include $(builddir)/Makefile.deps

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