mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- include ragel and lemon - rename pre-generated files to ".cc" so that they are more recognizable as being different from regular file content.
6 lines
184 B
Plaintext
6 lines
184 B
Plaintext
SUFFIXES += .rl
|
|
|
|
rltoo = $E $(call QUIET_MESSAGE,ragel,$(<F)) \
|
|
$(WM_SCHEDULER) ragel -G2 -o$(@D)/$(<F).cc $< $(AND) \
|
|
$(CC) $(c++FLAGS) $(c++LESSWARN) -c $(@D)/$(<F).cc -o $@
|