| Line | |
|---|
| 1 |
|
|---|
| 2 | $(bin)${CONSTITUENT}/${NAME}${CONSTITUENTSUFFIX}.obj : $(${NAME}_${FILESUFFIX}_dependencies)
|
|---|
| 3 | $(yacc_echo) $@
|
|---|
| 4 | $(yacc_silent) $(yacc) ${FILENAME}
|
|---|
| 5 | sed -e 's/yy/${NAME}YY/g' -e 's/ParseYY/YY/g' y.tab.c > y.tab.c.tmp
|
|---|
| 6 | $(cmtexe) check_files y.tab.c.tmp ${NAME}.c
|
|---|
| 7 | sed -e 's/yy/${NAME}YY/g' -e 's/ParseYY/YY/g' y.tab.h > y.tab.h.tmp
|
|---|
| 8 | $(cmtexe) check_files y.tab.h.tmp ${NAME}.h
|
|---|
| 9 | del y.tab.[ch]
|
|---|
| 10 | $(yacc_silent) $(ccomp) /Fo"$(bin)${CONSTITUENT}\${NAME}${CONSTITUENTSUFFIX}.obj" $(use_pp_cflags) $(${CONSTITUENT}_pp_cflags) $(lib_${CONSTITUENT}_pp_cflags) $(${NAME}_pp_cflags) $(use_cflags) $(${CONSTITUENT}_cflags) $(lib_${CONSTITUENT}_cflags) $(${NAME}_cflags) $(${NAME}_${FILESUFFIX}_cflags) ${ADDINCLUDE} $(src)${NAME}.c
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.