Fix pg_dump bug in the database-level collation patch. "datcollate" and
[PostgreSQL.git] / src / makefiles / Makefile.aix
blob35d45237f5fc12af7a93181097dffa4d482966fc
1 # MAKE_EXPORTS is required for svr4 loaders that want a file of
2 # symbol names to tell them what to export/import.
3 MAKE_EXPORTS= true
5 RANLIB= touch
6 AROPT = crs
8 # -blibpath must contain ALL directories where we should look for libraries
9 libpath := $(shell echo $(subst -L,:,$(filter -L/%,$(LDFLAGS))) | sed -e's/ //g'):/usr/lib:/lib
11 ifeq ($(host_os), aix3.2.5)
12         rpath = -L$(rpathdir)
13 else
14         rpath = -Wl,-blibpath:$(rpathdir)$(libpath)
15 endif
17 DLSUFFIX = .so
18 ifeq ($(host_os), aix3.2.5)
19 ifneq ($(GCC), yes)
20         LDFLAGS_SL = -e _nostart -H512 -bM:SRE
21 endif
22 else
23         LDFLAGS_SL = -Wl,-bnoentry -Wl,-H512 -Wl,-bM:SRE
24 endif
27 POSTGRES_IMP= postgres.imp
29 ifdef PGXS
30 BE_DLLLIBS= -Wl,-bI:$(bindir)/postgres/$(POSTGRES_IMP)
31 else
32 BE_DLLLIBS= -Wl,-bI:$(top_builddir)/src/backend/$(POSTGRES_IMP)
33 endif
35 MKLDEXPORT=$(top_srcdir)/src/backend/port/aix/mkldexport.sh
37 %.exp: %.o
38         $(MKLDEXPORT) $^ >$@
40 %$(DLSUFFIX): %.o %.exp
41         $(CC) $(CFLAGS) $(LDFLAGS) $(LDFLAGS_SL) -o $@ $*.o -Wl,-bE:$*.exp $(SHLIB_LINK)
43 sqlmansect = 7