openfoam/wmake/rules/SiCortex64Gcc/flex++
2009-01-06 21:41:20 +00:00

7 lines
122 B
Plaintext

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