Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automake

Insert few line in Makefile.am if condition is true

Why does this VLC Media Player Build Fail?

makefile vlc ld automake

How do I access a user defined variable as defined at the top of a Makefile.am file?

Build dynamic program list with autotools

c autotools autoconf automake

Linking a shared library to a static libtool library using automake

automake libtool

Build a project without "Makefile.am", just using Autoconf & Autoscan?

How to post-install something using GNU Automake?

linux packaging automake

Can I put my macro define to config.h by using AC_XXXX_CONFIG syntax?

c linux autotools automake

why don't automake and autotools lose power of GNU Make?

automake

How to conditionally include sub automake configuration files

makefile gnu-make automake

Using parsers in GNU automake in c

c yacc lex autotools automake

How do I specify the path to XYZ when I use configure --with-XYZ=yes

configure automake

Generating list of generated sources (a la foreach) in automake

makefile autotools automake

automake and custom rpath

autoconf configure results in C std lib header related compile errors

Specifying which Makefiles to build using automake

autotools automake

Adding a dependency for a target in automake

automake

How to tell AC_SUBST to not substitute variables in arguments?

Explicit Intermediate Object Files in GNU AutoMake

c autotools automake