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

include $(gagadmdir)/Makefile.def

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

LIB_IDENTITY = cubetemplate

LIB_F_OBJECTS = command-fullcube.o command-image2visi.o command-imareal.o	\
command-spectrum.o command-subcube.o command-visi.o language.o message.o

LIB_EXPORTS = cubetemplate_language.mod cubetemplate_messaging.mod

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

INTERFACES_DISABLE = yes

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

include $(gagadmdir)/Makefile.lib

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

include $(builddir)/Makefile.deps

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