blob: edeeb1cf98b0a7a878017f461c41459942604df2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
define UTIL_FUNCTIONS
load_on always
<source>
charset.cpp
cpuid.cpp
exceptn.cpp
mlock.cpp
parsing.cpp
time.cpp
ui.cpp
version.cpp
</source>
<header:internal>
bit_ops.h
bswap.h
loadstor.h
mlock.h
prefetch.h
rotate.h
rounding.h
stl_util.h
xor_buf.h
</header:internal>
<header:public>
charset.h
cpuid.h
exceptn.h
mem_ops.h
parsing.h
time.h
types.h
ui.h
version.h
</header:public>
<libs>
linux,tru64 -> rt
</libs>
|