Brian R Cowan wrote:
I have a makefile that has target definitions that look something like this:

foo.out+bar.out+oof.out: : prereq1
        {script}

I know that this is a special kind of target group ("this 'recipe' builds all these targets at once"), but I'll be darned if I can find this definition anywhere -- including in the GNU make manual.

It's not in the GNU make manual because that is not GNU make syntax.  There are other make variants that support that syntax, such as System V make.

HTH,

Eric Melski
http://blog.melski.net/

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

Reply via email to