]> granicus.if.org Git - postgresql/blob - src/makefiles/Makefile.beos
fa26c9935428b15f09260c3445352f4e8a1b58b6
[postgresql] / src / makefiles / Makefile.beos
1 MK_NO_LORDER=true
2 AROPT = crs
3
4 ifdef ELF_SYSTEM
5 export_dynamic = -Wl,-E
6 endif
7
8 DLSUFFIX = .so
9 CFLAGS_SL = -fpic -DPIC
10
11 %.so: %.o
12         ln -fs $(top_srcdir)/src/backend/postgres _APP_
13         $(CC) -nostart -Xlinker -soname=$@ -o $@ _APP_ $<