From owner-freebsd-libh Wed Jan 29 1: 1: 3 2003 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B58A137B401 for ; Wed, 29 Jan 2003 01:01:02 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18B6F43F75 for ; Wed, 29 Jan 2003 01:01:02 -0800 (PST) (envelope-from libh@triangle.rtp.FreeBSD.Org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) by triangle.rtp.FreeBSD.Org (8.12.6/8.12.5) with ESMTP id h0T90udN080590 for ; Wed, 29 Jan 2003 04:00:56 -0500 (EST) (envelope-from libh@triangle.rtp.FreeBSD.Org) Received: (from libh@localhost) by triangle.rtp.FreeBSD.Org (8.12.6/8.12.6/Submit) id h0T90umc080589 for libh@FreeBSD.org; Wed, 29 Jan 2003 04:00:56 -0500 (EST) Date: Wed, 29 Jan 2003 04:00:56 -0500 (EST) From: LibH Owner Message-Id: <200301290900.h0T90umc080589@triangle.rtp.FreeBSD.Org> Subject: cvs commit: libh HACKERS Makefile.bm Makefile.new libh/tools/bm BuildMake.cc BuildMake.hh Exceptions.hh Library.hh MakeDependency.hh MakeVariable.hh Module.cc Module.hh ObjectCollection.cc ObjectCollection.hh Path.hh Program.hh main.cc ... To: freebsd-libh@FreeBSD.org Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG libh 2003/01/29 04:00:56 EST Modified files: . HACKERS Makefile.bm Makefile.new tools/bm BuildMake.cc BuildMake.hh Exceptions.hh Library.hh MakeDependency.hh MakeVariable.hh Module.cc Module.hh ObjectCollection.cc ObjectCollection.hh Path.hh Program.hh main.cc tools/scripts build_dep Log: Add support for generation of swig dependencies to bm. Revision Changes Path 1.13 +8 -8 libh/HACKERS 1.3 +19 -19 libh/Makefile.bm 1.9 +23 -65 libh/Makefile.new 1.8 +7 -14 libh/tools/bm/BuildMake.cc 1.7 +5 -5 libh/tools/bm/BuildMake.hh 1.4 +4 -4 libh/tools/bm/Exceptions.hh 1.7 +4 -4 libh/tools/bm/Library.hh 1.6 +6 -6 libh/tools/bm/MakeDependency.hh 1.6 +4 -4 libh/tools/bm/MakeVariable.hh 1.9 +7 -9 libh/tools/bm/Module.cc 1.10 +14 -14 libh/tools/bm/Module.hh 1.12 +25 -10 libh/tools/bm/ObjectCollection.cc 1.11 +4 -4 libh/tools/bm/ObjectCollection.hh 1.2 +85 -9 libh/tools/bm/Path.hh 1.9 +4 -4 libh/tools/bm/Program.hh 1.7 +6 -23 libh/tools/bm/main.cc 1.7 +13 -0 libh/tools/scripts/build_dep To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message