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
Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git]
/
wmake
/
rules
/
darwinIntel64Clang
/
general
blob
8ec6d800ed699c28a1ab5b540603c1cc69b89dce
1
CPP = cpp --traditional-cpp $(GFLAGS) -Ddarwin
2
LD = ld
3
# LD = /opt/local/libexec/llvm-3.3/bin/ld
4
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++