include $(top_srcdir)/common.mk

noinst_LTLIBRARIES = libspml_tee_module.la
libspml_tee_module_la_SOURCES = \
	tee_module.f90

tee_module.lo: \
	$(top_builddir)/libsrc/lumatrix/libspml_lumatrix.la \
	$(top_builddir)/libsrc/ee_module/libspml_ee_module.la \
	$(top_builddir)/libsrc/at_module/libspml_at_module.la
$(top_builddir)/libsrc/lumatrix/libspml_lumatrix.la:
	( cd $(@D) && $(MAKE) )
$(top_builddir)/libsrc/ee_module/libspml_ee_module.la:
	( cd $(@D) && $(MAKE) )
$(top_builddir)/libsrc/at_module/libspml_at_module.la:
	( cd $(@D) && $(MAKE) )
