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

include $(gagadmdir)/Makefile.def

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

LIB_IDENTITY = cubefield

TOOL_OBJECTS = tool-incline.o

COMMAND_OBJECTS = command-divergence.o command-gradient.o	\
command-incline.o command-observe.o

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

LIB_EXPORTS = cubefield_language.mod cubefield_messaging.mod

LIB_DEPENDS = -lcubemain $(CUBE_INTERFACE_LIBS) $(CUBE_CORE_LIBS) \
$(GREG_LIBS)

INTERFACES_DISABLE = yes

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

include $(gagadmdir)/Makefile.lib

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

include $(builddir)/Makefile.deps

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