repo.or.cz
/
OpenFOAM-2.0.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git]
/
wmake
/
rules
/
linuxGcc46
/
general
blob
4b051e6b9840df29cac2e8ced14c7d18b0b337d5
1
CPP = cpp -traditional-cpp
2
LD = ld -melf_i386
3
4
PROJECT_LIBS = -l$(WM_PROJECT) -ldl
5
6
include $(GENERAL_RULES)/standard
7
8
include $(RULES)/c
9
include $(RULES)/c++