This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: [BUG] nasm files are not processed in automake generated Makefiles
- From: Edouard Gomez <ed dot gomez at wanadoo dot fr>
- To: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>,Kevin Ryde <user42 at zip dot com dot au>
- Cc: automake at gnu dot org
- Date: Sat, 24 Aug 2002 15:46:55 +0200
- Subject: Re: [BUG] nasm files are not processed in automake generated Makefiles
- References: <20020820235137.GA13372@leloo> <2002-08-24-14-10-58+19791+duret_g@lrde.epita.fr>
Thanks both answers.
The final solution is a mix of both :
EXTRA_PROGRAMS = foo <-- from Alexandre Duret
libxvid_la_DEPENDENCIES = $(SRC_INTEL:.asm.lo) <-- from Kevin Ryde
The libxvid_la_LDADD= ... is not needed because as i said before the
nasm .lo files were in the generated Makefile but not "active"
Thanks a lot.
--
Edouard Gomez