This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Including pre-defined .mk files


>>> "Frederico" == Frederico Faria <frederico@ati.com.br> writes:

 Frederico> I have any .mk files that I could like to add to the
 Frederico> Makefiles generated by configure.
 >> 
 >> Do these files exist before Automake is run, or are they created
 >> by configure?

 Frederico> They aren't created by configure.  These are
 Frederico> Makefiles of a thirty-party product that I want to
 Frederico> link with my application.

When you add

include third-party.mk

to your Makefile.am, it's like you have added third-party.mk
into Makefile.am: Automake will create a Makefile.in including
rules from both files.

I don't know if that's really what you want; I'm confused by
your last answer.

[...]

-- 
Alexandre Duret-Lutz



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]