automake
Using conditionals in automake
I recently switched from using Makefiles to using Automake, and I can\'t figure out how to write the following simple if statement using automake:[详细]
2023-01-06 07:58 分类:问答When converting to libtool automake and autoconf can't find libtool
I\'m trying to convert libcsv to use libtool so I can use it on mac os x without mangling the makefile.When I try to run the makefile generated from the tools I get the following error:[详细]
2023-01-06 06:51 分类:问答choosing autoconf and automake versions
I see there are many version of autoconf a开发者_如何转开发nd automake available in my ubuntu linux.[详细]
2023-01-06 06:50 分类:问答Explicit Intermediate Object Files in GNU AutoMake
I have a C application I\'m converting from a set of hand coded Makefiles to GNU AutoMake. It has a subdirectory that contains an interface header and several platform-dependent implementations. Curre[详细]
2023-01-05 06:30 分类:问答kdevelop 3.5: configure: error: C++ compiler cannot create executables
I try to compile an application with kdevelop 3.5.4 on Ubuntu 10.04, but it fails with the following errors:[详细]
2023-01-04 03:18 分类:问答What is ltmain.sh, and why does automake say it is missing? What is a good auto (make/conf/etc) generator?
I just want to develop a C app in linux with the auto(make/conf/...) stuff automatically generated. I tried generating it with ede and anjuta, but it doesn\'t seem to generate Makefile.am. So, I tried[详细]
2022-12-29 16:58 分类:问答Automake: How to add a building step?
Currently, I have a build chain, completly manage by automake, like: .vala > .c > .o > .exe I would like add a new step for preprocess a XML file .ui into a vala source:[详细]
2022-12-27 08:48 分类:问答How to use multi-level SUBDIRS in Makefile.am:s?
A common issue automake complains about is caused by following lines in various Makefile.am:s Makefile.am:[详细]
2022-12-26 18:38 分类:问答Conflicting PACKAGE_NAME and other macros when using autotools
When using autotools (with a config.h file) for both a library, and a software built on that library, the compiler complains about a redefinition of some macros (PACKAGE_NAME, PACKAGE_TARNAME and so o[详细]
2022-12-26 03:10 分类:问答Where is documentation about EXTRA_SCRIPTS variable in autotools?
What is EXTRA_SCRIPTS variable for in Makefile.am? Wh开发者_JAVA百科ere is it documented?From the automake manual:[详细]
2022-12-25 22:10 分类:问答