mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
30 lines
469 B
Plaintext
30 lines
469 B
Plaintext
cpuInfo/cpuInfo.C
|
|
cpuTime/cpuTime.C
|
|
memInfo/memInfo.C
|
|
|
|
signals/sigFpe.C
|
|
signals/sigSegv.C
|
|
signals/sigInt.C
|
|
signals/sigQuit.C
|
|
signals/sigStopAtWriteNow.C
|
|
signals/sigWriteNow.C
|
|
signals/timer.C
|
|
|
|
regExpPosix.C
|
|
fileStat.C
|
|
POSIX.C
|
|
|
|
/*
|
|
* Note: fileMonitor assumes inotify by default. Compile with -DFOAM_USE_STAT
|
|
* to use stat (=timestamps) instead of inotify
|
|
*/
|
|
fileMonitor.C
|
|
|
|
#ifdef SunOS64
|
|
dummyPrintStack.C
|
|
#else
|
|
printStack.C
|
|
#endif
|
|
|
|
LIB = $(FOAM_LIBBIN)/libOSspecific
|