fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / wmake / rules / General / flex++
blob9af740a96b1329f1c3b38890a122b3cea3f1cf47
1 .SUFFIXES: .L
3 # For older versions of flex, the option --c++ is not avaliable
4 # Switching to flex++ is an alternative
5 #Ltoo = flex++ -f $$SOURCE ; mv lex.yy.cc $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@
6 Ltoo = flex -+ -f $$SOURCE ; mv lex.yy.cc $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@
8 .L.dep:
9         $(MAKE_DEP)