Переглянути джерело

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=$@ $<

Завантаження…
Відмінити
Зберегти