updated makefiles

This commit is contained in:
Guenter Obiltschnig 2007-05-02 13:49:53 +00:00
parent dd0c56c204
commit 10e8f2e6a3
2 changed files with 10 additions and 8 deletions

View File

@ -1,7 +1,7 @@
#
# Makefile
#
# $Id: //poco/Main/Foundation/Makefile#41 $
# $Id: //poco/Main/Foundation/Makefile#42 $
#
# Makefile for Poco Foundation
#
@ -31,9 +31,11 @@ objects = ArchiveStrategy ASCIIEncoding AsyncChannel Base64Decoder Base64Encoder
UTF8Encoding UnicodeConverter UUID UUIDGenerator Void Format \
Pipe PipeImpl PipeStream DynamicAny DynamicAnyHolder SharedMemory \
FileStream \
adler32 chartables compress crc32 \
deflate get gzio infback inffast inflate inftrees maketables pcre study \
trees zutil
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
target = PocoFoundation
target_version = $(LIBVERSION)

View File

@ -1,7 +1,7 @@
#
# Makefile
#
# $Id: //poco/Main/Foundation/testsuite/Makefile-Driver#31 $
# $Id: //poco/Main/Foundation/testsuite/Makefile-Driver#34 $
#
# Makefile for Poco Foundation testsuite
#
@ -23,12 +23,12 @@ objects = ActiveMethodTest ActivityTest ActiveDispatcherTest \
NotificationsTestSuite NullStreamTest NumberFormatterTest \
NumberParserTest PathTest PatternFormatterTest RWLockTest \
RandomStreamTest RandomTest RegularExpressionTest SHA1EngineTest \
SemaphoreTest SharedLibraryTest SharedLibraryTestSuite \
SemaphoreTest ConditionTest SharedLibraryTest SharedLibraryTestSuite \
SimpleFileChannelTest StopwatchTest \
StreamConverterTest StreamCopierTest StreamTokenizerTest \
StreamsTestSuite StringTest StringTokenizerTest TaskTestSuite TaskTest \
TaskManagerTest TestChannel TeeStreamTest \
TextConverterTest TextIteratorTest TextTestSuite \
TextConverterTest TextIteratorTest TextTestSuite TextEncodingTest \
ThreadLocalTest ThreadPoolTest ThreadTest ThreadingTestSuite TimerTest \
TimespanTest TimestampTest TimezoneTest URIStreamOpenerTest URITest \
URITestSuite UUIDGeneratorTest UUIDTest UUIDTestSuite ZLibTest \
@ -37,7 +37,7 @@ objects = ActiveMethodTest ActivityTest ActiveDispatcherTest \
HashingTestSuite HashTableTest SimpleHashTableTest LinearHashTableTest \
HashSetTest HashMapTest SharedMemoryTest \
UniqueExpireCacheTest UniqueExpireLRUCacheTest \
TuplesTest TypeListTest DynamicAnyTest FileStreamTest
TuplesTest NamedTuplesTest TypeListTest DynamicAnyTest FileStreamTest
target = testrunner
target_version = 1