Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
725c17a926
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      Makefile

+ 1
- 1
Makefile Näytä tiedosto

@@ -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…
Peruuta
Tallenna