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

include $(gagadmdir)/Makefile.def

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

LIB_IDENTITY = cubestatistics

TYPES_OBJECTS = type-histoaxis.o

TEMPLATE_OBJECTS = template-one2two-real.o

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

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

LIB_EXPORTS = cubestatistics_language.mod cubestatistics_messaging.mod

LIB_DEPENDS = -lcubemain -lcubetemplate -lcubeadm -lcubetopology	\
-lcubetuple -lcubedag -lcubeheader -lcubetools $(GREG_LIBS)

INTERFACES_DISABLE = yes

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

include $(gagadmdir)/Makefile.lib

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

include $(builddir)/Makefile.deps

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