Date: Wed, 3 Mar 1999 17:15:33 +0100 From: Baraz Akos 950918 To: djgpp AT delorie DOT com Subject: a make problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com hi I've got a problem with makefile making. I'd like to compile a lot of target with different dependecies. Got variables like this: ONE_C = one1.cpp one2.cpp ONE_DEP = x.h y.h TWO_C = two1.cpp two2.cpp TWO_DEP = z.h x.h w.h and I want to compile them by ONE rule, but $(%) doesn't work in place of the deps. by. Rebecca