You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/makefiles/Makefile.darwin

13 lines
324 B

AROPT = crs
AWK= awk
DLSUFFIX = .so
CFLAGS_SL =
BE_DLLLIBS= -bundle_loader $(top_builddir)/src/backend/postgres
# Rule for building shared libs (currently used only for regression test
# shlib ... should go away, since this is not really enough knowledge)
%.so: %.o
$(CC) -bundle -o $@ $< $(BE_DLLLIBS)
sqlmansect = 7