From xemacs-m  Mon Mar  3 19:49:18 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id TAA23872
	for <xemacs-beta@xemacs.org>; Mon, 3 Mar 1997 19:49:17 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id SAA22200;
	Mon, 3 Mar 1997 18:00:49 -0800
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: PATCH: auc-tex XEmacs Makefile patch for non-GNU make.
References: <199703030656.WAA05450@xemacs.eng.sun.com> 	<rjybc55myh.fsf@zuse.dina.kvl.dk> <199703032144.NAA06984@xemacs.eng.sun.com> <rjsp2c4p7k.fsf@zuse.dina.kvl.dk>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Per Abrahamsen's message of 03 Mar 1997 22:53:35 +0100
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
Date: 03 Mar 1997 18:00:44 -0800
Message-ID: <m27mjoe7qr.fsf@altair.xemacs.org>
Lines: 42
X-Mailer: Gnus v5.4.17/XEmacs 20.1

Per Abrahamsen writes:

> Martin Buchholz <mrb@Eng.Sun.COM> writes:

>> XEmacs uses it in src/Makefile.in.in
>> so you can use it too without loss of portability.

> Not unless Emacs also use it.

> What make are you using?  I tried

> alpha% touch style/report.el
> alpha% /usr/ccs/bin/make some
> emacs -batch -q -l lpath.el -f batch-byte-compile style/report.el
> Wrote /home/user_22/abraham/auctex/style/report.elc
> Done
> alpha% 

Something needs to be done.  This is what I get from the current
Makefile (9.7k) and starting from no elcs:

Compiling AUC TeX...
make[1]: Entering directory `/usr/src/xemacs-19.15/lisp/auctex'

 [Successfully building all the .elcs in the top directory]

make[1]: *** No rule to make target `style/*.elc', needed by `some'.  Stop.
make[1]: Leaving directory `/usr/src/xemacs-19.15/lisp/auctex'
AUC TeX done.

This is with Linux and
$ make --version
GNU Make version 3.74, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

I think GNU Make should be supported.
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

