mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 09:24:55 +02:00
updated makefiles
This commit is contained in:
parent
dd0c56c204
commit
10e8f2e6a3
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Makefile
|
# Makefile
|
||||||
#
|
#
|
||||||
# $Id: //poco/Main/Foundation/Makefile#41 $
|
# $Id: //poco/Main/Foundation/Makefile#42 $
|
||||||
#
|
#
|
||||||
# Makefile for Poco Foundation
|
# Makefile for Poco Foundation
|
||||||
#
|
#
|
||||||
@ -31,9 +31,11 @@ objects = ArchiveStrategy ASCIIEncoding AsyncChannel Base64Decoder Base64Encoder
|
|||||||
UTF8Encoding UnicodeConverter UUID UUIDGenerator Void Format \
|
UTF8Encoding UnicodeConverter UUID UUIDGenerator Void Format \
|
||||||
Pipe PipeImpl PipeStream DynamicAny DynamicAnyHolder SharedMemory \
|
Pipe PipeImpl PipeStream DynamicAny DynamicAnyHolder SharedMemory \
|
||||||
FileStream \
|
FileStream \
|
||||||
adler32 chartables compress crc32 \
|
adler32 compress crc32 deflate gzio infback inffast inflate inftrees \
|
||||||
deflate get gzio infback inffast inflate inftrees maketables pcre study \
|
trees zutil \
|
||||||
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
|
||||||
|
|
||||||
target = PocoFoundation
|
target = PocoFoundation
|
||||||
target_version = $(LIBVERSION)
|
target_version = $(LIBVERSION)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Makefile
|
# Makefile
|
||||||
#
|
#
|
||||||
# $Id: //poco/Main/Foundation/testsuite/Makefile-Driver#31 $
|
# $Id: //poco/Main/Foundation/testsuite/Makefile-Driver#34 $
|
||||||
#
|
#
|
||||||
# Makefile for Poco Foundation testsuite
|
# Makefile for Poco Foundation testsuite
|
||||||
#
|
#
|
||||||
@ -23,12 +23,12 @@ objects = ActiveMethodTest ActivityTest ActiveDispatcherTest \
|
|||||||
NotificationsTestSuite NullStreamTest NumberFormatterTest \
|
NotificationsTestSuite NullStreamTest NumberFormatterTest \
|
||||||
NumberParserTest PathTest PatternFormatterTest RWLockTest \
|
NumberParserTest PathTest PatternFormatterTest RWLockTest \
|
||||||
RandomStreamTest RandomTest RegularExpressionTest SHA1EngineTest \
|
RandomStreamTest RandomTest RegularExpressionTest SHA1EngineTest \
|
||||||
SemaphoreTest SharedLibraryTest SharedLibraryTestSuite \
|
SemaphoreTest ConditionTest SharedLibraryTest SharedLibraryTestSuite \
|
||||||
SimpleFileChannelTest StopwatchTest \
|
SimpleFileChannelTest StopwatchTest \
|
||||||
StreamConverterTest StreamCopierTest StreamTokenizerTest \
|
StreamConverterTest StreamCopierTest StreamTokenizerTest \
|
||||||
StreamsTestSuite StringTest StringTokenizerTest TaskTestSuite TaskTest \
|
StreamsTestSuite StringTest StringTokenizerTest TaskTestSuite TaskTest \
|
||||||
TaskManagerTest TestChannel TeeStreamTest \
|
TaskManagerTest TestChannel TeeStreamTest \
|
||||||
TextConverterTest TextIteratorTest TextTestSuite \
|
TextConverterTest TextIteratorTest TextTestSuite TextEncodingTest \
|
||||||
ThreadLocalTest ThreadPoolTest ThreadTest ThreadingTestSuite TimerTest \
|
ThreadLocalTest ThreadPoolTest ThreadTest ThreadingTestSuite TimerTest \
|
||||||
TimespanTest TimestampTest TimezoneTest URIStreamOpenerTest URITest \
|
TimespanTest TimestampTest TimezoneTest URIStreamOpenerTest URITest \
|
||||||
URITestSuite UUIDGeneratorTest UUIDTest UUIDTestSuite ZLibTest \
|
URITestSuite UUIDGeneratorTest UUIDTest UUIDTestSuite ZLibTest \
|
||||||
@ -37,7 +37,7 @@ objects = ActiveMethodTest ActivityTest ActiveDispatcherTest \
|
|||||||
HashingTestSuite HashTableTest SimpleHashTableTest LinearHashTableTest \
|
HashingTestSuite HashTableTest SimpleHashTableTest LinearHashTableTest \
|
||||||
HashSetTest HashMapTest SharedMemoryTest \
|
HashSetTest HashMapTest SharedMemoryTest \
|
||||||
UniqueExpireCacheTest UniqueExpireLRUCacheTest \
|
UniqueExpireCacheTest UniqueExpireLRUCacheTest \
|
||||||
TuplesTest TypeListTest DynamicAnyTest FileStreamTest
|
TuplesTest NamedTuplesTest TypeListTest DynamicAnyTest FileStreamTest
|
||||||
|
|
||||||
target = testrunner
|
target = testrunner
|
||||||
target_version = 1
|
target_version = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user