aboutsummaryrefslogtreecommitdiff
path: root/dep/src
diff options
context:
space:
mode:
authorraczman <none@none>2009-03-29 23:14:53 +0200
committerraczman <none@none>2009-03-29 23:14:53 +0200
commitd8bd91cf34defc75a9762607f6f25617a3482007 (patch)
treea50c233133a5ceadadfa0cde1ee4ecec1c45f900 /dep/src
parent3a13ab502fb879a73ad5ae4618dc5a6cb5b8b9c4 (diff)
Removed automake from TC for good. ACE automake is still there, for folks who want to build ACE from dep/ACE_wrappers.
--HG-- branch : trunk
Diffstat (limited to 'dep/src')
-rw-r--r--dep/src/Makefile.am25
-rw-r--r--dep/src/g3dlite/Makefile.am41
-rw-r--r--dep/src/sockets/Makefile.am49
-rw-r--r--dep/src/zlib/Makefile.am56
-rw-r--r--dep/src/zthread/Makefile.am132
5 files changed, 0 insertions, 303 deletions
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