descriptionGNU Make made easy
homepage URLhttps://bitbucket.org/swrh/dotmk
ownerfsilveira@gmail.com
last changeMon, 10 Jan 2011 19:38:40 +0000 (10 17:38 -0200)
content tags
add:
readme
The "dotmk" project is composed by a set of GNU make scripts that are able to simplify drastically the Makefile creation process. If your project needs to use GNU make to compile its software, "dotmk" can simplify all the complicated process of rules definitions and compiler commands creation. This task sometimes takes lots of time to understand, define and debug, but "dotmk" does it just by setting a couple of variables and a "include" line.
shortlog
2011-01-10 Fernando SilveiraRemoved "libtool" (for good).master
2011-01-10 Fernando SilveiraFixed wrong "-rpath" argument usage when linking libraries.
2011-01-10 Fernando SilveiraAdded "DISABLE_TARGETS" variable.
2010-08-16 Fernando SilveiraBug fix in fd closing.
2010-04-16 Fernando SilveiraAdded support for local "mk" scripts.
2010-04-16 Fernando SilveiraAdded cross compiling instructions.
2010-04-16 Fernando SilveiraRemoved unused variables definition.
2010-04-16 Fernando SilveiraAdded support for cross compiling by setting the CROSS_...
2010-03-18 Fernando SilveiraImported test scripts.
2010-03-17 Fernando SilveiraBug fix in $(1)_SRCS and $(1)_OBJS variables.
2010-03-17 Fernando SilveiraRemoved unnecessary files.
2010-03-17 Fernando SilveiraBug fix in $(1)_SRCS variable definition.
2010-03-06 Fernando SilveiraIncluded "_CXXFLAGS" variables to ".depend" file creation.
2010-03-04 Fernando SilveiraHid conditional directory creation command.
2010-03-02 Fernando SilveiraFixed "install" target prerequisites.
2010-03-02 Fernando SilveiraBug fix for automatic SRCS variable definition.
...
heads
13 years ago master