Sign in
android
/
toolchain
/
rustc
/
5c0824a599f2f1f4dcb9c92edf09f6c1b555988d
/
.
/
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
)