mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
10 lines
142 B
Makefile
10 lines
142 B
Makefile
AROPT = crs
|
|
DLSUFFIX = .so
|
|
CFLAGS_SL =
|
|
rpath = -rpath '$(rpathdir)'
|
|
|
|
%.so: %.o
|
|
$(LD) -shared -expect_unresolved '*' -o $@ $<
|
|
|
|
sqlmansect = 5
|