Give your C hacks a build environment!
Tutorials | (0)
Hi, in this programming related article I'm going to show you how to use automake, autoconf, libtool and other configuration and build environment tools to automate compilation of your un-organized .c files. To be able to share your C source code with others in a way they can compile and make modifications to it you need these files properly set up.
Part 1 Motivation
Have you ever found yourself listing files in a old hack directory and got a list like this:
closeout.h pathmax.h sys2.h system.h true.c version-etc.h
And no matter how hard you try you cant seem to get it ...