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

include $(gagadmdir)/Makefile.def

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

COMMAND_OBJECTS = command-mean.o command-median.o command-minmax.o	\
command-percentile.o

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

LIB_IDENTITY = cubestatistics

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

LIB_EXPORTS = cubestatistics_language.mod cubestatistics_messaging.mod

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

INTERFACES_DISABLE = yes

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

include $(gagadmdir)/Makefile.lib

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

include $(builddir)/Makefile.deps

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