summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.darwin
blob: e07f8f5fdd2b387d82f680bcfb6591b949c89e6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AROPT = crs
AWK= awk
 
DLSUFFIX = .so
CFLAGS_SL =
BE_DLLLIBS= -bundle_loader $(pgbindir)/postgres
 
# Rule for building shared libs (currently used only for regression test
# shlib ... should go away, since this is not really enough knowledge)
%.so: $(SO_OBJS)
	$(CC) -bundle -o $@ $< $(BE_DLLLIBS)

sqlmansect = 7