blob: bc8e9124626fc2793bc6db8fa97166b11c625791 (
plain)
1
2
3
4
5
6
7
8
|
MK_NO_LORDER=true
ifdef ELF_SYSTEM
export_dynamic = -Wl,-E
CPPFLAGS+= -I$(top_srcdir)/src/backend/port/beos
endif
%.so: %.o
ln -fs $(top_srcdir)/src/backend/postgres _APP_
$(CC) -nostart -Xlinker -soname=$@ -o $@ _APP_ $<
|