diff options
Diffstat (limited to 'dep')
| -rw-r--r-- | dep/Makefile.am | 29 | ||||
| -rw-r--r-- | dep/include/Makefile.am | 263 | ||||
| -rw-r--r-- | dep/lib/Makefile.am | 54 | ||||
| -rw-r--r-- | dep/src/Makefile.am | 25 | ||||
| -rw-r--r-- | dep/src/g3dlite/Makefile.am | 41 | ||||
| -rw-r--r-- | dep/src/sockets/Makefile.am | 49 | ||||
| -rw-r--r-- | dep/src/zlib/Makefile.am | 56 | ||||
| -rw-r--r-- | dep/src/zthread/Makefile.am | 132 |
8 files changed, 0 insertions, 649 deletions
diff --git a/dep/Makefile.am b/dep/Makefile.am deleted file mode 100644 index f5829acd58f..00000000000 --- a/dep/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> -# -# Copyright (C) 2008 Trinity <http://www.trinitycore.org/> -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -## Process this file with automake to produce Makefile.in - -## Sub-directories to parse -SUBDIRS = include lib src - -if TRI_BUILD_ACE -SUBDIRS += ACE_wrappers -endif - -## Additional files to include when running 'make dist' -# Nothing yet. diff --git a/dep/include/Makefile.am b/dep/include/Makefile.am deleted file mode 100644 index f9cda557ecb..00000000000 --- a/dep/include/Makefile.am +++ /dev/null @@ -1,263 +0,0 @@ -# Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> -# -# Copyright (C) 2008 Trinity <http://www.trinitycore.org/> -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -## Process this file with automake to produce Makefile.in - -## Sub-directories to parse - -## Additional files to include when running 'make dist' -# G3DLite header files -EXTRA_DIST = \ - g3dlite/G3D/AABox.h \ - g3dlite/G3D/Array.h \ - g3dlite/G3D/Box.h \ - g3dlite/G3D/CollisionDetection.h \ - g3dlite/G3D/CoordinateFrame.h \ - g3dlite/G3D/Crypto.h \ - g3dlite/G3D/debug.h \ - g3dlite/G3D/format.h \ - g3dlite/G3D/g3dmath.h \ - g3dlite/G3D/g3dmath.inl \ - g3dlite/G3D/GCamera.h \ - g3dlite/G3D/Line.h \ - g3dlite/G3D/Matrix3.h \ - g3dlite/G3D/Plane.h \ - g3dlite/G3D/platform.h \ - g3dlite/G3D/Quat.h \ - g3dlite/G3D/Quat.inl \ - g3dlite/G3D/Ray.h \ - g3dlite/G3D/RegistryUtil.h \ - g3dlite/G3D/Sphere.h \ - g3dlite/G3D/stringutils.h \ - g3dlite/G3D/System.h \ - g3dlite/G3D/Table.h \ - g3dlite/G3D/Triangle.h \ - g3dlite/G3D/Vector2.h \ - g3dlite/G3D/Vector2.inl \ - g3dlite/G3D/Vector2int16.h \ - g3dlite/G3D/Vector3.h \ - g3dlite/G3D/Vector3.inl \ - g3dlite/G3D/Vector3int16.h \ - g3dlite/G3D/Vector4.h \ - g3dlite/G3D/Vector4.inl - -# MySQL header files for Win32 builds -EXTRA_DIST += \ - mysql/config-netware.h \ - mysql/config-os2.h \ - mysql/config-win.h \ - mysql/errmsg.h \ - mysql/Libmysql.def \ - mysql/m_ctype.h \ - mysql/m_string.h \ - mysql/my_alloc.h \ - mysql/my_dbug.h \ - mysql/my_getopt.h \ - mysql/my_global.h \ - mysql/my_list.h \ - mysql/my_pthread.h \ - mysql/mysql_com.h \ - mysql/mysqld_error.h \ - mysql/mysql_embed.h \ - mysql/mysql.h \ - mysql/mysql_time.h \ - mysql/mysql_version.h \ - mysql/my_sys.h \ - mysql/raid.h \ - mysql/typelib.h - -# OpenSSL header files for Win32 builds -EXTRA_DIST += \ - openssl/aes.h \ - openssl/asn1.h \ - openssl/asn1_mac.h \ - openssl/asn1t.h \ - openssl/bio.h \ - openssl/blowfish.h \ - openssl/bn.h \ - openssl/buffer.h \ - openssl/cast.h \ - openssl/comp.h \ - openssl/conf_api.h \ - openssl/conf.h \ - openssl/crypto.h \ - openssl/des.h \ - openssl/des_old.h \ - openssl/dh.h \ - openssl/dsa.h \ - openssl/dso.h \ - openssl/dtls1.h \ - openssl/ebcdic.h \ - openssl/ecdh.h \ - openssl/ecdsa.h \ - openssl/ec.h \ - openssl/engine.h \ - openssl/e_os2.h \ - openssl/err.h \ - openssl/evp.h \ - openssl/hmac.h \ - openssl/idea.h \ - openssl/krb5_asn.h \ - openssl/kssl.h \ - openssl/lhash.h \ - openssl/md2.h \ - openssl/md4.h \ - openssl/md5.h \ - openssl/mdc2.h \ - openssl/objects.h \ - openssl/obj_mac.h \ - openssl/ocsp.h \ - openssl/opensslconf.h \ - openssl/opensslv.h \ - openssl/ossl_typ.h \ - openssl/pem2.h \ - openssl/pem.h \ - openssl/pkcs12.h \ - openssl/pkcs7.h \ - openssl/pq_compat.h \ - openssl/pqueue.h \ - openssl/rand.h \ - openssl/rc2.h \ - openssl/rc4.h \ - openssl/rc5.h \ - openssl/ripemd.h \ - openssl/rsa.h \ - openssl/safestack.h \ - openssl/sha.h \ - openssl/ssl23.h \ - openssl/ssl2.h \ - openssl/ssl3.h \ - openssl/ssl.h \ - openssl/stack.h \ - openssl/store.h \ - openssl/symhacks.h \ - openssl/tls1.h \ - openssl/tmdiff.h \ - openssl/txt_db.h \ - openssl/ui_compat.h \ - openssl/ui.h \ - openssl/x509.h \ - openssl/x509v3.h \ - openssl/x509_vfy.h - -# PostgreSQL header files for Win32 builds -EXTRA_DIST += \ - postgre/libpq-fe.h \ - postgre/pg_type.h \ - postgre/postgres_ext.h - -# SQLite header files for Win32 builds -EXTRA_DIST += \ - sqlite/sqlite.h - -# Sockets header files for Win32 builds -EXTRA_DIST += \ - sockets/Base64.h \ - sockets/Exception.h \ - sockets/File.h \ - sockets/IFile.h \ - sockets/Ipv4Address.h \ - sockets/Ipv6Address.h \ - sockets/ISocketHandler.h \ - sockets/ListenSocket.h \ - sockets/Lock.h \ - sockets/Mutex.h \ - sockets/Parse.h \ - sockets/ResolvServer.h \ - sockets/ResolvSocket.h \ - sockets/SctpSocket.h \ - sockets/SocketAddress.h \ - sockets/Socket.h \ - sockets/SocketHandler.h \ - sockets/socket_include.h \ - sockets/sockets-config.h \ - sockets/StdLog.h \ - sockets/StdoutLog.h \ - sockets/StreamSocket.h \ - sockets/TcpSocket.h \ - sockets/Thread.h \ - sockets/UdpSocket.h \ - sockets/Utility.h - -# VLD header files for Win32 builds -EXTRA_DIST += \ - vld/vld.h - -# Zlib header files for Win32 builds -EXTRA_DIST += \ - zlib/zconf.h \ - zlib/zlib.h - -# ZThread header files for Win32 builds -EXTRA_DIST += \ - zthread/AtomicCount.h \ - zthread/Barrier.h \ - zthread/BiasedReadWriteLock.h \ - zthread/BlockingQueue.h \ - zthread/BoundedQueue.h \ - zthread/Cancelable.h \ - zthread/ClassLockable.h \ - zthread/ConcurrentExecutor.h \ - zthread/Condition.h \ - zthread/Config.h \ - zthread/CountedPtr.h \ - zthread/CountingSemaphore.h \ - zthread/Exceptions.h \ - zthread/Executor.h \ - zthread/FairReadWriteLock.h \ - zthread/FastMutex.h \ - zthread/FastRecursiveMutex.h \ - zthread/Guard.h \ - zthread/GuardedClass.h \ - zthread/Lockable.h \ - zthread/LockedQueue.h \ - zthread/MonitoredQueue.h \ - zthread/Mutex.h \ - zthread/NonCopyable.h \ - zthread/PoolExecutor.h \ - zthread/Priority.h \ - zthread/PriorityCondition.h \ - zthread/PriorityInheritanceMutex.h \ - zthread/PriorityMutex.h \ - zthread/PrioritySemaphore.h \ - zthread/Queue.h \ - zthread/ReadWriteLock.h \ - zthread/RecursiveMutex.h \ - zthread/Runnable.h \ - zthread/Semaphore.h \ - zthread/Singleton.h \ - zthread/SynchronousExecutor.h \ - zthread/Task.h \ - zthread/Thread.h \ - zthread/ThreadLocal.h \ - zthread/ThreadLocalImpl.h \ - zthread/ThreadedExecutor.h \ - zthread/Time.h \ - zthread/Waitable.h \ - zthread/ZThread.h - -# Mersenne Twister random number generator header files -EXTRA_DIST += \ - mersennetwister/MersenneTwister.h - -# UTF8-CPP header files -EXTRA_DIST += \ - utf8cpp/utf8.h \ - utf8cpp/utf8/checked.h \ - utf8cpp/utf8/core.h \ - utf8cpp/utf8/unchecked.h diff --git a/dep/lib/Makefile.am b/dep/lib/Makefile.am deleted file mode 100644 index f66fd207239..00000000000 --- a/dep/lib/Makefile.am +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> -# -# Copyright (C) 2008 Trinity <http://www.trinitycore.org/> -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -## Process this file with automake to produce Makefile.in - -## Sub-directories to parse - -## Additional files to include when running 'make dist' -# Debug libraries for Win32 builds. -EXTRA_DIST = \ - win32_debug/libeay32.dll \ - win32_debug/libeay32.lib \ - win32_debug/libmySQL.dll \ - win32_debug/libmySQL.lib \ - win32_debug/sqlite.lib - -# Release libraries for Win32 builds. -EXTRA_DIST += \ - win32_release/libeay32.dll \ - win32_release/libeay32.lib \ - win32_release/libmySQL.dll \ - win32_release/libmySQL.lib \ - win32_release/sqlite.lib - -# Debug libraries for Win64 builds. -EXTRA_DIST += \ - x64_Debug/libeay32.dll \ - x64_Debug/libeay32.lib \ - x64_Debug/libmySQL.dll \ - x64_Debug/libmysql.lib - -# Release libraries for Win64 builds. -EXTRA_DIST += \ - x64_release/libeay32.dll \ - x64_release/libeay32.lib \ - x64_release/libmySQL.dll \ - x64_release/libmysql.lib - - diff --git a/dep/src/Makefile.am b/dep/src/Makefile.am deleted file mode 100644 index 88fa363a599..00000000000 --- a/dep/src/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> -# -# Copyright (C) 2008 Trinity <http://www.trinitycore.org/> -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -## Process this file with automake to produce Makefile.in - -## Sub-directories to parse -SUBDIRS = g3dlite sockets zlib zthread - -## Additional files to include when running 'make dist' -# Nothing yet. diff --git a/dep/src/g3dlite/Makefile.am b/dep/src/g3dlite/Makefile.am deleted file mode 100644 index 0130a29f571..00000000000 --- a/dep/src/g3dlite/Makefile.am +++ /dev/null @@ -1,41 +0,0 @@ -## Modified for Trinity <http://www.trinitycore.org/> -## -## Permission is hereby granted, free of charge, to any person obtaining a copy -## of this software and associated documentation files (the "Software"), to deal -## in the Software without restriction, including without limitation the rights -## to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -## copies of the Software, and to permit persons to whom the Software is furnished -## to do so, subject to the following conditions: -## -## The above copyright notice and this permission notice shall be included in all -## copies or substantial portions of the Software. -## -## THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -## IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -## FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -## AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -## WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -## CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -## Process this file with automake to produce Makefile.in - -## CPP flags for includes, defines, etc. -AM_CPPFLAGS = -I$(srcdir) -I$(srcdir)/../../include -I$(srcdir)/../../include/g3dlite - -noinst_LIBRARIES = libg3dlite.a -libg3dlite_a_SOURCES = \ - AABox.cpp \ - Box.cpp \ - Crypto.cpp \ - format.cpp \ - Matrix3.cpp \ - Plane.cpp \ - System.cpp \ - Triangle.cpp \ - Vector3.cpp \ - Vector4.cpp - -EXTRA_DIST = \ - license.html - - diff --git a/dep/src/sockets/Makefile.am b/dep/src/sockets/Makefile.am deleted file mode 100644 index 2a7f1123f58..00000000000 --- a/dep/src/sockets/Makefile.am +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> -# -# Copyright (C) 2008 Trinity <http://www.trinitycore.org/> -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -## Process this file with automake to produce Makefile.in - -## Sub-directories to parse - -## CPP flags for includes, defines, etc. -AM_CPPFLAGS = -I$(srcdir) -I$(srcdir)/../../include/sockets - -## Build MaNGOS shared library and its parts as convenience library. -# All libraries will be convenience libraries. Might be changed to shared -# later. -noinst_LIBRARIES = libmangossockets.a - -libmangossockets_a_SOURCES = \ - Base64.cpp \ - Exception.cpp \ - Ipv4Address.cpp \ - Ipv6Address.cpp \ - Lock.cpp \ - Mutex.cpp \ - Parse.cpp \ - ResolvServer.cpp \ - ResolvSocket.cpp \ - Socket.cpp \ - SocketHandler.cpp \ - StdoutLog.cpp \ - StreamSocket.cpp \ - TcpSocket.cpp \ - Thread.cpp \ - UdpSocket.cpp \ - Utility.cpp \ - socket_include.cpp diff --git a/dep/src/zlib/Makefile.am b/dep/src/zlib/Makefile.am deleted file mode 100644 index 9be7fb3b97e..00000000000 --- a/dep/src/zlib/Makefile.am +++ /dev/null @@ -1,56 +0,0 @@ -## Modified for Trinity <http://www.trinitycore.org/> -## -## Permission is hereby granted, free of charge, to any person obtaining a copy -## of this software and associated documentation files (the "Software"), to deal -## in the Software without restriction, including without limitation the rights -## to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -## copies of the Software, and to permit persons to whom the Software is furnished -## to do so, subject to the following conditions: -## -## The above copyright notice and this permission notice shall be included in all -## copies or substantial portions of the Software. -## -## THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -## IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -## FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -## AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -## WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -## CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -## Process this file with automake to produce Makefile.in - -## CPP flags for includes, defines, etc. -AM_CPPFLAGS = -I$(srcdir) -I$(srcdir)/../../include -I$(srcdir)/../../include/zlib - -## Build zlib as convenience library. -# libzlib conveniece library will later be reused by ... -noinst_LIBRARIES = libzlib.a -libzlib_a_SOURCES = \ - adler32.c \ - compress.c \ - crc32.c \ - deflate.c \ - example.c \ - gzio.c \ - infback.c \ - inffast.c \ - inflate.c \ - inftrees.c \ - trees.c \ - uncompr.c \ - zutil.c - -## Additional files to include when running 'make dist' -# Nothing yet. -EXTRA_DIST = \ - crc32.h \ - deflate.h \ - inffast.h \ - inffixed.h \ - inflate.h \ - inftrees.h \ - trees.h \ - zconf.h \ - zlib.h \ - zutil.h - diff --git a/dep/src/zthread/Makefile.am b/dep/src/zthread/Makefile.am deleted file mode 100644 index df92221c926..00000000000 --- a/dep/src/zthread/Makefile.am +++ /dev/null @@ -1,132 +0,0 @@ -## Copyright (c) 2005, Eric Crahen -## Modified for Trinity <http://www.trinitycore.org/> -## -## Permission is hereby granted, free of charge, to any person obtaining a copy -## of this software and associated documentation files (the "Software"), to deal -## in the Software without restriction, including without limitation the rights -## to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -## copies of the Software, and to permit persons to whom the Software is furnished -## to do so, subject to the following conditions: -## -## The above copyright notice and this permission notice shall be included in all -## copies or substantial portions of the Software. -## -## THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -## IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -## FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -## AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -## WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -## CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -## Process this file with automake to produce Makefile.in - -## CPP flags for includes, defines, etc. -AM_CPPFLAGS = -I$(srcdir)/../../include -I$(srcdir)/../../include/zthread - -## Build ZThread as shared library. -# libZThread shared library will later be reused by realm list daemon -# and world server daemon. -lib_LTLIBRARIES = libZThread.la -libZThread_la_SOURCES = \ - AtomicCount.cxx \ - Condition.cxx \ - ConcurrentExecutor.cxx \ - CountingSemaphore.cxx \ - FastMutex.cxx \ - FastRecursiveMutex.cxx \ - Mutex.cxx \ - RecursiveMutexImpl.cxx \ - RecursiveMutex.cxx \ - Monitor.cxx \ - PoolExecutor.cxx \ - PriorityCondition.cxx \ - PriorityInheritanceMutex.cxx \ - PriorityMutex.cxx \ - PrioritySemaphore.cxx \ - Semaphore.cxx \ - SynchronousExecutor.cxx \ - Thread.cxx \ - ThreadedExecutor.cxx \ - ThreadImpl.cxx \ - ThreadLocalImpl.cxx \ - ThreadQueue.cxx \ - Time.cxx \ - ThreadOps.cxx - -## libtool settings -# API versioning -# Link against dependencies -# How to increase version info: -# - only bug fixes implemented: -# bump the version to LTZTHREAD_CURRENT:LTZTHREAD_REVISION+1:LTZTHREAD_AGE -# - augmented the interface: -# bump the version to LTZTHREAD_CURRENT+1:0:LTZTHREAD_AGE+1 -# - broken old interface: -# bump the version to LTZTHREAD_CURRENT+1:0:0 -LTZTHREAD_CURRENT = 2 -LTZTHREAD_REVISION = 3 -LTZTHREAD_AGE = 2 -libZThread_la_LDFLAGS = -version-info $(LTZTHREAD_CURRENT):$(LTZTHREAD_REVISION):$(LTZTHREAD_AGE) - -## Additional files to include when running 'make dist' -# Header files. -EXTRA_DIST = \ - ConditionImpl.h \ - Debug.h \ - DeferredInterruptionScope.h \ - FastLock.h \ - FastRecursiveLock.h \ - IntrusivePtr.h \ - Monitor.h \ - MutexImpl.h \ - RecursiveMutexImpl.h \ - Scheduling.h \ - SemaphoreImpl.h \ - State.h \ - Status.h \ - TSS.h \ - ThreadImpl.h \ - ThreadOps.h \ - ThreadQueue.h \ - TimeStrategy.h \ - config.h - -# Implementation specific files. -EXTRA_DIST += \ - linux/AtomicCount.cxx \ - linux/AtomicFastLock.h \ - linux/FastRecursiveLock.h \ - macos/FastLock.h \ - macos/Monitor.cxx \ - macos/Monitor.h \ - macos/TSS.h \ - macos/ThreadOps.cxx \ - macos/ThreadOps.h \ - macos/UpTimeStrategy.h \ - posix/ConditionRecursiveLock.h \ - posix/FastLock.h \ - posix/FtimeStrategy.h \ - posix/GetTimeOfDayStrategy.h \ - posix/Monitor.cxx \ - posix/Monitor.h \ - posix/PriorityOps.h \ - posix/TSS.h \ - posix/ThreadOps.cxx \ - posix/ThreadOps.h \ - solaris/FastRecursiveLock.h \ - vanilla/DualMutexRecursiveLock.h \ - vanilla/SimpleAtomicCount.cxx \ - vanilla/SimpleRecursiveLock.h \ - win32/AtomicCount.cxx \ - win32/AtomicFastLock.h \ - win32/AtomicFastRecursiveLock.h \ - win32/FastLock.h \ - win32/FastRecursiveLock.h \ - win32/Monitor.cxx \ - win32/Monitor.h \ - win32/PerformanceCounterStrategy.h \ - win32/TSS.h \ - win32/ThreadOps.cxx \ - win32/ThreadOps.h \ - win9x/AtomicCount.cxx \ - win9x/AtomicFastLock.h |
