postgresql/src/makefiles
Andrew Dunstan 237dc2d783 Make pgxs build executables with the right suffix.
Complaint and patch from Zoltán Böszörményi.

When cross-compiling, the native make doesn't know
about the Windows .exe suffix, so it only builds with
it when explicitly told to do so.

The native make will not see the link between the target
name and the built executable, and might this do unnecesary
work, but that's a bigger problem than this one, if in fact
we consider it a problem at all.

Back-patch to all live branches.
2013-01-19 14:54:29 -05:00
..
Makefile Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
Makefile.aix Fix PGXS support for building loadable modules on AIX. 2012-10-09 21:04:30 -04:00
Makefile.bsdi Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
Makefile.cygwin Propagate Magnus' fix for Windows snowball build into Makefile.cygwin. 2007-08-22 06:34:18 +00:00
Makefile.darwin Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin. 2006-11-28 05:45:43 +00:00
Makefile.dgux Install the SQL command man pages into a section appropriate for each 2001-08-29 19:14:40 +00:00
Makefile.freebsd Remove use of lorder and tsort while building static libraries. There's 2006-04-19 16:32:08 +00:00
Makefile.hpux Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
Makefile.irix Remove use of lorder and tsort while building static libraries. There's 2006-04-19 16:32:08 +00:00
Makefile.linux Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
Makefile.netbsd Remove use of lorder and tsort while building static libraries. There's 2006-04-19 16:32:08 +00:00
Makefile.openbsd Remove use of lorder and tsort while building static libraries. There's 2006-04-19 16:32:08 +00:00
Makefile.osf Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
Makefile.sco Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolic 2004-12-21 18:47:42 +00:00
Makefile.solaris Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
Makefile.sunos4 Remove leftovers from subproject removals. Fixes for Python and Kerberos 2002-09-04 22:54:18 +00:00
Makefile.svr4 Install the SQL command man pages into a section appropriate for each 2001-08-29 19:14:40 +00:00
Makefile.ultrix4 Install the SQL command man pages into a section appropriate for each 2001-08-29 19:14:40 +00:00
Makefile.univel Install the SQL command man pages into a section appropriate for each 2001-08-29 19:14:40 +00:00
Makefile.unixware Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
Makefile.win32 Don't define BUILDING_DLL for snowball lib. Should fix build problems 2007-08-21 13:32:33 +00:00
pgxs.mk Make pgxs build executables with the right suffix. 2013-01-19 14:54:29 -05:00