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

include $(gagadmdir)/Makefile.def

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

LIB_IDENTITY = cubecompute

TOOL_OBJECTS = tool-fft-visi.o tool-prime-power.o

TEMPLATE_OBJECTS = template-one2one.o template-visi2image.o

COMMAND_OBJECTS = command-amplitude.o command-hyperfft.o command-phase.o

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

LIB_EXPORTS = cubecompute_language.mod cubecompute_messaging.mod

LIB_DEPENDS = -lcubemain -lcubeadm -lcubetuple -lcubedag -lcubetools $(GREG_LIBS)

INTERFACES_DISABLE = yes

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

include $(gagadmdir)/Makefile.lib

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

include $(builddir)/Makefile.deps

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