1 # Copyright (C) 2005-2010 MaNGOS <http://getmangos.com/>
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 2 of the License, or
6 # (at your option) any later version.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 # GNU General Public License for more details.
13 # You should have received a copy of the GNU General Public License
14 # along with this program; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 ## Process this file with automake to produce Makefile.in
19 ## Sub-directories to parse
21 ## CPP flags for includes, defines, etc.
22 AM_CPPFLAGS = $(MANGOS_INCLUDES) -I$(srcdir)
24 ## Build MaNGOS framework library as convenience library.
25 # libMaNGOSScript shared library will later be reused by world server daemon.
26 noinst_LIBRARIES = libmangosframework.a
27 libmangosframework_a_SOURCES = \
28 Policies/ObjectLifeTime.cpp \
29 Utilities/EventProcessor.cpp
31 ## Additional files to include when running 'make dist'
32 # Source and header files for the Framework.
34 Dynamic/FactoryHolder.h \
35 Dynamic/ObjectRegistry.h \
37 GameSystem/GridLoader.h \
38 GameSystem/GridRefManager.h \
39 GameSystem/GridReference.h \
41 GameSystem/TypeContainer.h \
42 GameSystem/TypeContainerFunctions.h \
43 GameSystem/TypeContainerFunctionsPtr.h \
44 GameSystem/TypeContainerVisitor.h \
45 Network/SocketDefines.h \
46 Platform/CompilerDefs.h \
48 Policies/CreationPolicy.h \
49 Policies/ObjectLifeTime.h \
50 Policies/MemoryManagement.cpp \
51 Policies/Singleton.h \
52 Policies/SingletonImp.h \
53 Policies/ThreadingModel.h \
54 Utilities/LinkedReference/RefManager.h \
55 Utilities/LinkedReference/Reference.h \
56 Utilities/ByteConverter.h \
57 Utilities/Callback.h \
58 Utilities/EventProcessor.h \
59 Utilities/UnorderedMap.h \
60 Utilities/LinkedList.h \