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

include $(gagadmdir)/Makefile.def

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

LIB_IDENTITY = cubemask

COMMAND_OBJECTS = command-cube.o command-erode.o command-invert.o	\
command-poly2mask.o command-velocity.o

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

LIB_EXPORTS = cubemask_language.mod cubemask_messaging.mod

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

INTERFACES_DISABLE = yes

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

include $(gagadmdir)/Makefile.lib

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

include $(builddir)/Makefile.deps

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