Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
run-make-fulldeps
/
c-static-rlib
/
Makefile
blob: 11a3cf1940c641148e9b6902d0fffd2cd2ad884f [
file
] [
log
] [
blame
]
include
../
tools
.
mk
all
:
$
(
call NATIVE_STATICLIB
,
cfoo
)
$
(
RUSTC
)
foo
.
rs
$
(
RUSTC
)
bar
.
rs
$
(
call REMOVE_RLIBS
,
foo
)
rm $
(
call NATIVE_STATICLIB
,
cfoo
)
$
(
call RUN
,
bar
)