assume that program `bar' creates both `file1' and `file2'.  I need a
rule like this:

 foo: file1 file2
         bar

I do not understand your question. If bar creates file1 and file2, then the targets are file1 and file2, which I would write like so:

file1 file2:
        bar

Martin


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to