Sign in
llvm
/
lldb
/
refs/heads/release_50
/
.
/
packages
/
Python
/
lldbsuite
/
test
/
functionalities
/
frame-language
/
Makefile
blob: 089fc237b05408ff08996b577d6997c593cd16b3 [
file
] [
log
] [
blame
] [
edit
]
LEVEL
=
../../
make
CXX_SOURCES
:=
main
.
cpp other
.
cpp other
-
2.cpp
C_SOURCES
:=
somefunc
.
c
include $
(
LEVEL
)/
Makefile
.
rules
other
-
2.o
:
other
-
2.cpp
$
(
CXX
)
$
(
CFLAGS_NO_DEBUG
)
-
c other
-
2.cpp
somefunc
.
o
:
somefunc
.
c
$
(
CC
)
$
(
CFLAGS
)
-
std
=
c99
-
c somefunc
.
c