summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.beos
blob: 7c79bcecd9446c326ffbd0f13ea0a3180e791e36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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_ $<

sqlmansect = 7