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

include $(gagadmdir)/Makefile.def

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

TYPES_OBJECTS = type-histoaxis.o

COMMAND_OBJECTS = command-histo1d.o command-histo2d.o command-histo3d.o	\
command-mask2mask.o command-mean.o command-minmax.o command-ppv2xyv.o	\
command-xy2pp.o

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

LIB_IDENTITY = cubehistogram

LIB_F_OBJECTS = $(TYPES_OBJECTS) $(COMMAND_OBJECTS) language.o message.o

LIB_EXPORTS = cubehistogram_language.mod cubehistogram_messaging.mod

LIB_DEPENDS = -lcubemain $(CUBE_INTERFACE_LIBS) $(CUBE_CORE_LIBS) \
$(GREG_LIBS)

INTERFACES_DISABLE = yes

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

include $(gagadmdir)/Makefile.lib

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

include $(builddir)/Makefile.deps

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