From xemacs-m  Mon Mar  3 15:45:09 1997
Received: from venus.Sun.COM (venus.Sun.COM [192.9.25.5])
	by xemacs.org (8.8.5/8.8.5) with SMTP id PAA21915
	for <xemacs-beta@xemacs.org>; Mon, 3 Mar 1997 15:45:07 -0600 (CST)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id NAA28930; Mon, 3 Mar 1997 13:44:36 -0800
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id NAA17751; Mon, 3 Mar 1997 13:44:33 -0800
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id NAA26962; Mon, 3 Mar 1997 13:44:33 -0800
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id NAA06984; Mon, 3 Mar 1997 13:44:31 -0800
Date: Mon, 3 Mar 1997 13:44:31 -0800
Message-Id: <199703032144.NAA06984@xemacs.eng.sun.com>
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Per Abrahamsen <abraham@dina.kvl.dk>
Cc: xemacs-beta@xemacs.org
Subject: Re: PATCH: auc-tex XEmacs Makefile patch for non-GNU make.
In-Reply-To: <rjybc55myh.fsf@zuse.dina.kvl.dk>
References: <199703030656.WAA05450@xemacs.eng.sun.com>
	<rjybc55myh.fsf@zuse.dina.kvl.dk>
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII

>>>>> "Per" == Per Abrahamsen <abraham@dina.kvl.dk> writes:

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

>> + STYLEELC = $(STYLESRC:.el=.elc)

Per> I remember this as being a Sun invention, not found in standard make.

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

Of course, you can explicitly list all the .elc files.  That will
obviously be most portable, and most inelegant.

Martin

