mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Adjust line number before/after #calc{} scanner for improved error messages.
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
.SUFFIXES: .ATG
|
||||
# handie Coco/R attributed grammars
|
||||
|
||||
ATGtoo = Coco -single -frames $(WM_THIRD_PARTY_DIR)/coco-r/src $$SOURCE -o $(OBJECTS_DIR) ; $(CC) $(c++FLAGS) -c $*.cpp -o $@
|
||||
.SUFFIXES: .atg
|
||||
|
||||
.ATG.dep:
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user