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
/
One.mk
blob
18f3725d22fff43e8c4dc4ef63ccd44df2db8f12
1
DYLIB_NAME
:=
One
2
DYLIB_C_SOURCES
:=
One.c OneConstant.c
3
DYLIB_ONLY
:=
YES
4
5
include
Makefile.rules
6
7
OneConstant.o
:
OneConstant.c
8
$(
CC
) $(
CFLAGS_NO_DEBUG
) -
c
$< -
o
$
@