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

include $(gagadmdir)/Makefile.def

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

LIB_IDENTITY = sofia

# Creates pysofia.so (implicit compilation of sofia-pyimport.c)
IMPORT_FROM_PYTHON = yes

LIB_F_OBJECTS = sofia-package.o read.o

LIB_C_OBJECTS = sofia-sicimport.o

LIB_DEPENDS = $(CLASS_LIBS) $(GREG_LIB_DEPENDS)

ADD_LIBS += $(GREG_SYS_LIBS)

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

include $(gagadmdir)/Makefile.lib

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

include $(builddir)/Makefile.deps

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