Subject: CVS commit: wip/lmdbg
From: Aleksey Cheusov
Date: 2010-05-26 21:50:00
Message id: E1OHMcJ-0001rD-Iy@sfp-cvsdas-2.v30.ch3.sourceforge.com

Log Message:

Update to 0.15.0

  New presentation for mk-configure is in doc/ subdirectory.

  New top-level include file "mkc.subprjs.mk", more powerful
  replacement for mkc.subdir.mk. It handles subprojects organized as a
  dependency graph.

  New variables are added: MKPICLIB, MKSHLIB, MKSTATICLIB and
  MKPROFILELIB for building PIC, shared, static and profile libraries.
  See mk-configure.7 for details.

  MKPIC, MKPROFILE and MKPICINSTALL variables are removed. Use
  MKPICLIB, MKSHLIB, MKPROFILELIB and MKINSTALL variables instead.

  Implementation for variable "WARNS" (currently only for gcc).

  New variable "SHRTOUT". If it is not "no", shortened formatted
  messages are output about compiling, linking etc.

  Manual page for mkcmake(1).

  -h option is passed to the linker under Solaris while building a
  shared library.

  Target "depend" is added for generating .depend file.

  Minor fixes in mkc_check_funclib.

  Support for Cygwin is added (no support for shared libraries yet).

  Clean-ups in target "clean".

  More regression tests and examples.

  Minor fix in mkc_imp.subdir.mk: do not run "installdirs" if MKINSTALL=no.

  Internal target "error-check" is renamed to "errorcheck".

Files:
RevisionActionfile
1.18modifywip/lmdbg/Makefile
1.11modifywip/lmdbg/PLIST
1.12modifywip/lmdbg/distinfo
1.1removewip/lmdbg/patches/patch-aa