###########################################################################
#
# Makefile system for GILDAS softwares (2003-2023).
#
# 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

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_output.mod cubeset_panel.mod cubeset_spatial.mod			\
cubeset_spectral.mod cubeset_timing.mod cubeset_unit.mod

LIB_DEPENDS = -lcubemain -lcubetemplate -lcubeadm -lcubetools	\
$(GREG_LIBS)

INTERFACES_DISABLE = yes

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

include $(gagadmdir)/Makefile.lib

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

include $(builddir)/Makefile.deps

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