mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
6 lines
182 B
Plaintext
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 $@
|