mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: rename wmake rule coco -> coco-cpp to reflect frame language (C++)
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
# handie Coco/R attributed grammars
|
||||
# handle Coco/R attributed grammars written for the C++ version
|
||||
# http://www.ssw.uni-linz.ac.at/Coco/
|
||||
# http://github.com/olesenm/coco-cpp/
|
||||
#
|
||||
|
||||
.SUFFIXES: .atg
|
||||
|
||||
@ -4,7 +4,7 @@ include $(GENERAL_RULES)/sourceToDep
|
||||
|
||||
include $(GENERAL_RULES)/flex
|
||||
include $(GENERAL_RULES)/flex++
|
||||
include $(GENERAL_RULES)/coco
|
||||
include $(GENERAL_RULES)/coco-cpp
|
||||
## include $(GENERAL_RULES)/byacc
|
||||
## include $(GENERAL_RULES)/btyacc++
|
||||
include $(GENERAL_RULES)/bison
|
||||
|
||||
Reference in New Issue
Block a user