openfoam/wmake/rules/General/flex

5 lines
117 B
Plaintext

SUFFIXES += .l
ltoo = $(WM_SCHEDULER) flex -o $(@D)/$(<F).c $< $(AND) \
$(cc) $(cFLAGS) -c $(@D)/$(<F).c -o $@