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

include $(gagadmdir)/Makefile.def

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

TEMPLATE_OBJECTS = template-one2one.o template-two2one.o	\
template-image2image.o template-subcube2subcube.o		\
template-twosubc2onesubc.o

TEMPLATE_EXPORTS = cubetemplate_two2one_template.mod	\
cubetemplate_image2image_template.mod

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

COMMAND_OBJECTS = template-command-image2image.o			\
template-command-subcube2subcube.o template-command-twosubc2onesubc.o

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

LIB_IDENTITY = cubetemplateobsolete

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

LIB_EXPORTS = $(TEMPLATE_EXPORTS)

LIB_DEPENDS = -lcubeadm -lcubetopology $(CUBE_CORE_LIBS) $(GREG_LIBS)

INTERFACES_DISABLE = yes

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

include $(gagadmdir)/Makefile.lib

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

include $(builddir)/Makefile.deps

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