I have some headers that are generated from other files.  I don't what
these headers installed nor included in the dist.  I do need them for the
compilation of some object files, though.  If I attempt to add explicit
dependencies such as:
  MeshTSTT.lo: $(TSTT_HDRS)
then automake will not generate a rule for compiling MeshTSTT.lo and my
build breaks.  If I don't do the above, then my build breaks because the
headers have not been generated when MeshTSTT.lo is compiled.  Any
suggestions?  Is there some simple solution?

thanks,

- jason



Reply via email to