office-gobmx/dmake
Martyn Russell d2a02df2f9 cppcheck: Avoid unused variables code warnings
Change-Id: I51ba83c5356f2eb33ed09f6516de9f004678bc8f
2012-06-12 12:08:33 +01:00
..
dbug cppcheck: Avoid unused variables code warnings 2012-06-12 12:08:33 +01:00
doc
man
msdos cppcheck: Avoid unused variables code warnings 2012-06-12 12:08:33 +01:00
os2
qssl
startup
tests
tos
unix cppcheck: Avoid unused variables code warnings 2012-06-12 12:08:33 +01:00
win95 cppcheck: Avoid unused variables code warnings 2012-06-12 12:08:33 +01:00
winnt cppcheck: Avoid unused variables code warnings 2012-06-12 12:08:33 +01:00
.gitignore
acinclude.m4
aclocal.m4
alloc.h
AUTHORS
autogen.sh
ChangeLog
compile
config.guess
config.h.in
config.sub
configure
configure.in
COPYING
dag.c
db.h
depcomp
dmake.c
dmake.h
dmakeroot.h.in
dmdump.c
dmstring.c
dstdarg.h
expand.c
extern.h
function.c
getinp.c
hash.c
imacs.c
infer.c
INSTALL
install-sh
itypes.h
macparse.c
make.bat
make.c
make.cmd
Makefile.am
Makefile.in
makefile.mk
missing
mkinstalldirs
NEWS
parse.c
path.c
percent.c
posix.h
quit.c
rcsclean.awk
README
rulparse.c
stamp-h
stat.c
state.c
stdmacs.h
struct.h
sysintf.c
vextern.h

Obsolete dmake build tool.

The dmake build tool was for years the backbone of building the
codebase. Herein lies the bones of that effort - a patched, and fixed
up version of dmake that mostly works even on Windows.

It is now being incrementally written-out in favour of the faster
gnumake approach.