Removed a huge, ancient comment dating from the genmake days.
This commit is contained in:
parent
1a037b9685
commit
744d0ca7be
|
@ -105,80 +105,10 @@ tool_cpp = cprogram {
|
||||||
install = pm.install(BINDIR.."bin/cpp")
|
install = pm.install(BINDIR.."bin/cpp")
|
||||||
}
|
}
|
||||||
|
|
||||||
--[[
|
|
||||||
# genmakefile
|
|
||||||
# This genmakefile doesn't have a real comment yet.
|
|
||||||
#
|
|
||||||
# $Source$
|
|
||||||
# $State$
|
|
||||||
|
|
||||||
# --- cpp -------------------------------------------------------------------
|
|
||||||
|
|
||||||
push
|
|
||||||
dir=src/tools/cpp
|
|
||||||
|
|
||||||
addinclude $SRCDIR/$dir
|
|
||||||
addinclude $OBJDIR/$dir
|
|
||||||
|
|
||||||
|
|
||||||
x="$SRCS"
|
|
||||||
hostcdyn $dir/char.c
|
|
||||||
SRCS="$x"
|
|
||||||
tabgen $SRCDIR/$dir/char.tab $OBJDIR/$dir/char.c
|
|
||||||
|
|
||||||
llgen "" $OBJDIR/$dir \
|
|
||||||
$OBJDIR/$dir/tokenfile.g \
|
|
||||||
$SRCDIR/$dir/expression.g
|
|
||||||
tokenfile $dir
|
|
||||||
tokcase $dir
|
|
||||||
|
|
||||||
hostprogram $DESTDIR/bin/cpp $OBJS \
|
|
||||||
$DESTDIR/lib/libassert.a \
|
|
||||||
$DESTDIR/lib/libprint.a \
|
|
||||||
$DESTDIR/lib/liballoc.a \
|
|
||||||
$DESTDIR/lib/libsystem.a \
|
|
||||||
$DESTDIR/lib/libastring.a
|
|
||||||
|
|
||||||
addcleanable $OBJDIR/$dir/errout.h
|
|
||||||
addcleanable $OBJDIR/$dir/idfsize.h
|
|
||||||
addcleanable $OBJDIR/$dir/ifdepth.h
|
|
||||||
addcleanable $OBJDIR/$dir/lapbuf.h
|
|
||||||
addcleanable $OBJDIR/$dir/nparams.h
|
|
||||||
addcleanable $OBJDIR/$dir/numsize.h
|
|
||||||
addcleanable $OBJDIR/$dir/obufsize.h
|
|
||||||
addcleanable $OBJDIR/$dir/parbufsize.h
|
|
||||||
addcleanable $OBJDIR/$dir/pathlength.h
|
|
||||||
addcleanable $OBJDIR/$dir/strsize.h
|
|
||||||
addcleanable $OBJDIR/$dir/textsize.h
|
|
||||||
addcleanable $OBJDIR/$dir/botch_free.h
|
|
||||||
addcleanable $OBJDIR/$dir/debug.h
|
|
||||||
addcleanable $OBJDIR/$dir/inputtype.h
|
|
||||||
addcleanable $OBJDIR/$dir/dobits.h
|
|
||||||
addcleanable $OBJDIR/$dir/line_prefix.h
|
|
||||||
cat <<EOF
|
|
||||||
$SRCS: $OBJDIR/$dir/.hfiles
|
|
||||||
$SRCDIR/$dir/LLlex.c: $OBJDIR/$dir/Lpars.c
|
|
||||||
|
|
||||||
$OBJDIR/$dir/.hfiles: \
|
|
||||||
$SRCDIR/$dir/Parameters \
|
|
||||||
$OBJDIR/$dir/char.c
|
|
||||||
@echo MAKE.HFILES \$<
|
|
||||||
@mkdir -p \$(dir \$@)
|
|
||||||
@(cd \$(dir \$@) && $SRCDIR/$dir/make.hfiles \$<) > /dev/null
|
|
||||||
@touch \$@
|
|
||||||
|
|
||||||
EOF
|
|
||||||
pop
|
|
||||||
|
|
||||||
# Revision history
|
|
||||||
# $Log$
|
|
||||||
# Revision 1.1 2006-07-20 23:24:28 dtrg
|
|
||||||
# First version in CVS.
|
|
||||||
#
|
|
||||||
--]]
|
|
||||||
|
|
||||||
-- Revision history
|
-- Revision history
|
||||||
-- $Log$
|
-- $Log$
|
||||||
-- Revision 1.1 2006-07-20 23:24:28 dtrg
|
-- Revision 1.2 2006-07-22 12:27:31 dtrg
|
||||||
-- First version in CVS.
|
-- Removed a huge, ancient comment dating from the genmake days.
|
||||||
--
|
--
|
||||||
|
-- Revision 1.1 2006/07/20 23:24:28 dtrg
|
||||||
|
-- First version in CVS.
|
||||||
|
|
Loading…
Reference in a new issue