openfoam/wmake/rules/General/flex++
2008-04-15 18:56:58 +01:00

7 lines
118 B
Plaintext

.SUFFIXES: .L
Ltoo = flex++ -f $$SOURCE ; mv lex.yy.cc $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@
.L.dep:
$(MAKE_DEP)