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

include $(gagadmdir)/Makefile.def

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

LIB_IDENTITY = cubego

LIB_F_OBJECTS = buffer.o command-bit.o command-load.o command-oldload.o	\
command-oldget.o command-spectrum.o command-show.o command-topology.o	\
command-view.o init.o type-sicvar.o language.o message.o

LIB_EXPORTS = cubego_init.mod cubego_language.mod cubego_messaging.mod	\
cubego_topology.mod

LIB_DEPENDS = -lcubeedit -lcubeset -lcubemain -lcubeadm -lcubetuple	\
-lcubeio -lcubedag -lcubetools $(GREG_LIBS)

INTERFACES_DISABLE = yes

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

include $(gagadmdir)/Makefile.lib

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

include $(builddir)/Makefile.deps

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