automake
Placing header files in a subdirectory of /usr/include with automake?
If I write a library, and have header files for development included, and have a src/Makefile.am like this:[详细]
2023-02-23 09:33 分类:问答create and remove subdirectory for generated files in Makefile.am
I am using autotools for my project. While building Qt there are the generated moc_*.cpp and ui_*开发者_如何学运维.h files which I want to have them in a gen subdirectory. The directory and the gener[详细]
2023-02-23 06:29 分类:问答Where to put pre-built binaries with automake?
I am writing this question in part based on a related question on helper-scripts. I have a C++ software system built with autotools. For a small part of its functionality, my system uses a closed-sou[详细]
2023-02-23 04:53 分类:问答How to install gettext mo files into /usr/share/locale using Automake?
For man pages, I can install them by: man_MANS = \\ program.1 \\ program.5 Is there similar approach to install gettext mo files? like,[详细]
2023-02-19 05:59 分类:问答why automake fails to generate Makefile.in
Trying to use automake/autoconf (versions 1.10 and 2.61, respectively).Everything is working OK, except automake is not generating Makefile.in.[详细]
2023-02-18 02:48 分类:问答Automake Yacc Output Filename Quandary
Problem: I have a project which I\'m porting from Solaris/Lex/Yacc to Linux/Flex/Bison + Autotools. I\'m running into the following issue, and I wonder if anyone out there knows how to get around it.[详细]
2023-02-17 16:59 分类:问答autoconf/automake: conditional compilation based on presence of library?
I need to conditionally compile some code based on the presence of a library.Seems like this should be easy with autoconf/automake but I can\'t figure it out.[详细]
2023-02-14 17:40 分类:问答automake+libtool+c++ = very bloated interface
First i have \"include_HEADERS = \'my public headers\'\" and \"libfoobar_la_SOURCES = \'private sources\' \'private headers\'\". All is fine. It compile/install/link. But when i do \"nm -C[详细]
2023-02-10 08:09 分类:问答How do I specify the path to XYZ when I use configure --with-XYZ=yes
I am trying to compile c-sources with the configure, make, make install trilogy. Since I want to compile the sources so that they use another library (XYZ) that is not used by default, I can specify[详细]
2023-02-10 01:53 分类:问答How do I compile this plugin?
I\'m following the foo dissector example but would like to know how to compile it. The foo dissector example i开发者_如何学Pythons shown in this link:[详细]
2023-02-08 22:30 分类:问答