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