Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
run-make-fulldeps
/
dep-info-spaces
/
Makefile.foo
blob: 80a5d4333cdc22f4d4766c3a0a0291c232b6d55a [
file
] [
log
] [
blame
]
LIB
:=
$
(
shell $
(
RUSTC
)
--
print
file
-
names
--
crate
-
type
=
lib $
(
TMPDIR
)/
lib
.
rs
)
$
(
TMPDIR
)/
$
(
LIB
):
$
(
RUSTC
)
--
emit link
,
dep
-
info
--
crate
-
type
=
lib $
(
TMPDIR
)/
lib
.
rs
touch $
(
TMPDIR
)/
done
-
include $
(
TMPDIR
)/
lib
.
d