Sign in
fuchsia
/
third_party
/
rust
/
1.7.0
/
.
/
src
/
test
/
run-make
/
alloc-extern-crates
/
Makefile
blob: b8c52378554bacef36952bf19fc48cdc511e477e [
file
]
-
include
../
tools
.
mk
all
:
$
(
RUSTC
)
fakealloc
.
rs
$
(
RUSTC
)
../../../
liballoc
/
lib
.
rs
--
cfg feature
=
\"external_crate\"
--
extern external
=
$
(
TMPDIR
)/
$
(
shell $
(
RUSTC
)
--
print file
-
names fakealloc
.
rs
)