Latest tweets from eosgarden

Noxeos - Mixing C++ with C/Objective-C: http://t.co/VS5zeASf
eosgarden - 16.01.2012 / 23:01
FileSytem for iPhone is finally compatible with iOS 5 - update or download it now: http://t.co/yXqCFkC9
eosgarden - 11.01.2012 / 22:22
Noxeos - Warning flags for Clang: http://t.co/iZFQWi6f
eosgarden - 10.01.2012 / 20:36
AutoPurge - Optimize your system memory with a single click: http://t.co/9oTKasSS
eosgarden - 10.01.2012 / 20:24
Manual - Unix man pages at your fingertips: http://t.co/81rZTSeC
eosgarden - 10.01.2012 / 20:12
PropEdit 2.1.0: http://t.co/zJsERSpb
eosgarden - 10.01.2012 / 19:48
@dodyrw NodeJS binary is included in WebStart. GUI is ready, and will be available in the next version (should be released in a few days).
eosgarden - 08.01.2012 / 22:03
@dfeyer Don't know the Percona version (yet)… Is it better than MySQL?
eosgarden - 07.01.2012 / 10:59
PropEdit 2.0 has been released. Now with ACLs support! http://t.co/zJsERSpb
eosgarden - 07.01.2012 / 10:50
PropEdit 2.0 is ready!
eosgarden - 07.01.2012 / 10:07
 
 
 
The Magic MakeFile is a set of scripts for the GNU Make utility.
GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.
 
 

Overview

The goal of the Magic MakeFile is to provide developers with an automated build system, that can be used for various compiled projects, and easily configured to suit the projects' needs.
It has been created in order to match the following features:
  • To be much easier to use than the GNU AutoTools.
  • To be compatible with many programming languages.
  • To be extendable so actually unsupported programming languages can be added.
  • To allow the generation of shared objects and/or libraries.
  • To deal with dependancies between final exectuable file(s) and shared objects or libraries.
  • To be highly configurable.
  • To give the end user a clean and localizable output.

Supported languages

Actually, the Magic MakeFile can be used for projects written in C, C++, and Objective-C.
Support for additionnal programming languages can be added easily. To learn more about this, please see the project's documentation page.

License

The Magic MakeFile is released under the BSD License.
Feel free to use it and modify it for your projects, if you think it can be useful to you.
Any comment, modification and/or suggestion is very welcome.