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