-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMakefile.objects
More file actions
32 lines (32 loc) · 1.19 KB
/
Makefile.objects
File metadata and controls
32 lines (32 loc) · 1.19 KB
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
OBJBASENAMES+=common
OBJBASENAMES+=log/AbstractLogger
OBJBASENAMES+=log/ApplicationLogger
OBJBASENAMES+=log/StreamLogger
OBJBASENAMES+=log/SysLogger
OBJBASENAMES+=memory/MemoryManager
OBJBASENAMES+=misc/Printable
OBJBASENAMES+=misc/SynchronizedObject
OBJBASENAMES+=model/EndPoint
OBJBASENAMES+=model/File
OBJBASENAMES+=model/FileDescriptor
OBJBASENAMES+=model/LinuxProcess
OBJBASENAMES+=model/TCPConnection
OBJBASENAMES+=proc/NetService
OBJBASENAMES+=proc/ProcessService
OBJBASENAMES+=pthreads/LockHolder
OBJBASENAMES+=pthreads/PThreadsMutex
OBJBASENAMES+=pthreads/PThreadsMutexAttr
OBJBASENAMES+=pthreads/PThreadsUtils
OBJBASENAMES+=throwable/EBAbstractThrowable
OBJBASENAMES+=throwable/error/DoubleInitializationError
OBJBASENAMES+=throwable/error/NonExhaustiveMatchError
OBJBASENAMES+=throwable/error/NotImplementedError
OBJBASENAMES+=throwable/error/NotInitializedError
OBJBASENAMES+=throwable/runtime/ConcurrentModificationException
OBJBASENAMES+=throwable/runtime/IllegalArgumentException
OBJBASENAMES+=throwable/runtime/NumberFormatException
OBJBASENAMES+=throwable/runtime/SystemException
OBJBASENAMES+=utils/IPv4Utils
OBJBASENAMES+=utils/TextUtils
OBJBASENAMES+=wrapper/DIRWrapper
OBJBASENAMES+=wrapper/Wrapper