repo.or.cz
/
aesalon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Successfully implemented a cpuTime marshaller.
[aesalon.git]
/
modules
/
cpuTime
/
src
/
SConscript
blob
fecee9d322fc5ed3d6355a975c73c55571966636
1
Import("env")
2
3
env.Append(CCFLAGS = ["-W", "-Wall"])
4
env.Append(LIBS = ["rt"])
5
6
env.SharedLibrary(target="collector", source=Glob("collector/*.c"))
7
env.SharedLibrary(target="marshaller", source=Glob("marshaller/*.cpp"))
8