package third_party.lib

@Build(stage=1, script="$(EXTERNAL_MAKE)")
static module OpenLibm extends embox.compat.libc.math_openlibm {
	source "^BUILD/extbld/^MOD_PATH/install/libopenlibm.a"

	@IncludeExport(target_name="math.h")
	source "openlibm_math.h"

	@IncludeExport(target_name="complex.h")
	source "openlibm_complex.h"
}
