mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
8 lines
241 B
Plaintext
8 lines
241 B
Plaintext
SUFFIXES += .y
|
|
|
|
ytoo = $E $(call QUIET_MESSAGE,btyacc,$(<F)) \
|
|
$(WM_SCHEDULER) btyacc -v -d $(SKELETON) $< $(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 $@
|