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
/
linuxPPC64Gcc
/
general
blob
c1c2c4ae7a42ea290c0fe73c193d29a511da2b6e
1
CPP = cpp -traditional-cpp $(GFLAGS)
2
LD = ld -m elf64ppc
3
4
#PROJECT_LIBS = -l$(WM_PROJECT) -liberty -ldl
5
PROJECT_LIBS = -l$(WM_PROJECT) -ldl
6
7
include $(GENERAL_RULES)/standard
8
9
include $(RULES)/X
10
include $(RULES)/c
11
include $(RULES)/c++