[EMAIL PROTECTED] (Alexander Farber) writes:
> Is VPATH (or "vpath %.c") meant for this kind of problems? Yes, vpath would probably be appropriate. > I'm worried that if I use VPATH, then I'll have filenames > clashes (ok, the current batch/perl system would have them too). You get what you ask for. > Is there maybe another way to solve it (by some string manipulations)? The proper way of doing what you want would be to reproduce the same directory structure under OBJDIR. But that's not easy in mainline GNU make (see http://make.paulandlesley.org/multi-arch.html for example). -boris _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/help-make
