Lines Matching refs:tab
39 BISON_TARGET(ctwm_parser gram.y ${CMAKE_CURRENT_BINARY_DIR}/gram.tab.c
44 add_custom_command(OUTPUT gram.tab.c gram.tab.h
51 find_file(GRAM_C gram.tab.c
53 find_file(GRAM_H gram.tab.h
57 message(STATUS "No yacc found, using prebuilt gram.tab.*")
58 add_custom_command(OUTPUT gram.tab.h
61 COMMENT "Copying in prebuilt gram.tab.h."
63 add_custom_command(OUTPUT gram.tab.c
66 COMMENT "Copying in prebuilt gram.tab.c."
69 # pull in gram.tab.c ('cuz it's in CTWMSRC) but doesn't know
70 # in time to pull in gram.tab.h and so blows up.
71 set_source_files_properties(gram.tab.c OBJECT_DEPENDS gram.tab.h)