openfoam/wmake/rules/General/flex++
Henry Weller 997f1713cb wmake: Update '-s' option to print the files processed without the rules
Based on patch contributed by Alexey Matveichev
Resolves feature request http://bugs.openfoam.org/view.php?id=2328
2016-11-12 22:01:44 +00:00

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 $@