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

include $(gagadmdir)/Makefile.def

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


### Build of pyclassfiller/_core.so ###

MOD_IDENTITY = _core

MOD_SOURCES = file.c module.c observation.c setter.c

MOD_DEPENDS = -lclassfiller -lclasscore -lclass

MOD_LIB_DIRS = $(PYTHON_LIB_DEP_PATH)

MOD_INC_DIRS =

MOD_EXTRAS =


### Build of pyclassfiller/__init__.py ###

MOD_SUBDIR = pyclassfiller

MOD_FILES = __init__.py

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

include $(gagadmdir)/Makefile.python

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