openfoam/wmake/rules/General/flex
2016-11-13 11:19:29 +00:00

6 lines
159 B
Plaintext

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