poco/Foundation/Makefile

46 lines
2.3 KiB
Makefile
Raw Normal View History

2006-10-23 17:48:43 +02:00
#
# Makefile
#
2007-08-10 15:57:07 +02:00
# $Id: //poco/Main/Foundation/Makefile#45 $
2006-10-23 17:48:43 +02:00
#
# Makefile for Poco Foundation
#
include $(POCO_BASE)/build/rules/global
objects = ArchiveStrategy ASCIIEncoding AsyncChannel Base64Decoder Base64Encoder \
2007-04-18 18:22:57 +02:00
BinaryReader BinaryWriter Bugcheck ByteOrder Channel Checksum Configurable ConsoleChannel \
2006-10-23 17:48:43 +02:00
CountingStream DateTime LocalDateTime DateTimeFormat DateTimeFormatter DateTimeParser \
Debugger DeflatingStream DigestEngine DigestStream DirectoryIterator \
Environment Event EventArgs ErrorHandler Exception FPEnvironment File Glob \
FileChannel Formatter FormattingChannel HexBinaryDecoder LineEndingConverter \
HexBinaryEncoder InflatingStream Latin1Encoding Latin9Encoding LogFile Logger \
LoggingFactory LoggingRegistry LogStream NamedEvent NamedMutex NullChannel \
MemoryPool MD2Engine MD4Engine MD5Engine Manifest Message Mutex \
NestedDiagnosticContext Notification NotificationCenter \
NotificationQueue NullStream NumberFormatter NumberParser AbstractObserver \
Path PatternFormatter Process PurgeStrategy RWLock Random RandomStream \
2007-04-25 10:39:02 +02:00
RegularExpression RefCountedObject Runnable RotateStrategy Condition \
2006-10-23 17:48:43 +02:00
SHA1Engine Semaphore SharedLibrary SimpleFileChannel \
SignalHandler SplitterChannel Stopwatch StreamChannel StreamConverter StreamCopier \
StreamTokenizer String StringTokenizer SynchronizedObject SyslogChannel \
2006-11-17 17:21:51 +01:00
Task TaskManager TaskNotification TeeStream Hash HashStatistic \
2006-10-23 17:48:43 +02:00
TemporaryFile TextConverter TextEncoding TextIterator Thread ThreadLocal \
ThreadPool ActiveDispatcher Timer Timespan Timestamp Timezone Token URI \
FileStreamFactory URIStreamFactory URIStreamOpener UTF16Encoding Windows1252Encoding \
UTF8Encoding UnicodeConverter UUID UUIDGenerator Void Format \
2007-08-10 15:57:07 +02:00
Pipe PipeImpl PipeStream DynamicAny DynamicAnyHolder DynamicStruct SharedMemory \
2007-05-04 13:04:40 +02:00
FileStream Unicode UTF8String \
2007-06-18 09:00:47 +02:00
AsyncIOCommand AsyncIOEvent AsyncIOChannel AsyncStreamChannel \
2007-05-02 15:49:53 +02:00
adler32 compress crc32 deflate gzio infback inffast inflate inftrees \
trees zutil \
pcre_chartables pcre_compile pcre_globals pcre_maketables pcre_study \
pcre_tables pcre_try_flipped pcre_ucp_searchfuncs pcre_valid_utf8 \
pcre_exec pcre_ord2utf8 pcre_newline pcre_fullinfo pcre_xclass
2006-10-23 17:48:43 +02:00
target = PocoFoundation
target_version = $(LIBVERSION)
target_libs =
include $(POCO_BASE)/build/rules/lib