]> granicus.if.org Git - postgresql/blob - src/makefiles/Makefile.darwin
Some code review for xml.c:
[postgresql] / src / makefiles / Makefile.darwin
1 AROPT = crs
2 AWK= awk
3  
4 DLSUFFIX = .so
5 CFLAGS_SL =
6
7 ifdef PGXS
8 BE_DLLLIBS= -bundle_loader $(bindir)/postgres
9 else
10 BE_DLLLIBS= -bundle_loader $(top_builddir)/src/backend/postgres
11 endif
12
13 # Rule for building shared libs (currently used only for regression test
14 # shlib ... should go away, since this is not really enough knowledge)
15 %.so: %.o
16         $(CC) $(CFLAGS) -bundle -o $@ $< $(BE_DLLLIBS)
17
18 sqlmansect = 7