2008-08-04 12:33:08 +03:00
|
|
|
bin_PROGRAMS = vcmiclient
|
2011-12-14 00:23:17 +03:00
|
|
|
BUILT_SOURCES = StdInc.h.gch
|
|
|
|
StdInc.h.gch: StdInc.h
|
|
|
|
$(CXXCOMPILE) -c $<
|
2009-04-13 21:52:20 +03:00
|
|
|
|
2011-12-14 00:23:17 +03:00
|
|
|
vcmiclient_LDADD = $(top_builddir)/lib/libvcmi.la @SDL_LIBS@ @FFMPEG_LIBS@ @BOOST_PROGRAM_OPTIONS_LIB@ @BOOST_SYSTEM_LIB@ @BOOST_FILESYSTEM_LIB@ @BOOST_THREAD_LIB@ @BOOST_IOSTREAMS_LIB@ -lrt -lz
|
2011-11-17 03:24:27 +03:00
|
|
|
vcmiclient_CXXFLAGS = @SDL_CFLAGS@ @FFMPEG_CXXFLAGS@
|
2008-08-04 12:33:08 +03:00
|
|
|
vcmiclient_LDFLAGS = -L$(top_builddir)/lib
|
|
|
|
vcmiclient_SOURCES = \
|
2009-04-13 21:52:20 +03:00
|
|
|
../CCallback.cpp \
|
|
|
|
../CCallback.h \
|
2011-12-14 00:23:17 +03:00
|
|
|
./BattleInterface/CAttackAnimation.cpp \
|
|
|
|
./BattleInterface/CAttackAnimation.h \
|
|
|
|
./BattleInterface/CBattleAnimation.cpp \
|
|
|
|
./BattleInterface/CBattleAnimation.h \
|
|
|
|
./BattleInterface/CBattleConsole.cpp \
|
|
|
|
./BattleInterface/CBattleConsole.h \
|
|
|
|
./BattleInterface/CBattleHero.cpp \
|
|
|
|
./BattleInterface/CBattleHero.h \
|
|
|
|
./BattleInterface/CBattleInterface.cpp \
|
|
|
|
./BattleInterface/CBattleInterface.h \
|
|
|
|
./BattleInterface/CBattleOptionsWindow.cpp \
|
|
|
|
./BattleInterface/CBattleOptionsWindow.h \
|
|
|
|
./BattleInterface/CBattleResultWindow.cpp \
|
|
|
|
./BattleInterface/CBattleResultWindow.h \
|
|
|
|
./BattleInterface/CBattleStackAnimation.cpp \
|
|
|
|
./BattleInterface/CBattleStackAnimation.h \
|
2011-12-17 21:59:59 +03:00
|
|
|
./BattleInterface/CCreatureAnimation.h \
|
|
|
|
./BattleInterface/CCreatureAnimation.cpp \
|
2011-12-14 00:23:17 +03:00
|
|
|
./BattleInterface/CDefenceAnimation.cpp \
|
|
|
|
./BattleInterface/CDefenceAnimation.h \
|
|
|
|
./BattleInterface/CDummyAnimation.cpp \
|
|
|
|
./BattleInterface/CDummyAnimation.h \
|
2011-12-17 21:59:59 +03:00
|
|
|
./BattleInterface/CClickableHex.cpp \
|
|
|
|
./BattleInterface/CClickableHex.h \
|
2011-12-14 00:23:17 +03:00
|
|
|
./BattleInterface/CMeleeAttackAnimation.cpp \
|
|
|
|
./BattleInterface/CMeleeAttackAnimation.h \
|
|
|
|
./BattleInterface/CMovementAnimation.cpp \
|
|
|
|
./BattleInterface/CMovementAnimation.h \
|
|
|
|
./BattleInterface/CMovementEndAnimation.cpp \
|
|
|
|
./BattleInterface/CMovementEndAnimation.h \
|
|
|
|
./BattleInterface/CMovementStartAnimation.cpp \
|
|
|
|
./BattleInterface/CMovementStartAnimation.h \
|
|
|
|
./BattleInterface/CReverseAnimation.cpp \
|
|
|
|
./BattleInterface/CReverseAnimation.h \
|
|
|
|
./BattleInterface/CShootingAnimation.cpp \
|
|
|
|
./BattleInterface/CShootingAnimation.h \
|
|
|
|
./BattleInterface/CSpellEffectAnimation.cpp \
|
|
|
|
./BattleInterface/CSpellEffectAnimation.h \
|
|
|
|
./BattleInterface/CStackQueue.cpp \
|
|
|
|
./BattleInterface/CStackQueue.h \
|
|
|
|
./BattleInterface/SStackAttackedInfo.h \
|
2011-12-17 21:59:59 +03:00
|
|
|
./UIFramework/CGuiHandler.cpp \
|
|
|
|
./UIFramework/CGuiHandler.h \
|
|
|
|
./UIFramework/CIntObject.cpp \
|
|
|
|
./UIFramework/CIntObject.h \
|
|
|
|
./UIFramework/CKeyShortcut.cpp \
|
|
|
|
./UIFramework/CKeyShortcut.h \
|
|
|
|
./UIFramework/CPicture.cpp \
|
|
|
|
./UIFramework/CPicture.h \
|
|
|
|
./UIFramework/SRect.cpp \
|
|
|
|
./UIFramework/SRect.h \
|
2009-05-21 03:55:30 +03:00
|
|
|
AdventureMapButton.cpp \
|
|
|
|
AdventureMapButton.h \
|
|
|
|
CAdvmapInterface.cpp \
|
|
|
|
CAdvmapInterface.h \
|
2010-11-15 17:15:00 +02:00
|
|
|
CAnimation.cpp \
|
2011-02-06 19:26:27 +02:00
|
|
|
CAnimation.h \
|
2009-05-21 03:55:30 +03:00
|
|
|
CBitmapHandler.cpp \
|
|
|
|
CBitmapHandler.h \
|
|
|
|
CCastleInterface.cpp \
|
|
|
|
CCastleInterface.h \
|
|
|
|
CConfigHandler.cpp \
|
|
|
|
CConfigHandler.h \
|
2011-03-04 19:18:45 +02:00
|
|
|
CCreatureWindow.cpp \
|
|
|
|
CCreatureWindow.h \
|
2009-05-21 03:55:30 +03:00
|
|
|
CCursorHandler.cpp \
|
|
|
|
CCursorHandler.h \
|
2011-02-06 19:26:27 +02:00
|
|
|
CDefHandler.cpp \
|
|
|
|
CDefHandler.h \
|
2009-05-21 03:55:30 +03:00
|
|
|
CGameInfo.cpp \
|
|
|
|
CGameInfo.h \
|
|
|
|
CHeroWindow.cpp \
|
|
|
|
CHeroWindow.h \
|
2010-01-25 23:25:14 +02:00
|
|
|
CKingdomInterface.cpp \
|
|
|
|
CKingdomInterface.h \
|
2011-02-06 19:26:27 +02:00
|
|
|
Client.cpp \
|
|
|
|
Client.h \
|
2009-05-21 03:55:30 +03:00
|
|
|
CMessage.cpp \
|
|
|
|
CMessage.h \
|
2011-02-06 19:26:27 +02:00
|
|
|
CMT.cpp \
|
|
|
|
CMusicBase.h \
|
|
|
|
CMusicHandler.cpp \
|
|
|
|
CMusicHandler.h \
|
2009-05-21 03:55:30 +03:00
|
|
|
CPlayerInterface.cpp \
|
|
|
|
CPlayerInterface.h \
|
|
|
|
CPreGame.cpp \
|
|
|
|
CPreGame.h \
|
2011-02-06 19:26:27 +02:00
|
|
|
CSndHandler.cpp \
|
|
|
|
CSndHandler.h \
|
|
|
|
CSoundBase.h \
|
2009-05-21 03:55:30 +03:00
|
|
|
CSpellWindow.cpp \
|
|
|
|
CSpellWindow.h \
|
2011-02-06 19:26:27 +02:00
|
|
|
CVideoHandler.cpp \
|
|
|
|
CVideoHandler.h \
|
2009-08-18 04:57:39 +03:00
|
|
|
FontBase.h \
|
2009-05-21 03:55:30 +03:00
|
|
|
FunctionList.h \
|
2011-02-06 19:26:27 +02:00
|
|
|
Graphics.cpp \
|
|
|
|
Graphics.h \
|
2009-05-21 03:55:30 +03:00
|
|
|
GUIClasses.cpp \
|
|
|
|
GUIClasses.h \
|
2011-02-06 19:26:27 +02:00
|
|
|
mapHandler.cpp \
|
|
|
|
mapHandler.h \
|
2009-05-21 03:55:30 +03:00
|
|
|
NetPacksClient.cpp \
|
|
|
|
SDL_Extensions.cpp \
|
|
|
|
SDL_Extensions.h \
|
|
|
|
SDL_framerate.cpp \
|
2011-02-06 19:26:27 +02:00
|
|
|
SDL_framerate.h
|