mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
5 lines
157 B
Plaintext
5 lines
157 B
Plaintext
SUFFIXES += .Y
|
|
|
|
Ytoo = btyacc++ -v -d $(SKELETON) $< ; mv y_tab.c $(@D)/$(<F).C ; mv y_tab.h $(@D)/$(<F).H ; \
|
|
$(CC) $(c++FLAGS) -c $(@D)/$(<F).C -o $@
|