postgresql/src/makefiles/Makefile.darwin

14 lines
252 B
Makefile
Raw Normal View History

AROPT = cr
AWK= awk
DLSUFFIX = .so
2001-10-05 23:15:38 +02:00
CFLAGS_SL =
ifeq (,$(filter $(host_os), darwin1.0 darwin1.1 darwin1.2))
DARWIN_NAMESPACE_SPEC = -flat_namespace
endif
%.so: %.o
2001-10-05 23:15:38 +02:00
$(CC) $(DARWIN_NAMESPACE_SPEC) -bundle -undefined suppress -o $@ $<
sqlmansect = 7