From owner-freebsd-hackers Fri Feb 16 23:51:28 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA28497 for hackers-outgoing; Fri, 16 Feb 1996 23:51:28 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA28486 for ; Fri, 16 Feb 1996 23:51:25 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id IAA18118 for ; Sat, 17 Feb 1996 08:51:22 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id IAA22386 for freebsd-hackers@freebsd.org; Sat, 17 Feb 1996 08:51:22 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id IAA07908 for freebsd-hackers@freebsd.org; Sat, 17 Feb 1996 08:40:20 +0100 (MET) From: J Wunsch Message-Id: <199602170740.IAA07908@uriah.heep.sax.de> Subject: Re: hacking xmkmf stuff To: freebsd-hackers@freebsd.org (FreeBSD hackers) Date: Sat, 17 Feb 1996 08:40:20 +0100 (MET) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199602170153.UAA04317@Glock.COM> from "matthew c. mead" at Feb 16, 96 08:53:45 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org Precedence: bulk As matthew c. mead wrote: > In keeping with this idea, I want to modify > the xmkmf Imake templates so that a number of things happen: > > installations go to /usr/local/X11R6/{bin,lib,include,man} > includes are referenced from /usr/X11R6/include and /usr/local/X11R6/include > libs are referenced from /usr/X11R6/lib and /usr/local/X11R6/lib > > > Has anyone done this? I've looked at it and it looks like a fairly > complicated task. Thanks in advance for any help! Try #define ProjectRoot /usr/local/X11R6 as a point to start. You will run into troubles when it comes to lib directories (all X11 libs go into one directory by now, but you need two of them -- think of things like libXpm), and to app-defaults. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)