Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30135 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50138 invoked by uid 1010); 10 Jun 2007 18:29:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 50123 invoked from network); 10 Jun 2007 18:29:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2007 18:29:33 -0000 Authentication-Results: pb1.pair.com header.from=wietse@porcupine.org; sender-id=unknown; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=wietse@porcupine.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain porcupine.org from 168.100.189.2 cause and error) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: wietse@porcupine.org X-Host-Fingerprint: 168.100.189.2 spike.porcupine.org FreeBSD 2.0-4.2 Received: from [168.100.189.2] ([168.100.189.2:2377] helo=spike.porcupine.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4E/D6-32946-B034C664 for ; Sun, 10 Jun 2007 14:29:32 -0400 Received: by spike.porcupine.org (Postfix, from userid 1001) id 0DE5D1F3E93; Sun, 10 Jun 2007 14:29:28 -0400 (EDT) DKIM-Signature: v=0.5; a=rsa-sha256; c=simple/simple; d=porcupine.org; s=dktest; t=135602432; bh=YtpRN66M7IQClPGRW4DIuIE862jBDz/rELjFusSW2 PY=; h=DomainKey-Signature:Subject:To:Date:X-Time-Zone:X-Mailer: MIME-Version:Content-Transfer-Encoding:Content-Type:Message-Id: From; b=MMTNKotKi8EGDoOI3AvLav+5hFd1+94YTlK3BtoCGHRprSrP8iA6Ev/rlY uoqeh69ww8pxOn2PmIyqpAd0nrP0q1aN2uCkBj4Es8txiXtVFpYLr2CwwYu3GhM5ppE e+F3d7GEqCcnVkyq4cb871ZMSXYnsczC/jyKQ8vxvdjS4o= DomainKey-Signature: a=rsa-sha1; s=dktest; d=porcupine.org; c=simple; q=dns; h=subject:to:date:x-time-zone:x-mailer:mime-version: content-transfer-encoding:content-type:message-id:from; b=rBD0HNrtlkX4FuH2issSTOCDj+wYhsXiSfzwS0eyiDRw9Uhd/qtvI+B1r8nlSqVsW zuUAmqCUL8VwwU4HC3uKhBNrQ4LisBsn/NDvHyQrjilM+uaUiemBPUltBL8WLuBz6// 8h2R01MEYKHedNDLfosBP8UVJvH/hDchuEsZsaI= To: internals@lists.php.net Date: Sun, 10 Jun 2007 14:29:28 -0400 (EDT) X-Time-Zone: USA EST, 6 hours behind central European time X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-ID: <20070610182928.0DE5D1F3E93@spike.porcupine.org> Subject: "make depend" script for PHP From: wietse@porcupine.org ((Wietse Venema)) This 30-line script was originally written in Perl, but it didn't seem proper etiquette to post non-PHP code on this list :-) So I morphed it into PHP, admittedly with a Perl accent. If I overlooked an already existing way to minimize PHP build time, without the risk of using out-of-date .lo files, then you can ignore this post. Wietse