파일방2015. 6. 25. 13:20


Jam is a small open-source build tool that can be used as a replacement for Make. Even though Jam is a lot simpler to use than Make, it is far more powerful and easy to master. It already works on a large variety of platforms (Unix, Windows, OS/2, VMS, MacOS, BeOS, etc.), it is trivial to port, and its design is sufficiently clear to allow any average programmer to extend it with advanced features at will.


The main differences between Jam and Make are as follows.


Jam uses ‘Jamfiles’ instead of ‘Makefiles’.


Jamfiles do not normally contain toolset-specific rules or actions. They are thus portable among distinct compilers.


Jamfiles are a lot simpler than Makefiles to write and understand, while providing the same functionality, and much, much more.


[링크 : http://www.freetype.org/jam/]

'파일방' 카테고리의 다른 글

goahead 웹 서버  (0) 2015.07.19
OMV - Opensource Media Valut  (0) 2015.07.15
knime - 빅데이터 분석툴  (0) 2015.05.28
redmine / 레드마인  (0) 2015.04.14
icannote - 강의용 필기 프로그램  (0) 2015.03.20
Posted by 구차니