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

include $(gagadmdir)/Makefile.def

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

LIB_IDENTITY = gtemplate

# Make your package importable from python (i.e. create a pygtemplate.so
# module (implicit compilation of gtemplate-pyimport.c)
IMPORT_FROM_PYTHON = yes

LIB_F_OBJECTS = command-dummy.o command-void.o language.o message.o	\
package.o

LIB_DEPENDS = $(GREG_LIBS)

INTERFACES_DISABLE = yes

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

include $(gagadmdir)/Makefile.lib

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

include $(builddir)/Makefile.deps

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