pjproject/build
Guido Falsi 78683646c8
Fix race condition in parallel builds (#2426)
* Some targets residing in `OBJDIRS` are missing a dependency on that directory, which results in a race condition, causing build to fail sometimes due to the directory not existing when running parallel builds.

* The `PJSUA_LIB` variable is not defined anywhere, resulting in an empty value, and no correct dependency on the pjsua shared library for `pjsua2`. The correct variable seems to be `PJSUA_LIB_LIB`, defined at the start of this same `Makefile`.
2020-05-11 13:50:39 +07:00
..
vs Misc (re #1994): Fixed compile warnings on MSVC 2005 & 2015. 2017-08-01 07:49:34 +00:00
cc-auto.mak.in Re #1630 (misc): Thanks to Mark Michelson for the patch 2013-10-21 07:52:35 +00:00
cc-gcc.mak Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release. 2006-05-10 19:24:40 +00:00
cc-vc.mak Added suppor /and fix things for SunOS port 2005-11-01 16:42:51 +00:00
common.mak Support for iPhone tools in the build system: 2010-05-12 10:59:20 +00:00
host-mingw.mak Added suppor /and fix things for SunOS port 2005-11-01 16:42:51 +00:00
host-unix.mak Misc (Re #1068): added ability to specify executable suffix, by declaring HOST_EXE in user.mak. Useful for cross compiling Mingw executables on Linux. Thanks Atik Khan for the suggestion 2010-08-05 07:04:26 +00:00
host-win32.mak Added suppor /and fix things for SunOS port 2005-11-01 16:42:51 +00:00
m-alpha.mak Added suppor /and fix things for SunOS port 2005-11-01 16:42:51 +00:00
m-arm.mak Attempt to get some applications linked for RTEMS target, just to get the footprint calculation working 2006-07-14 15:20:00 +00:00
m-auto.mak Finishing autoconf work, also fixed compilation error in publish.h 2006-08-20 20:47:34 +00:00
m-i386.mak Added suppor /and fix things for SunOS port 2005-11-01 16:42:51 +00:00
m-m68k.mak Added suppor /and fix things for SunOS port 2005-11-01 16:42:51 +00:00
m-mpc860.mak Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release. 2006-05-10 19:24:40 +00:00
m-powerpc.mak Ported pjlib to PowerPC/MacOS 2006-03-20 12:39:24 +00:00
m-sparc.mak Added suppor /and fix things for SunOS port 2005-11-01 16:42:51 +00:00
m-x86_64.mak Added 64bit Linux target (x86_64), also fixed compilation warnings when compiling for this target 2006-07-23 14:38:49 +00:00
os-auto.mak.in Finishing autoconf work, also fixed compilation error in publish.h 2006-08-20 20:47:34 +00:00
os-darwinos.mak Finishing autoconf work, also fixed compilation error in publish.h 2006-08-20 20:47:34 +00:00
os-linux.mak Fixed the legacy build system 2007-04-18 09:24:31 +00:00
os-palmos.mak Added suppor /and fix things for SunOS port 2005-11-01 16:42:51 +00:00
os-rtems.mak Finishing autoconf work, also fixed compilation error in publish.h 2006-08-20 20:47:34 +00:00
os-sunos.mak Finishing autoconf work, also fixed compilation error in publish.h 2006-08-20 20:47:34 +00:00
os-win32.mak Finishing autoconf work, also fixed compilation error in publish.h 2006-08-20 20:47:34 +00:00
rules.mak Fix race condition in parallel builds (#2426) 2020-05-11 13:50:39 +07:00