include $(top_srcdir)/common.mk

noinst_LTLIBRARIES = libspml_et_module.la
libspml_et_module_la_SOURCES = \
	et_module.f90

et_module.lo: \
	$(top_builddir)/libsrc/lumatrix/libspml_lumatrix.la \
	$(top_builddir)/libsrc/ae_module/libspml_ae_module.la \
	$(top_builddir)/libsrc/at_module/libspml_at_module.la
$(top_builddir)/libsrc/lumatrix/libspml_lumatrix.la:
	( cd $(@D) && $(MAKE) )
$(top_builddir)/libsrc/ae_module/libspml_ae_module.la:
	( cd $(@D) && $(MAKE) )
$(top_builddir)/libsrc/at_module/libspml_at_module.la:
	( cd $(@D) && $(MAKE) )
