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]
/
src
/
OSspecific
/
POSIX
/
Make
/
files
blob
c7396b63452db5569a2c52116371d2fa3e50aaba
1
signals/sigFpe.C
2
signals/sigSegv.C
3
signals/sigInt.C
4
signals/sigQuit.C
5
regExp.C
6
timer.C
7
fileStat.C
8
POSIX.C
9
cpuTime/cpuTime.C
10
clockTime/clockTime.C
11
memInfo/memInfo.C
12
13
/*
14
* Note: fileMonitor assumes inotify by default. Compile with -DFOAM_USE_STAT
15
* to use stat (=timestamps) instead of inotify
16
*/
17
fileMonitor.C
18
19
#ifdef SunOS64
20
dummyPrintStack.C
21
#else
22
printStack.C
23
#endif
24
25
LIB = $(FOAM_LIBBIN)/libOSspecific