repo.or.cz
/
foam-extend-3.2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bugfix: restored floatTransfer flag
[foam-extend-3.2.git]
/
wmake
/
rules
/
General
/
flex++.test
blob
b2f31386083c30f77c5fc164772ba5e0e4d8008c
1
.SUFFIXES: .L
2
3
Ltoo = flex++ $$SOURCE ; mv lex.yy.cc $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@
4
5
.L.dep:
6
$(MAKE_DEP)