Ping.... Should I add target/rules for the source files in question? (Just the source files in question).
If so, where is the client/ Makefile created from? I know its no Makefile.in because it keeps getting recreated somewhere in the process. Is it Makefile.am? Is it another m4 file? If so, how does one tell m4 to "use these rules for these source files"? Sorry about the lame question. This complexity is why I avoided Autoconf and friends for so many years in favor of hand written makefiles. Jeff On Sat, Jan 26, 2013 at 8:32 PM, Jeffrey Walton <[email protected]> wrote: > Hi All, > > Three source files in client/ need $(SSL_CXXFLAGS) added to the > target's rules. The sources are: > > acct_mgr.cpp > cs_files.cpp > cs_scheduler.cpp > > client/Makefile.am does not include targets (as does, for example, > lib/Makefile.am). In addition there is no mention of CXX_FLAGS in > Makefile.am > > How does one add the missing $(SSL_CXXFLAGS) for the source files? _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
