Преглед изворни кода

Makefile: Enable debugging of parser.

This compiles the debugging code for teh parser. It's not active
unless the yydebug variable is set to a non-zero value.
tags/mesa-7.9-rc1
Carl Worth пре 15 година
родитељ
комит
725c17a926
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Makefile

+ 1
- 1
Makefile Прегледај датотеку

@@ -3,7 +3,7 @@ override CFLAGS += -Wall -Wextra -Wwrite-strings -Wswitch-enum -Wno-unused
glcpp: glcpp.o glcpp-lex.o glcpp-parse.o hash_table.o

%.c %.h: %.y
bison --defines=$*.h --output=$*.c $^
bison --debug --defines=$*.h --output=$*.c $^

%.c: %.l
flex --outfile=$@ $<

Loading…
Откажи
Сачувај