Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 41485 invoked from network); 7 Dec 2005 22:11:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Dec 2005 22:11:42 -0000 Received: (qmail 47153 invoked by uid 500); 7 Dec 2005 22:11:42 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 47119 invoked by uid 500); 7 Dec 2005 22:11:42 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 47108 invoked by uid 99); 7 Dec 2005 22:11:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2005 14:11:41 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [12.17.213.84] (HELO bco-exchange.bco.roguewave.com) (12.17.213.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2005 14:11:41 -0800 Received: from [10.70.2.6] (skynet.bco.roguewave.com [10.70.2.6]) by bco-exchange.bco.roguewave.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id S0A37401; Wed, 7 Dec 2005 15:06:15 -0700 Message-ID: <43975E08.1000109@roguewave.com> Date: Wed, 07 Dec 2005 15:11:20 -0700 From: Liviu Nicoara User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: makefiles issues References: <439711D3.4010302@moscow.vdiweb.com> In-Reply-To: <439711D3.4010302@moscow.vdiweb.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Martin, This one is not working with any targets when invoked anew from TOPDIR: # $ make [ BUILDTYPE= ] \ # [ BUILDDIR= ] \ # [ CONFIG= ] \ # [ PHDIR= ] # [ ] AFAICT the comments describing the targets seem to have typos: # From $TOPDIR or $BUILDDIR to configure if necessary and build the lib, # tests, plumhall testsuite, and examples: # # $ make [ lib ] .... vs. # Targets: # # .............. # # libstd - builds the library Liviu