1 # Copyright (C) 2005-2009 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 \
41 AuctionHouseHandler.cpp \
70 BattleGroundHandler.cpp \
82 CharacterHandler.cpp \
87 ConfusedMovementGenerator.cpp \
88 ConfusedMovementGenerator.h \
94 CreatureAIRegistry.cpp \
95 CreatureAIRegistry.h \
96 CreatureAISelector.cpp \
97 CreatureAISelector.h \
100 CreatureEventAIMgr.cpp \
101 CreatureEventAIMgr.h \
110 DestinationHolder.cpp \
111 DestinationHolder.h \
112 DestinationHolderImp.h \
116 FleeingMovementGenerator.cpp \
117 FleeingMovementGenerator.h \
125 GMTicketHandler.cpp \
133 GridNotifiersImpl.h \
144 HomeMovementGenerator.cpp \
145 HomeMovementGenerator.h \
146 HostilRefManager.cpp \
148 IdleMovementGenerator.cpp \
149 IdleMovementGenerator.h \
152 InstanceSaveMgr.cpp \
156 ItemEnchantmentMgr.cpp \
157 ItemEnchantmentMgr.h \
182 MovementGenerator.cpp \
183 MovementGenerator.h \
184 MovementGeneratorImpl.h \
185 MovementHandler.cpp \
194 ObjectGridLoader.cpp \
199 ObjectPosSelector.cpp \
200 ObjectPosSelector.h \
209 PetitionsHandler.cpp \
214 PointMovementGenerator.cpp \
215 PointMovementGenerator.h \
222 RandomMovementGenerator.cpp \
223 RandomMovementGenerator.h \
240 SkillExtraItems.cpp \
248 TargetedMovementGenerator.cpp \
249 TargetedMovementGenerator.h \
251 TemporarySummon.cpp \
272 VoiceChatHandler.cpp \
273 WaypointManager.cpp \
275 WaypointMovementGenerator.cpp \
276 WaypointMovementGenerator.h \
289 FollowerReference.cpp \
290 FollowerReference.h \
291 FollowerRefManager.h \
296 ## Link against shared library
297 libmangosgame_a_LIBADD = ../shared/libmangosshared.a ../shared/Auth/libmangosauth.a ../shared/Config/libmangosconfig.a ../shared/Database/libmangosdatabase.a ../shared/vmap/libmangosvmaps.a
299 ## Additional files to include when running 'make dist'
300 # Precompiled Headers for WIN