Release Notes: Fixes for LPREFIX, YPREFIX, and YHEADER. The target "install" creates destination directories by default (calls the target "installdirs"). A new variable EXPORT_SYMBOLS for exporting (in shared object library) only specified symbols. New variables NOSUBDIR, EXPORT_VARNAMES, and NOEXPORT_VARNAMES in mkc.{subdir,subprj}.mk. By default, _mkc_* cache files are created in the project's top directory. Documentation updates. More regression tests and samples. Better support for Solaris and OSF1. Other improvements.


Release Notes: Support for subprojects containing the / symbol was added to mkc.sub{dir,prj}.mk with appropriate changes in OBJDIR_<dir> variables. A fix for the target "errorcheck" in mkc.sub{dir,prj}.mk. A fix for non-empty MAKEOBJDIR and MAKEOBJDIRPREFIX in mkc.sub{dir,prj}.mk. Minor improvements in examples/*/linkme.mk. DPLIBS is deprecated. Minor fixes in mkc_imp.lua.mk (LUA_MODULES vs. LUA_LMODULES). Improvements and fixes in the man page and FAQ.


Release Notes: Support for "virtual" subproject was added. New variables: COPTS_<proj>, OBJCOPTS_<proj>, LDADD_<proj>, LDFLAGS_<proj>, CPPFLAGS_<proj>, and CXXFLAGS_<proj>. OBJDIR_<proj> variables now always contain full paths. mkc_which(1) now differs directories and regular files. Minor fixes in regression tests for EXPORT_SYMBOLS. More slides in .pdf presentation. Fixes for Pascal support. Minor fixes in the man page.


Release Notes: The target "errorcheck" ("configure") cannot work in parallel. Fixes a bug that appeared in parallel builds (make -j). Support for IRIX64 and Haiku was implemented. PDF presentation has been updated.


Release Notes: Support for the clang compiler was implemented. The new variables MKCHECKS and LEXLIB were added. Support for the Intel C/C++ compiler was improved. The man page and presentation were improved. Local mkc_install is always used for installing mk-configure for simplifying an installation process on non-BSD platforms. A new target "filelist" that outputs a list of files for the whole project (after installation) was introduced. The useless ".sh:" rule was removed. There are other minor changes and improvements.


Release Notes: New variables PROJECTNAME and CFLAGS.pic. A new variable EXPORT_DYNAMIC for making all symbols in an executable visible to linked or dlopen'ed libraries. Fixes for Lua support. Support for EXPORT_SYMBOLS for Darwin. Fixes for Darwin (MKDLL). *BSD, Linux, and QNX: ld --retain-symbols-file is not used anymore for EXPORT_SYMBOLS; ld --version-script is used instead. Fixes for permissions on Interix. Documentation and presentation updates. Clean-ups.