mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
5 lines
154 B
Plaintext
5 lines
154 B
Plaintext
SUFFIXES += .y
|
|
|
|
ytoo = byacc -v $(YYPREFIX) -d $< ; mv y.tab.c $(@D)/$(<F).C ; mv y.tab.h $(@D)/$(<F).H ; \
|
|
$(CC) $(c++FLAGS) -c $(@D)/$(<F).C -o $@
|