aboutsummaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.beos
blob: fa26c9935428b15f09260c3445352f4e8a1b58b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
MK_NO_LORDER=true
AROPT = crs

ifdef ELF_SYSTEM
export_dynamic = -Wl,-E
endif

DLSUFFIX = .so
CFLAGS_SL = -fpic -DPIC

%.so: %.o
	ln -fs $(top_srcdir)/src/backend/postgres _APP_
	$(CC) -nostart -Xlinker -soname=$@ -o $@ _APP_ $<