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

include $(gagadmdir)/Makefile.def

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

LIB_IDENTITY = mrtholo

# Creates pymrtholo.so (implicit compilation of mrtholo-pyimport.c)
IMPORT_FROM_PYTHON = yes

LIB_EXPORTS = 

LIB_F_OBJECTS = init.o message.o mrtholo-interfaces.o			\
mrtholo-interfaces-private.o mrtholo-interfaces-public.o package.o	\
toclic.o write.o

LIB_DEPENDS = -lclic -lmrtcal -limbfits $(ASTRO_LIBS) $(GREG_LIBS)

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

include $(gagadmdir)/Makefile.lib

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

include $(builddir)/Makefile.deps

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