
- only wrap compiler calls (not things like flex/bison) - avoid single quoted '&&' (causes syntax errors) STYLE: report WM_COMPILE_CONTROL value in top-level Allwmake
8 lines
233 B
Plaintext
8 lines
233 B
Plaintext
SUFFIXES += .Y
|
|
|
|
Ytoo = $E $(call QUIET_MESSAGE,btyacc++,$(<F)) \
|
|
btyacc++ -v -d $(SKELETON) $< && \
|
|
mv y_tab.c $(@D)/$(<F).C && \
|
|
mv y_tab.h $(@D)/$(<F).H && \
|
|
$(WM_SCHEDULER) $(CC) $(c++FLAGS) -c $(@D)/$(<F).C -o $@
|