Packages raddenest and mathml: fix up Texinfo and build machinery so that documentati...
[maxima.git] / share / contrib / gentran / Makefile
blob02d7f6f61d12b705e516173b236129cc11aff3ff
2 # this compiles all objects
4 VOBJDIR=
5 CMPLR=nliszt
6 OBJS = global.o intrfc.o lspfor.o \
7 opt.o output.o parser.o pre.o segmnt.o templt.o vaxlsp.o \
8 init.o lsprat.o lspc.o gtload.o
9 OFILES= convmac.l gtfix.l
11 .SUFFIXES: .lisp
12 .l.o:
13 ${CMPLR} $< > '#errs'
15 gentran: $(OBJS)
16 @echo gentran compiled
18 cpobj:
19 cp $(OBJS) $(OFILES) $(VOBJDIR)