#LEX =
#LEXLIB = -ll
# or if you don't have flex, use:
LEX = lex
LEXLIB = -ll
INSTALL=install
# Use flag -u or -t to make .tex files:
UT = -u
# Keyword required by PS driver at the begining of TeX
# \specials to incorporate line of text directly in PS output
# (see explanation at the beginning of tex.c). Default is
# no keyword.
#DEFS = -DSKEY=\"ps::\"
#DEFS = -DSKEY=\"ps-string \"
#DEFS = -DSKEY=\"ps-string=\"
#DEFS = -DSKEY=\"pstext=\"
DEFS =
sample.tex: sample tree
rm -f sample.tex
@echo '--- Expect a warning about an ill-formed \tree command ---'
tree $(UT) sample >sample.tex
tpsample.tex: tpsample tree tpar
rm -f tpsample.tex
tpar -t tpsample |tree $(UT) >tpsample.tex
texsample.tex: texsample tree
rm -f texsample.tex
tree $(UT) texsample >texsample.tex
use.tex: use.tre tree
rm -f use.tex
@echo '--- Expect two warnings about discarded text ---'
tree $(UT) use.tre >use.tex