Sign in
apache
/
cloudberry
/
HEAD
/
.
/
src
/
makefiles
/
Makefile.openbsd
blob: eb86e0b76e43446c5f066dd13241c95bc132ea8f [
file
]
rpath
=
-
Wl
,-
R
'$(rpathdir)'
# Rule for building a shared library from a single .o file
%.
so
:
%.
o
$
(
CC
)
$
(
CFLAGS
)
$
<
$
(
LDFLAGS
)
$
(
LDFLAGS_SL
)
-
shared
-
o $@