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

include $(gagadmdir)/Makefile.def

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

LIB_IDENTITY = cubelist

LIB_F_OBJECTS = message.o type-list.o type-object.o	\
type-object-pointer.o

LIB_EXPORTS = cubelist_messaging.mod cubelist_object_types.mod \
cubelist_object_pointer_types.mod cubelist_types.mod

LIB_DEPENDS = -lcubetools -lclassic $(GREG_LIBS)

INTERFACES_DISABLE = yes

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

include $(gagadmdir)/Makefile.lib

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

include $(builddir)/Makefile.deps

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