diff --git a/wmake/rules/General/coco b/wmake/rules/General/coco-cpp similarity index 66% rename from wmake/rules/General/coco rename to wmake/rules/General/coco-cpp index 7f7bd2ff29b58e6d8b869fa567b2aa00cf2b1bd4..e5da9c33954d8d622be1d38f5a45c21160bd89cd 100644 --- a/wmake/rules/General/coco +++ b/wmake/rules/General/coco-cpp @@ -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 diff --git a/wmake/rules/General/standard b/wmake/rules/General/standard index 3188ac4413f749392e8e11bd094bd767fc5cf7b7..9b2cbd252757e50e2ef531d032d14f6e896be68c 100644 --- a/wmake/rules/General/standard +++ b/wmake/rules/General/standard @@ -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