Top "Automake" questions

Automake is a tool provided by GNU for the purpose of automating the generation of portable, configurable Makefiles.

Install arbitrary data files in fixed location with Automake?

How can I tell automake to install arbitrary data files in places I want? I have some files I need …

autotools automake datadirectory
Autotools library and object file output control

My goal is to have all object files built in a .objs directory instead of the root of the Makefile, …

makefile gnu autotools autoconf automake
How to cross-compile C++-library with dependencies?

I need to cross-compile some C/C++ library. The library depends on several C/C++ libraries. Some of those of …

c++ c autotools autoconf automake
Conditional subdir-objects

I have option subdir-objects set in configure.ac: AM_INIT_AUTOMAKE([subdir-objects]) Is there any possibility to conditionally disable it …

build gnu autotools automake