]> granicus.if.org Git - postgresql/blob - src/makefiles/Makefile.beos
Install the SQL command man pages into a section appropriate for each
[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_ $<
14
15 sqlmansect = 7