Sign in
android
/
toolchain
/
rustc
/
635618df8991b8a005e435895ea0b1eee7e3faf0
/
.
/
tests
/
run-make
/
c-link-to-rust-staticlib
/
Makefile
blob: e14775f5c181c0a8e2bc0c328275d1b1cb934c3e [
file
] [
log
] [
blame
]
# ignore-cross-compile
include
../
tools
.
mk
# ignore-freebsd
# FIXME
all
:
$
(
RUSTC
)
foo
.
rs
$
(
CC
)
bar
.
c $
(
call STATICLIB
,
foo
)
$
(
call OUT_EXE
,
bar
)
\
$
(
EXTRACFLAGS
)
$
(
EXTRACXXFLAGS
)
$
(
call RUN
,
bar
)
rm $
(
call STATICLIB
,
foo
)
$
(
call RUN
,
bar
)