Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaytaph/autotools
Autotools
https://github.com/jaytaph/autotools
Last synced: 3 months ago
JSON representation
Autotools
- Host: GitHub
- URL: https://github.com/jaytaph/autotools
- Owner: jaytaph
- Created: 2011-05-09T18:15:19.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-13T19:57:57.000Z (over 13 years ago)
- Last Synced: 2023-10-20T20:41:17.561Z (about 1 year ago)
- Language: C
- Homepage: www.adayinthelifeof.nl
- Size: 109 KB
- Stars: 7
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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 makefilehello2
------
A more advanced Makefile and source with different headerfiles and objectshello3
------
The first "GNU Autotooled" source codehello4
------
./configure with extra parameter (--enable-world)hello5
------
Conditional adding or removing objects to the sourcehello6
------
Using extra libraries when they are present