summaryrefslogtreecommitdiff
path: root/src/compiler/GF/JavaScript/Makefile
blob: 10f867b066074e76c8ad70392693f78323e36cbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all:
	happy -gca ParJS.y
	alex -g LexJS.x

bnfc:
	(cd ../.. && bnfc -p GF.JavaScript GF/JavaScript/JS.cf)
	-rm -f *.bak

clean:
	-rm -f *.log *.aux *.hi *.o *.dvi
	-rm -f DocJS.ps
distclean: clean
	-rm -f DocJS.* LexJS.* ParJS.* LayoutJS.* SkelJS.* PrintJS.* TestJS.* AbsJS.* TestJS ErrM.* SharedString.* JS.dtd XMLJS.* Makefile*