Hi all,
I have a following configuration in my makefile:
VPATH=../gs ../ad
%.o: %.c
<...>
%_xdr.c: %.x
<...>
the problem is that whenever there is a newer %.x file, an %_xdr.c file
will be produced in the current directory, but I want to have it there
where %.x file was. How to accoplish this?
Something like ../$(MODULE)/%_xdr.c: %.x ; <...> does not work.
Kilu
--
============================
AutoForm Engineering GmbH
Technoparkstrasse 1
CH-8005 Z�rich / Switzerland
Tel: +41 1 445 2121
Fax: +41 1 445 2122
www.autoform.ch
============================
_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make