Re: Per-Object Flags for Autotool C++ library?

2017-11-02 Thread Nick Bowler
Hi Jeffrey, On 11/2/17, Jeffrey Walton wrote: > I'm working on adding Autotools to a C++ library and test program. My > Automake.am has: > > lib_LTLIBRARIES = \ >libcryptopp.la > > libcryptopp_la_SOURCES = \ >cryptolib.cpp \ >cpu.cpp \ >integer.cpp \ > >... > > cpu.cpp nee

Per-Object Flags for Autotool C++ library?

2017-11-02 Thread Jeffrey Walton
I'm working on adding Autotools to a C++ library and test program. My Automake.am has: lib_LTLIBRARIES = \ libcryptopp.la libcryptopp_la_SOURCES = \ cryptolib.cpp \ cpu.cpp \ integer.cpp \ ... cpu.cpp needs additional flags to enable ISAs on IA-32, Aarch64 and Power7/Power8. A