pjproject/pjsip/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
..
wince-evc4 Ticket #653: Add WinCE workspace/project files for pjsip unit tests (thanks Seth Hinze for the contribution) 2008-10-01 10:00:37 +00:00
Makefile Fix race condition in parallel builds (#2426) 2020-05-11 13:50:39 +07:00
os-auto.mak.in Finishing autoconf work, also fixed compilation error in publish.h 2006-08-20 20:47:34 +00:00
os-rtems.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
pjsip_core.vcproj Re #1680: Add initial support for Win64 2013-06-19 06:47:43 +00:00
pjsip_core.vcxproj Re #1900: Updated project files for target platform version configuration, it is configurable via property sheet build/vs/pjproject-vs14-common-config.props. 2016-12-09 13:43:07 +00:00
pjsip_core.vcxproj.filters Re #1881: Add filters file. 2015-09-21 05:25:04 +00:00
pjsip_simple.vcproj Re #1680: Add initial support for Win64 2013-06-19 06:47:43 +00:00
pjsip_simple.vcxproj Re #1900: Updated project files for target platform version configuration, it is configurable via property sheet build/vs/pjproject-vs14-common-config.props. 2016-12-09 13:43:07 +00:00
pjsip_simple.vcxproj.filters Re #1881: Add filters file. 2015-09-21 05:25:04 +00:00
pjsip_test.vcproj Re #1680: Add initial support for Win64 2013-06-19 06:47:43 +00:00
pjsip_test.vcxproj Re #1900: Updated project files for target platform version configuration, it is configurable via property sheet build/vs/pjproject-vs14-common-config.props. 2016-12-09 13:43:07 +00:00
pjsip_test.vcxproj.filters Re #1881: Add filters file. 2015-09-21 05:25:04 +00:00
pjsip_ua.vcproj Re #1680: Add initial support for Win64 2013-06-19 06:47:43 +00:00
pjsip_ua.vcxproj Re #1900: Updated project files for target platform version configuration, it is configurable via property sheet build/vs/pjproject-vs14-common-config.props. 2016-12-09 13:43:07 +00:00
pjsip_ua.vcxproj.filters Re #1881: Add filters file. 2015-09-21 05:25:04 +00:00
pjsua2_lib.vcproj Misc update & fix: 2013-12-04 02:38:20 +00:00
pjsua2_lib.vcxproj Re #1900: Updated project files for target platform version configuration, it is configurable via property sheet build/vs/pjproject-vs14-common-config.props. 2016-12-09 13:43:07 +00:00
pjsua2_lib.vcxproj.filters Re #1881: Add filters file. 2015-09-21 05:25:04 +00:00
pjsua_lib.vcproj Re #1680: Add initial support for Win64 2013-06-19 06:47:43 +00:00
pjsua_lib.vcxproj Re #1900: Updated project files for target platform version configuration, it is configurable via property sheet build/vs/pjproject-vs14-common-config.props. 2016-12-09 13:43:07 +00:00
pjsua_lib.vcxproj.filters Re #1881: Add filters file. 2015-09-21 05:25:04 +00:00