mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: add sub-directories in OSspecific/POSIX
This commit is contained in:
committed by
Andrew Heather
parent
88cf93c4e7
commit
2c72724393
@ -1,3 +1,5 @@
|
||||
POSIX.C
|
||||
|
||||
cpuInfo/cpuInfo.C
|
||||
cpuTime/cpuTimePosix.C
|
||||
memInfo/memInfo.C
|
||||
@ -10,20 +12,19 @@ signals/sigStopAtWriteNow.C
|
||||
signals/sigWriteNow.C
|
||||
signals/timer.C
|
||||
|
||||
regExpPosix.C
|
||||
fileStat.C
|
||||
POSIX.C
|
||||
regExp/regExpPosix.C
|
||||
fileStat/fileStat.C
|
||||
|
||||
/*
|
||||
* Note: fileMonitor assumes inotify by default. Compile with -DFOAM_USE_STAT
|
||||
* to use stat (=timestamps) instead of inotify
|
||||
* fileMonitor assumes inotify by default.
|
||||
* Compile with -UFOAM_USE_INOTIFY to use stat (timestamps) instead
|
||||
*/
|
||||
fileMonitor.C
|
||||
fileMonitor/fileMonitor.C
|
||||
|
||||
#ifdef __sun__
|
||||
dummyPrintStack.C
|
||||
printStack/dummyPrintStack.C
|
||||
#else
|
||||
printStack.C
|
||||
printStack/printStack.C
|
||||
#endif
|
||||
|
||||
LIB = $(FOAM_LIBBIN)/libOSspecific
|
||||
|
||||
Reference in New Issue
Block a user