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

6 lines
182 B
Plaintext

SUFFIXES += .L
Ltoo = $E $(call QUIET_MESSAGE,flex++,$(<F)) \
$(WM_SCHEDULER) flex -+ -o$(@D)/$(<F).C -f $< $(AND) \
$(CC) $(c++FLAGS) $(c++LESSWARN) -c $(@D)/$(<F).C -o $@