postgresql/src/makefiles
Peter Eisentraut 23119d51a1 Refactor DLSUFFIX handling
Move DLSUFFIX from makefiles into header files for all platforms.
Move the DLSUFFIX assignment from src/makefiles/ to src/templates/,
have configure read it, and then substitute it into Makefile.global
and pg_config.h.  This avoids the need for all makefile rules that
need it to locally set CPPFLAGS.  It also resolves an inconsistent
setup between the two Windows build systems.

Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://www.postgresql.org/message-id/2f9861fb-8969-9005-7518-b8e60f2bead9@enterprisedb.com
2022-03-25 08:56:02 +01:00
..
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
Makefile.aix Refactor DLSUFFIX handling 2022-03-25 08:56:02 +01:00
Makefile.cygwin Refactor DLSUFFIX handling 2022-03-25 08:56:02 +01:00
Makefile.darwin Refactor DLSUFFIX handling 2022-03-25 08:56:02 +01:00
Makefile.freebsd Refactor DLSUFFIX handling 2022-03-25 08:56:02 +01:00
Makefile.hpux Refactor DLSUFFIX handling 2022-03-25 08:56:02 +01:00
Makefile.linux Refactor DLSUFFIX handling 2022-03-25 08:56:02 +01:00
Makefile.netbsd Refactor DLSUFFIX handling 2022-03-25 08:56:02 +01:00
Makefile.openbsd Refactor DLSUFFIX handling 2022-03-25 08:56:02 +01:00
Makefile.solaris Refactor DLSUFFIX handling 2022-03-25 08:56:02 +01:00
Makefile.win32 Refactor DLSUFFIX handling 2022-03-25 08:56:02 +01:00
pgxs.mk Add NO_INSTALL option to pgxs 2021-05-27 13:58:29 +02:00