automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

generated headers


From: Jason Kraftcheck
Subject: generated headers
Date: Thu, 01 Feb 2007 11:10:04 -0600
User-agent: Icedove 1.5.0.9 (X11/20061220)

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

[Prev in Thread] Current Thread [Next in Thread]