Download List

專案描述

mk-configure is a lightweight replacement for GNU autotools written in and for bmake (a portable version of NetBSD make). The main goal is to have only one top-level tool instead of aclocal+automake+autoconf+autoheader. Other goals are clean design, simplicity, and "no code generation".

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-10-10 07:05
0.21.1

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.

2010-10-25 01:21
0.21.0

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.

2010-09-20 10:02
0.20.0

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.

2010-09-04 14:56
0.19.0

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.

2010-07-28 06:57
0.18.0

Support for POD (plain old documentation) format. New variables: LUA_LMODDIR, LUA_CMODDIR (for Lua), MKC_VERSION, MLINKS (symlinks for manual pages), CFLAGS.warns.<c{c,xx}type>.<warn-level>, and WARNERR for forcing warnings to be reported as errors. New targets: bin_deb (creation of Debian/Ubuntu package), bin_tar, bin_targz, bin_tarbz2, and bin_zip. Improvements in documentation. ../Makefile.inc works as in NetBSD. Minor fixes.

Project Resources