-- http://rrt.sc3d.org/ | motive, n. a mental wolf in moral wool (Bierce)
I have to add $(BUILT_SOURCES) to CLEANFILES to avoid complaints about files
that still exist after make distclean. Since the point of BUILT_SOURCES is
to get sources built that aren't distributed, it would seem reasonable that
they be cleaned up by make distclean. I'm using automake 1.10. Am I missing
something? In the manual it mentions the heuristic rules for what gets
removed by the various *clean targets, and since "make" builds these files,
it seems reasonable that it should remove them.
- Why aren't BUILT_SOURCES removed by "make distclean&q... Reuben Thomas
- Re: Why aren't BUILT_SOURCES removed by "make di... Ralf Wildenhues
