Sign in
android
/
toolchain
/
rustc
/
635618df8991b8a005e435895ea0b1eee7e3faf0
/
.
/
tests
/
run-make
/
c-static-rlib
/
Makefile
blob: 4e351127cb67c7693248e54374489fb796013428 [
file
] [
log
] [
blame
]
# ignore-cross-compile
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
)