Files
openGauss-server/src/makefiles/Makefile.osf
2020-06-30 17:38:27 +08:00

11 lines
201 B
Makefile

AROPT = crs
DLSUFFIX = .so
CFLAGS_SL =
rpath = -rpath '$(rpathdir)'
# Rule for building a shared library from a single .o file
%.so: %.o
$(LD) -shared -expect_unresolved '*' -o $@ $<
sqlmansect = 5