blob: c49589dc8c8e04aa0245bdd018ce2a8fd09c2562 [file] [log] [blame]
Neels Hofmeyr375ac732017-08-28 15:16:46 +02001# project build these first
2libosmocore
3libosmo-abis libosmocore
4libosmo-netif libosmo-abis
5libosmo-sccp libosmo-netif
6libsmpp34
Neels Hofmeyr956c7322017-09-07 00:51:30 +02007osmo-ggsn libosmocore
Neels Hofmeyr375ac732017-08-28 15:16:46 +02008osmo-hlr libosmo-abis
9osmo-mgw libosmo-netif
Neels Hofmeyr0d3ff732018-04-10 13:19:04 +020010osmo-msc libosmo-sccp osmo-mgw libsmpp34
Neels Hofmeyr375ac732017-08-28 15:16:46 +020011osmo-bsc libosmo-sccp osmo-mgw
Pau Espin Pedrol3cb08212018-10-31 09:29:31 +010012osmo-sgsn libosmo-sccp osmo-ggsn osmo-hlr
Neels Hofmeyr80630cf2018-11-06 16:35:32 +010013# osmo-trx can build with --enable-sanitize, but then won't work reliably.
14# When omitting --enable-sanitize from osmo-trx only, its 'make check' will fail.
15# So if you want osmo-trx, uncomment and use no sanitize.opts, or use LD_PRELOAD for osmo-trx binaries.
16#osmo-trx libosmocore