From owner-freebsd-libh Thu Dec 20 9:50:24 2001 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 0278437B419 for ; Thu, 20 Dec 2001 09:50:21 -0800 (PST) Received: (from antoine@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id fBKHoK774418 for libh@FreeBSD.org; Thu, 20 Dec 2001 11:50:20 -0600 (CST) (envelope-from antoine) Message-Id: <200112201750.fBKHoK774418@usw4.freebsd.org> From: Antoine Beaupré Date: Thu, 20 Dec 2001 11:50:20 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh Makefile libh/compile Makefile Makefile.inc1 Makefile.subdirs libh/compile/graphics Makefile libh/compile/none Makefile libh/compile/text Makefile libh/compile/text+graphics Makefile 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 antoine 2001/12/20 11:50:20 CST Modified files: . Makefile Removed files: compile Makefile Makefile.inc1 Makefile.subdirs compile/graphics Makefile compile/none Makefile compile/text Makefile compile/text+graphics Makefile Log: Switch to MAKEOBJDIR builds: - take advantage of the make's MAKEOBJDIR feature to build objects in a specified directory (compile/$UITYPE) - compile/ Makefiles are therefore removed - compile/ is now obsolete and created on the fly by the base Makefile the build system is now simpler, IMHO, and should be easier to maintain. For example, to add a bin/ subdirectory, just add it in the bin/ Makefile. Before, you had to hack compile/ Makefiles too. Approved by: silence on -libh@ Revision Changes Path 1.6 +64 -3 libh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message