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

include $(gagadmdir)/Makefile.def

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

EXECUTABLES = mapping

LOAD_LIBS = -lmapping $(CUBE_LIBS) -lclassic $(GREG_LIBS)

ADD_LIBS += $(OPENSSL_LDFLAGS)  # Same as CUBE_LIBS

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

include $(gagadmdir)/Makefile.main

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