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: [BUG] nasm files are not processed in automake generated Makefiles


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



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