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