Files
openfoam/wmake/rules/General/coco

9 lines
206 B
Plaintext

# handie Coco/R attributed grammars
.SUFFIXES: .atg
atgtoo = Coco -single -frames $(WM_THIRD_PARTY_DIR)/coco-cpp/src $$SOURCE -o $(OBJECTS_DIR) ; $(CC) $(c++FLAGS) -c $*.cpp -o $@
.atg.dep:
$(MAKE_DEP)