summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.darwin
blob: 3d58055b9b3ce10ee06d3703b81f6e530e4f456d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AROPT = cr
AWK= awk
 
DLSUFFIX = .so
CFLAGS_SL =
ifeq (,$(filter $(host_os), darwin1.0 darwin1.1 darwin1.2))
DARWIN_NAMESPACE_SPEC = -flat_namespace
endif
 
%.so: %.o
	$(CC) $(DARWIN_NAMESPACE_SPEC) -bundle -undefined suppress -o $@ $<

sqlmansect = 7