Line | |
---|
1 | #-- start of lex ------
|
---|
2 |
|
---|
3 | $(bin)${CONSTITUENT}/${NAME}${CONSTITUENTSUFFIX}.obj : $(${NAME}_${FILESUFFIX}_dependencies)
|
---|
4 | $(lex_echo) $@
|
---|
5 | $(lex_silent) $(lex) ${FILENAME}
|
---|
6 | sed -e 's/yy/${NAME}YY/g' -e 's/LexYY/YY/g' -e 's/ = {stdin}//' -e 's/ = {stdout}//' lex.yy.c > lex.yy.c.tmp
|
---|
7 | $(cmtexe) check_files lex.yy.c.tmp ${NAME}.c
|
---|
8 | del lex.yy.c
|
---|
9 | $(lex_silent) $(ccomp) /Fo"$(bin)${CONSTITUENT}\${NAME}${CONSTITUENTSUFFIX}.obj" $(use_pp_cflags) $(${CONSTITUENT}_pp_cflags) $(app_${CONSTITUENT}_pp_cflags) $(${NAME}_pp_cflags) $(use_cflags) $(${CONSTITUENT}_cflags) $(app_${CONSTITUENT}_cflags) $(${NAME}_cflags) $(${NAME}_${FILESUFFIX}_cflags) ${ADDINCLUDE} $(src)${NAME}.c
|
---|
10 |
|
---|
11 | #-- end of lex ------
|
---|
Note:
See
TracBrowser
for help on using the repository browser.