mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
SUFFIXES += .y
|
|
|
|
ytoo = $(WM_SCHEDULER) byacc -v $(YYPREFIX) -d $< $(AND) \
|
|
mv y.tab.c $(@D)/$(<F).C $(AND) \
|
|
mv y.tab.h $(@D)/$(<F).H $(AND) \
|
|
$(CC) $(c++FLAGS) -c $(@D)/$(<F).C -o $@
|