Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69902 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60422 invoked from network); 27 Oct 2013 18:30:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Oct 2013 18:30:30 -0000 Authentication-Results: pb1.pair.com header.from=ingwie2000@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ingwie2000@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 74.125.83.53 as permitted sender) X-PHP-List-Original-Sender: ingwie2000@googlemail.com X-Host-Fingerprint: 74.125.83.53 mail-ee0-f53.google.com Received: from [74.125.83.53] ([74.125.83.53:62596] helo=mail-ee0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F8/6F-45431-5CB5D625 for ; Sun, 27 Oct 2013 13:30:29 -0500 Received: by mail-ee0-f53.google.com with SMTP id e51so995332eek.26 for ; Sun, 27 Oct 2013 11:30:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=UOhXqzb5Y986aAqst0yqUsqWGJEMMbGhW6e/TAQdqRw=; b=Qqkp0Y7wHrfIRUSH9ReTQ6nwk6e2Qdgw2GTpSuVakShiCFM0FOC5nyRrPYxyfuYF24 Buty5lV4de2JI1IB/a0ANPnBEThJLHp4ZQLFmfXPKA83sWyPS/6KYHnB+x+1q4QLFBJO 8HCgGnl5w0gKjFL8/2W8gW+FEavU9jqKZi4WWi1t3e8qUXWWWLaGv+seL1egQnrhUBDi iHK01hN25BeKyCbrre+5IYsh1fCaq/JqB/UOAku2Wf2mTAU/6RBRbMcj2S7oYz/MLSGn pD12wNYVBYy38MxuZf7l8y4zbdkH3w76QeWNh5EFFwmFxjvEu7Raiukd5NwQ45Bj3i7J euMA== X-Received: by 10.14.241.74 with SMTP id f50mr18056246eer.29.1382898626490; Sun, 27 Oct 2013 11:30:26 -0700 (PDT) Received: from [192.168.200.19] (dslb-088-068-184-241.pools.arcor-ip.net. [88.68.184.241]) by mx.google.com with ESMTPSA id z12sm47087323eev.6.2013.10.27.11.30.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 27 Oct 2013 11:30:25 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-ID: Date: Sun, 27 Oct 2013 19:30:16 +0100 To: Developers List PHP Mailing Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1816\)) X-Mailer: Apple Mail (2.1816) Subject: Alternative build systems From: ingwie2000@googlemail.com (Kevin Ingwersen) Hello there! I am currently looking into alternative build systems - such as Ninja - = and wanted to ask, in which steps PHP is compiled. Currently I am working on a bigger system which utilizes Ninja to build = stuff. But converting a makefile into a build.ninja file is not that = easy at all,especially when you never learned how makefiles themselves = work...like me, i don't know how makefiles work. o-o But, I know how = build.ninja files work and are built. So, could somebody give me some basic instructions on how PHP is built? = The bulky GCC/G++ commands from 'make --dry-run' make it hard to = understand what is going on. Kind regards, Ingwie.=