mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:53:52 -04:00
09a5dabc30
Makefile.global and move them to seperate 'include' makefiles Over time, should become even more port specific: ie. Makefile.BSD44_derived should be broken down into netbsd/freebsd specific ports
10 lines
224 B
Makefile
10 lines
224 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
|
|
|
|
LDFLAGS+= /usr/ucblib/libucb.a -LD-Blargedynsym
|
|
|
|
%.so: %.o
|
|
$(LD) -G -Bdynamic -o $@ $<
|
|
|