poco/Foundation/Makefile

42 lines
2.0 KiB
Makefile
Raw Normal View History

2006-07-11 16:33:40 +00:00
#
# Makefile
#
2006-09-14 16:48:30 +00:00
# $Id: //poco/1.2/Foundation/Makefile#2 $
2006-07-11 16:33:40 +00:00
#
# Makefile for Poco Foundation
#
include $(POCO_BASE)/build/rules/global
objects = ArchiveStrategy ASCIIEncoding AsyncChannel Base64Decoder Base64Encoder \
BinaryReader BinaryWriter Bugcheck ByteOrder Channel Configurable ConsoleChannel \
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 \
2006-08-29 07:10:35 +00:00
LoggingFactory LoggingRegistry LogStream NamedEvent NamedMutex NullChannel \
2006-07-11 16:33:40 +00:00
MemoryPool MD2Engine MD4Engine MD5Engine Manifest Message Mutex \
NestedDiagnosticContext Notification NotificationCenter \
2006-09-14 16:48:30 +00:00
NotificationQueue NullStream NumberFormatter NumberParser AbstractObserver \
2006-07-11 16:33:40 +00:00
Path PatternFormatter Process PurgeStrategy RWLock Random RandomStream \
RegularExpression RefCountedObject Runnable RotateStrategy \
SHA1Engine Semaphore SharedLibrary SimpleFileChannel \
SignalHandler SplitterChannel Stopwatch StreamChannel StreamConverter StreamCopier \
StreamTokenizer String StringTokenizer SynchronizedObject SyslogChannel \
2006-08-29 07:10:35 +00:00
Task TaskManager TaskNotification TeeStream HashStatistic\
2006-07-11 16:33:40 +00:00
TemporaryFile TextConverter TextEncoding TextIterator Thread ThreadLocal \
2006-08-29 07:10:35 +00:00
ThreadPool ActiveDispatcher Timer Timespan Timestamp Timezone Token URI \
2006-07-11 16:33:40 +00:00
FileStreamFactory URIStreamFactory URIStreamOpener UTF16Encoding Windows1252Encoding \
2006-08-29 07:10:35 +00:00
UTF8Encoding UnicodeConverter UUID UUIDGenerator Void Format \
Pipe PipeImpl PipeStream \
2006-07-11 16:33:40 +00:00
adler32 chartables compress crc32 \
deflate get gzio infback inffast inflate inftrees maketables pcre study \
trees zutil
target = PocoFoundation
2006-08-29 07:10:35 +00:00
target_version = $(LIBVERSION)
2006-07-11 16:33:40 +00:00
target_libs =
include $(POCO_BASE)/build/rules/lib