postgresql/src/makefiles
Peter Eisentraut 46e76373ec Implement a few changes to how shared libraries and dynamically loadable
modules are built.  Foremost, it creates a solid distinction between these two
types of targets based on what had already been implemented and duplicated in
ad hoc ways before.  Specifically,

- Dynamically loadable modules no longer get a soname.  The numbers previously
set in the makefiles were dummy numbers anyway, and the presence of a soname
upset a few packaging tools, so it is nicer not to have one.

- The cumbersome detour taken on installation (build a libfoo.so.0.0.0 and
then override the rule to install foo.so instead) is removed.

- Lots of duplicated code simplified.
2008-04-07 14:15:58 +00:00
..
Makefile
Makefile.aix Reorganize some of the exports list generation code. It seems that this 2008-02-26 10:45:24 +00:00
Makefile.bsdi
Makefile.cygwin Propagate Magnus' fix for Windows snowball build into Makefile.cygwin. 2007-08-22 06:34:18 +00:00
Makefile.darwin
Makefile.dgux
Makefile.freebsd
Makefile.hpux Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
Makefile.irix
Makefile.linux
Makefile.netbsd
Makefile.openbsd
Makefile.osf
Makefile.sco
Makefile.solaris
Makefile.sunos4
Makefile.svr4
Makefile.ultrix4
Makefile.univel
Makefile.unixware
Makefile.win32 Don't define BUILDING_DLL for snowball lib. Should fix build problems 2007-08-21 13:32:33 +00:00
pgxs.mk Implement a few changes to how shared libraries and dynamically loadable 2008-04-07 14:15:58 +00:00