repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
btrbk: add mainProgram (#356350)
[NixPkgs.git]
/
pkgs
/
development
/
interpreters
/
lua-5
/
lua-dso.make
blob
19c57685677db2d699c0b38ba37c26225016a529
1
$(
LUA_SO
): $(
CORE_O
) $(
LIB_O
)
2
$(
CC
) -
shared
$(
LIBS
) -
Wl
,-
soname
,$(
LUA_SO
)
.
$(
V
) -
o
$
@.
$(
R
) $
?
$(
MYLDFLAGS
)
3
ln
-
sf
$(
LUA_SO
)
.
$(
R
) $(
LUA_SO
)
.
$(
V
)
4
ln
-
sf
$(
LUA_SO
)
.
$(
R
) $(
LUA_SO
)