Is there a way to make dependencies be autogenerated somewhat for explicit
rules. For instance, from

data_DATA=blah

blah: blah.pre
        $(CPP) - < $< > $@

shouldn't blah.pre is be distributed. Instead I have to explicitly make that
known with an EXTRA_DIST. I was just wondering if there is a way around
explicitly naming the EXTRA_DIST stuff?

wt
-- 
Warren Turkal
President, GOLUM, Inc.
http://www.golum.org



Reply via email to