repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[mlir][acc] Introduce MappableType interface (#122146)
[llvm-project.git]
/
lldb
/
test
/
API
/
lang
/
c
/
conflicting-symbol
/
Two.mk
blob
79b256a0e858990d4c341960ed4cd1b340307bb8
1
DYLIB_NAME
:=
Two
2
DYLIB_C_SOURCES
:=
Two.c TwoConstant.c
3
DYLIB_ONLY
:=
YES
4
5
include
Makefile.rules
6
7
TwoConstant.o
:
TwoConstant.c
8
$(
CC
) $(
CFLAGS_NO_DEBUG
) -
c
$< -
o
$
@