rust/tests/run-make-fulldeps/foreign-double-unwind/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
213 B
Makefile
Raw Normal View History

include ../tools.mk
2022-02-13 11:26:38 -06:00
all: foo
$(call RUN,foo) | $(CGREP) -v unreachable
foo: foo.rs $(call NATIVE_STATICLIB,foo)
$(RUSTC) $< -lfoo $(EXTRARSCXXFLAGS)
$(TMPDIR)/libfoo.o: foo.cpp
$(call COMPILE_OBJ_CXX,$@,$<)