1 # Copyright (C) 2005-2008 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$(top_builddir)/src/shared -I$(srcdir) -I$(srcdir)/../../dep/include -I$(srcdir)/../framework -I$(srcdir)/../shared -I$(srcdir)/../shared/vmap -I$(srcdir)/../realmd -DSYSCONFDIR=\"$(sysconfdir)/\"
24 ## Build MaNGOS game library as convenience library.
25 # All libraries will be convenience libraries. Might be changed to shared
27 noinst_LIBRARIES = libmangosgame.a
29 # libmangossgame library will later be reused by ...
30 libmangosgame_a_SOURCES = \
37 AnimalRandomMovementGenerator.h \
40 ArenaTeamHandler.cpp \
44 AuctionHouseObject.h \
65 BattleGroundHandler.cpp \
74 CharacterHandler.cpp \
79 ConfusedMovementGenerator.cpp \
80 ConfusedMovementGenerator.h \
86 CreatureAIRegistry.cpp \
87 CreatureAIRegistry.h \
88 CreatureAISelector.cpp \
89 CreatureAISelector.h \
93 DestinationHolder.cpp \
95 DestinationHolderImp.h \
99 FleeingMovementGenerator.cpp \
100 FleeingMovementGenerator.h \
108 GMTicketHandler.cpp \
116 GridNotifiersImpl.h \
127 HomeMovementGenerator.cpp \
128 HomeMovementGenerator.h \
129 HostilRefManager.cpp \
131 IdleMovementGenerator.cpp \
132 IdleMovementGenerator.h \
135 InstanceSaveMgr.cpp \
139 ItemEnchantmentMgr.cpp \
140 ItemEnchantmentMgr.h \
163 MovementGenerator.cpp \
164 MovementGenerator.h \
165 MovementGeneratorImpl.h \
166 MovementHandler.cpp \
175 ObjectGridLoader.cpp \
180 ObjectPosSelector.cpp \
181 ObjectPosSelector.h \
190 PetitionsHandler.cpp \
195 PointMovementGenerator.cpp \
196 PointMovementGenerator.h \
201 RandomMovementGenerator.cpp \
202 RandomMovementGenerator.h \
217 SkillExtraItems.cpp \
225 TargetedMovementGenerator.cpp \
226 TargetedMovementGenerator.h \
228 TemporarySummon.cpp \
249 VoiceChatHandler.cpp \
250 WaypointManager.cpp \
252 WaypointMovementGenerator.cpp \
253 WaypointMovementGenerator.h \
266 FollowerReference.cpp \
267 FollowerReference.h \
268 FollowerRefManager.h \
273 ## Link against shared library
274 libmangosgame_a_LIBADD = ../shared/libmangosshared.a ../shared/Auth/libmangosauth.a ../shared/Config/libmangosconfig.a ../shared/Database/libmangosdatabase.a ../shared/vmap/libmangosvmaps.a
276 ## Additional files to include when running 'make dist'