Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaytaph/autotools

Autotools
https://github.com/jaytaph/autotools

Last synced: 3 months ago
JSON representation

Autotools

Awesome Lists containing this project

README

        

Autotools
=========

These are the examples for the GNU BuildTools blog posts from www.adayinthelifeof.nl

hello1
------
Simple helloworld with static makefile

hello2
------
A more advanced Makefile and source with different headerfiles and objects

hello3
------
The first "GNU Autotooled" source code

hello4
------
./configure with extra parameter (--enable-world)

hello5
------
Conditional adding or removing objects to the source

hello6
------
Using extra libraries when they are present