rust/src/test/run-make/dep-info/Makefile.foo

12 lines
187 B
Makefile
Raw Normal View History

2013-12-11 14:08:23 -06:00
ifeq ($(shell uname),Darwin)
LIBEXT=dylib
else
LIBEXT=so
endif
$(TMPDIR)/libfoo-b517899a-0.1.$(LIBEXT):
$(RUSTC) --dep-info --lib lib.rs
touch $(TMPDIR)/done
-include $(TMPDIR)/lib.d