automake
EXTRA_DIST for Makefile.am repeats the directory name
I\'m using EXTRA_DIST within a Makefile.am to copy some folders: EXTRA_DIST = input/ The problem is that it repeats the directory name input/input/[详细]
2023-03-17 03:40 分类:问答How to get automake, libtool, and rpmbuild to work together
I\'m trying to create an RPM of my package, which is built using automake and libtool, and I\'ve encountered a problem: rpmbuild aborts upon discovering that the installed programs of the package cont[详细]
2023-03-16 03:55 分类:问答Custom command to generate object(.o) from binary file using autoconf
We have a project (c++) and it needs to include a binary file into shared library. This is done on windows by referencing the binary file from a resource file. On Linux it can be achieved by using obj[详细]
2023-03-15 07:22 分类:问答Automake Variables to tidy up Makefile.am
I have a directory /src containing all of my source files, and /bin to store all binary after running make command. The directory is something like below:[详细]
2023-03-14 21:47 分类:问答Locating $pkgdatadir defined by autotools from a script
My application uses autotools to install data files that are needed at runtime in $pkgdatadir. Part of the application is written in C, and the path to the data directory is set by the following state[详细]
2023-03-14 16:23 分类:问答Setting executable file permissions with automake
I\'m trying to figure out how to have automake change the file permissions on a newly generated executable automatically.Essentially, I want it开发者_Python百科 to perform a \'chmod\' every time it cr[详细]
2023-03-14 01:27 分类:问答Automake with multiple test suites (coding/deployment)
开发者_如何学GoI\'m using Automake for a project that is starting to have longer running integration/deployment style tests in addition to the typical unit tests. The issue is that during normal progr[详细]
2023-03-13 22:51 分类:问答Install data directory tree with massive number of files using automake
I have a data directory which I would like automake to generate install and uninstall targets for.Essentially, I just want to copy this directory verbatim to the DATA directory,Normally, I might list[详细]
2023-03-13 16:42 分类:问答Using a class from another project in C++
I have access to a large C++ project, full of files and with a very complicated makefile courtesy of automake & friends[详细]
2023-03-11 04:53 分类:问答Automake: overwriting DEFAULT_INCLUDES
I would like the option to redefine the set开发者_如何学运维 of includes used by automake either at configure time or at compile time.I know the following works:[详细]
2023-02-25 15:42 分类:问答