Hi Alexandre,
When I add the line "include third-party.mk" to my Makefile.am I get any error messages running "automake -a". The "third-party.mk" is correct because when I include it into my Makefile all works. Below are the messages that I receive when I run "automake -a". Thank you, Faria. Some error messages: STATIC_ORACLETTLIBS (User, where = src/env_rdbms.mk:139) = { TRUE => $(KPUADEF) $(NTZEOBJ) $(NETLIBS) $(LIBRDBMS_CLT) \ $(LIBMM) $(CORELIBS) $(NETLIBS) $(LIBRDBMS_CLT) $(LIBPLS_CLT) \ $(LIBEPC) $(CORELIBS) $(LIBRDBMS_CLT) $(CORELIBS) } src/env_rdbms.mk:49: LMAKE multiply defined in condition TRUE LMAKE (User, where = src/env_rdbms.mk:49) = { TRUE => make } src/env_rdbms.mk:42: FIND multiply defined in condition TRUE FIND (User, where = src/env_rdbms.mk:42) = { TRUE => find } src/env_rdbms.mk:114: LINK multiply defined in condition TRUE LINK (User, where = src/env_rdbms.mk:114) = { TRUE => $(LDCCOM) Alexandre Duret-Lutz wrote: > > >>> "Frederico" == Frederico Faria <[EMAIL PROTECTED]> 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 -- Frederico Charles S. Faria Coordenação de Desenvolvimento de Software ATI / ATITEL Ltda www.ati.com.br