Sign in
llvm
/
llvm-project
/
e0ad34e56590fa2e6ffdf617e044de7eadee2139
/
.
/
lldb
/
test
/
API
/
macosx
/
delay-init-dependency
/
Makefile
blob: 246ea0f34e1a1c6f34b7fcf6b4359342c7f65530 [
file
]
C_SOURCES
:=
main
.
c
LD_EXTRAS
:=
-
L
.
-
Wl
,-
delay_library
,
libfoo
.
dylib
.
PHONY
:
build
-
libfoo
all
:
build
-
libfoo a
.
out
include
Makefile
.
rules
build
-
libfoo
:
foo
.
c
$
(
MAKE
)
-
f $
(
MAKEFILE_RULES
)
\
DYLIB_C_SOURCES
=
foo
.
c DYLIB_NAME
=
foo DYLIB_ONLY
=
YES