Sign in
llvm
/
lldb
/
master
/
.
/
packages
/
Python
/
lldbsuite
/
test
/
commands
/
frame
/
language
/
Makefile
blob: 993dc3f71a8ac35d65874730b4418e4825867449 [
file
] [
log
] [
blame
]
CXX_SOURCES
:=
main
.
cpp other
.
cpp other
-
2.cpp
C_SOURCES
:=
somefunc
.
c
include
Makefile
.
rules
other
-
2.o
:
other
-
2.cpp
$
(
CXX
)
$
(
CFLAGS_NO_DEBUG
)
-
c $
(
SRCDIR
)/
other
-
2.cpp
somefunc
.
o
:
somefunc
.
c
$
(
CC
)
$
(
CFLAGS
)
-
std
=
c99
-
c $
(
SRCDIR
)/
somefunc
.
c