2008-08-04 09:33:08 +00:00
|
|
|
bin_PROGRAMS = vcmiclient
|
2012-06-01 17:28:05 +00:00
|
|
|
|
|
|
|
desktopdir = $(datadir)/applications
|
|
|
|
desktop_DATA = vcmiclient.desktop
|
|
|
|
|
|
|
|
icondir = $(datadir)/icons
|
|
|
|
dist_icon_DATA = vcmiclient.png
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
$(pixmaps_extra_DATA) \
|
|
|
|
${desktop_DATA}
|
|
|
|
|
2011-12-13 21:23:17 +00:00
|
|
|
BUILT_SOURCES = StdInc.h.gch
|
|
|
|
StdInc.h.gch: StdInc.h
|
|
|
|
$(CXXCOMPILE) -c $<
|
2009-04-13 18:52:20 +00:00
|
|
|
|
2011-12-31 10:03:29 +00: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@ -lz
|
2011-11-17 00:24:27 +00:00
|
|
|
vcmiclient_CXXFLAGS = @SDL_CFLAGS@ @FFMPEG_CXXFLAGS@
|
2008-08-04 09:33:08 +00:00
|
|
|
vcmiclient_LDFLAGS = -L$(top_builddir)/lib
|
|
|
|
vcmiclient_SOURCES = \
|
2009-04-13 18:52:20 +00:00
|
|
|
../CCallback.cpp \
|
|
|
|
../CCallback.h \
|
2011-12-22 13:05:19 +00:00
|
|
|
./BattleInterface/CBattleAnimations.cpp \
|
|
|
|
./BattleInterface/CBattleAnimations.h \
|
2011-12-13 21:23:17 +00:00
|
|
|
./BattleInterface/CBattleInterface.cpp \
|
|
|
|
./BattleInterface/CBattleInterface.h \
|
2011-12-22 13:05:19 +00:00
|
|
|
./BattleInterface/CBattleInterfaceClasses.cpp \
|
|
|
|
./BattleInterface/CBattleInterfaceClasses.h \
|
2011-12-17 18:59:59 +00:00
|
|
|
./BattleInterface/CCreatureAnimation.h \
|
|
|
|
./BattleInterface/CCreatureAnimation.cpp \
|
|
|
|
./UIFramework/CGuiHandler.cpp \
|
|
|
|
./UIFramework/CGuiHandler.h \
|
|
|
|
./UIFramework/CIntObject.cpp \
|
|
|
|
./UIFramework/CIntObject.h \
|
2011-12-22 13:05:19 +00:00
|
|
|
./UIFramework/CIntObjectClasses.cpp \
|
|
|
|
./UIFramework/CIntObjectClasses.h \
|
|
|
|
./UIFramework/Geometries.cpp \
|
|
|
|
./UIFramework/Geometries.h \
|
|
|
|
./UIFramework/CCursorHandler.cpp \
|
|
|
|
./UIFramework/CCursorHandler.h \
|
|
|
|
./UIFramework/SDL_Extensions.cpp \
|
|
|
|
./UIFramework/SDL_Extensions.h \
|
2012-05-17 10:44:48 +00:00
|
|
|
./UIFramework/SDL_Pixels.h \
|
2012-06-13 13:04:06 +00:00
|
|
|
AdventureMapClasses.cpp \
|
|
|
|
AdventureMapClasses.h \
|
2009-05-21 00:55:30 +00:00
|
|
|
CAdvmapInterface.cpp \
|
|
|
|
CAdvmapInterface.h \
|
2010-11-15 15:15:00 +00:00
|
|
|
CAnimation.cpp \
|
2011-02-06 17:26:27 +00:00
|
|
|
CAnimation.h \
|
2009-05-21 00:55:30 +00:00
|
|
|
CBitmapHandler.cpp \
|
|
|
|
CBitmapHandler.h \
|
|
|
|
CCastleInterface.cpp \
|
|
|
|
CCastleInterface.h \
|
|
|
|
CConfigHandler.cpp \
|
|
|
|
CConfigHandler.h \
|
2011-03-04 17:18:45 +00:00
|
|
|
CCreatureWindow.cpp \
|
|
|
|
CCreatureWindow.h \
|
2011-02-06 17:26:27 +00:00
|
|
|
CDefHandler.cpp \
|
|
|
|
CDefHandler.h \
|
2009-05-21 00:55:30 +00:00
|
|
|
CGameInfo.cpp \
|
|
|
|
CGameInfo.h \
|
|
|
|
CHeroWindow.cpp \
|
|
|
|
CHeroWindow.h \
|
2010-01-25 21:25:14 +00:00
|
|
|
CKingdomInterface.cpp \
|
|
|
|
CKingdomInterface.h \
|
2011-02-06 17:26:27 +00:00
|
|
|
Client.cpp \
|
|
|
|
Client.h \
|
2009-05-21 00:55:30 +00:00
|
|
|
CMessage.cpp \
|
|
|
|
CMessage.h \
|
2011-02-06 17:26:27 +00:00
|
|
|
CMT.cpp \
|
|
|
|
CMusicBase.h \
|
|
|
|
CMusicHandler.cpp \
|
|
|
|
CMusicHandler.h \
|
2009-05-21 00:55:30 +00:00
|
|
|
CPlayerInterface.cpp \
|
|
|
|
CPlayerInterface.h \
|
|
|
|
CPreGame.cpp \
|
|
|
|
CPreGame.h \
|
2011-02-06 17:26:27 +00:00
|
|
|
CSndHandler.cpp \
|
|
|
|
CSndHandler.h \
|
|
|
|
CSoundBase.h \
|
2009-05-21 00:55:30 +00:00
|
|
|
CSpellWindow.cpp \
|
|
|
|
CSpellWindow.h \
|
2011-02-06 17:26:27 +00:00
|
|
|
CVideoHandler.cpp \
|
|
|
|
CVideoHandler.h \
|
2012-07-06 20:19:54 +00:00
|
|
|
CQuestLog.cpp \
|
|
|
|
CQuestLog.h \
|
2009-08-18 01:57:39 +00:00
|
|
|
FontBase.h \
|
2009-05-21 00:55:30 +00:00
|
|
|
FunctionList.h \
|
2011-02-06 17:26:27 +00:00
|
|
|
Graphics.cpp \
|
|
|
|
Graphics.h \
|
2009-05-21 00:55:30 +00:00
|
|
|
GUIClasses.cpp \
|
|
|
|
GUIClasses.h \
|
2011-02-06 17:26:27 +00:00
|
|
|
mapHandler.cpp \
|
|
|
|
mapHandler.h \
|
2011-12-31 10:03:29 +00:00
|
|
|
NetPacksClient.cpp
|