automake
Automake: dependency on build result
I use automake and autoc开发者_Go百科onf. In the subdirectory src/ the Makefile.am contains bin_PROGRAMS = hello[详细]
2023-02-07 16:20 分类:问答Problem with automake and linking
So, after spending a couple of hours of manually configuring autotools, I finally managed to create a makefile for my project. Only problem? It gives me problems with the linker.[详细]
2023-02-06 15:35 分类:问答Autofoo test for maximum version of Python
I\'m trying to get autofoo to test for a maximum version of Python rather than a minimum.Example: AC_REQUIRE([AM_PATH_PYTHON([2.7])])[详细]
2023-02-03 11:20 分类:问答How to affect order of targets, add additional steps etc. for Makefile.am?
Can I manage Makefile.am as I got used to manage Makefile? Usually I create targets which calls each other in order to make t开发者_如何学JAVAhe project built.[详细]
2023-01-31 12:55 分类:问答Setup a test build job in hudson that detects when make fails to compile
I have set up a \'freestyle project\' in hudson that checks my source-code out from a svn repository. Then I added a \'shell step\' to build the code:[详细]
2023-01-27 19:37 分类:问答Switching to dynamic linking
I\'m building some packages with autoconf and automake, and would like to make sure libraries are dynamically linked (i.e. no stat开发者_如何学Cic links).[详细]
2023-01-27 13:10 分类:问答Include a (header-only) library in an autotools project
I want to integrate a header-only C++ library in my Autotools project. Since the library uses Autoconf and Automake, I use AC_CONFIG_SUBDIRS in configure.ac and added the library dir to the SUBDIRS =[详细]
2023-01-27 11:14 分类:问答How to specify multiple sourcefiles in automake at once
Is there any way around having to specify every sourcefile I create manually in my automake scripts? I\'ve tried several ways of specifying sourcefiles using find -name *.cc or the like. I\'ve also t[详细]
2023-01-21 23:16 分类:问答how to compile MPI and non-MPI version of the same program with automake?
I have a C++ code that can be compiled with MPI support depending on a certain preprocessor flag; missing the appropriate flag, the sources[详细]
2023-01-20 09:14 分类:问答Any difference between configure.ac and configure.in, and Makefile.am and Makefile.in?
I have seen b开发者_开发知识库oth in different things I have configured. What I the difference? Is it notable to use only one? Or does it not matter which one to use?configure.ac and configure.in are[详细]
2023-01-17 14:33 分类:问答