Based on patch contributed by Alexey Matveichev Resolves feature request http://bugs.openfoam.org/view.php?id=2328
6 lines
190 B
Plaintext
6 lines
190 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 $@
|