5 # env var name to use in place of LD_LIBRARY_PATH
6 ld_library_path_var = DYLD_LIBRARY_PATH
9 BE_DLLLIBS = -bundle_loader $(bindir)/postgres
11 BE_DLLLIBS = -bundle_loader $(top_builddir)/src/backend/postgres
14 # Rule for building a shared library from a single .o file
16 $(CC) $(CFLAGS) $< $(LDFLAGS) $(LDFLAGS_SL) -bundle $(BE_DLLLIBS) -o $@