mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
b1a38a4380
system. Some systems did not understand the 'l' section, and in general it wasn't entirely appropriate. On SCO OpenServer, the man pages won't be installed at all until someone figures out their man system.
15 lines
281 B
Makefile
15 lines
281 B
Makefile
# MAKE_EXPORTS is required for svr4 loaders that want a file of
|
|
# symbol names to tell them what to export/import.
|
|
#MAKE_EXPORTS= true
|
|
|
|
LIBS += -lc /usr/ucblib/libucb.a
|
|
LDFLAGS += -LD-Blargedynsym
|
|
|
|
DLSUFFIX = .so
|
|
CFLAGS_SL =
|
|
|
|
%.so: %.o
|
|
$(LD) -G -Bdynamic -o $@ $<
|
|
|
|
sqlmansect = 5
|