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

include $(gagadmdir)/Makefile.def

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

LIB_IDENTITY = cubecompute

TEMPLATE_OBJECTS = template-one2one.o template-two2one.o type-act.o	\
type-unit.o

TOOL_OBJECTS = tool-fft-visi.o tool-prime-power.o	\
tool-convolve-spectrum.o

OPERATION_OBJECTS = command-average.o					\
command-convolution-of-cube-with-spectrum.o command-difference.o	\
command-product.o command-ratio.o command-sum.o

COMMAND_OBJECTS = command-amplitude.o command-complex.o	\
command-conjugate.o command-fft.o command-phase.o

LIB_F_OBJECTS = $(TEMPLATE_OBJECTS) $(TOOL_OBJECTS) $(OPERATION_OBJECTS)	\
$(COMMAND_OBJECTS) command-cumulant.o command-derivative.o language.o		\
message.o

LIB_EXPORTS = cubecompute_language.mod cubecompute_messaging.mod	\
cubecompute_one2one_template.mod

LIB_DEPENDS = $(CUBE_INTERFACE_LIBS) $(CUBE_CORE_LIBS) $(GREG_LIBS)

INTERFACES_DISABLE = yes

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

include $(gagadmdir)/Makefile.lib

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

include $(builddir)/Makefile.deps

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