1 RAGEL = ../../ragel/ragel
2 RLCODEGEN = ../../rlcodegen/rlcodegen
11 atoi.cpp: atoi.rl $(RAGEL) $(RLCODEGEN)
12 $(RAGEL) atoi.rl | $(RLCODEGEN) -G2 -o atoi.cpp
15 g++ -Wall -g -c -O3 -o $@ $<
17 atoi.ps: atoi.rl $(RAGEL) $(RLCODEGEN)
18 $(RAGEL) atoi.rl | $(RLCODEGEN) -V | dot -Tps > atoi.ps
21 rm -Rf *.o atoi.cpp atoi atoi.ps