reduced-foam-extend-coheren.../wmake/rules/General/flex++
2023-09-21 17:05:56 +02:00

9 lines
333 B
Text

.SUFFIXES: .L
# For older versions of flex, the option --c++ is not avaliable
# Switching to flex++ is an alternative
#Ltoo = flex++ -f $$SOURCE ; mv lex.yy.cc $*.C ; $(CC) $(c++FLAGS) $(c++LESSWARN) -c $*.C -o $@
Ltoo = flex -+ -f $$SOURCE ; mv lex.yy.cc $*.C ; $(CC) $(c++FLAGS) $(c++LESSWARN) -c $*.C -o $@
.L.dep:
$(MAKE_DEP)