###########################################################################
#
# Makefile system for GILDAS softwares (2003-2012).
#
# 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 = gtemplate-package.o gtemplate-message.o gtemplate-load.o  \
  void.o dummy.o

LIB_DEPENDS = $(GREG_LIBS)

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

include $(gagadmdir)/Makefile.lib

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