mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
9 lines
142 B
Makefile
9 lines
142 B
Makefile
AROPT = crs
|
|
DLSUFFIX = .so
|
|
CFLAGS_SL =
|
|
rpath = -rpath '$(rpathdir)'
|
|
|
|
%.so: %.o
|
|
$(LD) -shared -expect_unresolved '*' -o $@ $<
|
|
|
|
sqlmansect = 5
|