1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 21, 2024 — Sep 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
enable cache More... over 16 years ago
Implementation for MKC_DEFINES More... over 16 years ago
fixes and improvements More... over 16 years ago
further development More... over 16 years ago
initial version More... over 16 years ago
minor improvements of output (spaces) More... over 16 years ago
MKC_FUNCS uses function:library notation instead of function|-llibrary as it was proposed by Lev Serebryakov in fido7.ru.unix.prog New HAVE.function.library defines instead HAVE.function_library because _ can be a part of function name More... over 16 years ago
a few comments about usage, set -e and LC_ALL=C More... over 16 years ago
$() is replaced with `` which is more portable More... over 16 years ago
clean-ups More... over 16 years ago
MKC_CACHEDIR is a use defined variable More... over 16 years ago
New variable MKC_DELETE_TMPFILES for deleting intermediate temporary files. .o and .exe are removed unconditionally More... over 16 years ago
CPPFLAGS and CFLAGS flags are used during compilation More... over 16 years ago
CACHE_DIR renamed to MKC_CACHEDIR fix in handling MKC_SHOW_CACHED+cached More... over 16 years ago
clean-ups More... over 16 years ago
clean-ups More... over 16 years ago
support for MKC_SHOW_CACHED More... over 16 years ago
CACHE_DIR environment variable defaults to "." CC defaults to "cc". More... over 16 years ago
default, 'Checking for ... (yes|no)' lines are always output. This may be annoying during development. To fix this MKC_SHOW_CACHED variable is introduced. Set it to 0 to hide showing cached results. More... over 16 years ago
PROJECTNAME added More... over 16 years ago
change release time More... over 16 years ago
fix (Linux) More... over 16 years ago
renamings (_CHECK removed) More... over 16 years ago
debugging code removed More... over 16 years ago
new file EXAMPLE.Makefile mentioned in README More... over 16 years ago
initial version More... over 16 years ago
BD: 2009-02-21 More... over 16 years ago
'make install' creates the destination directories. Initial/minimal README. More... over 16 years ago
fix More... over 16 years ago
executables are installed to ${PREFIX}/libexec/mkc directory Resulting configure.mk contains version and path to ${PREFIX}/libexec/mkc More... over 16 years ago