1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/client/Makefile.am
2009-05-07 04:45:59 +00:00

74 lines
1.7 KiB
Makefile

bin_PROGRAMS = vcmiclient
vcmiclient_LDADD = $(top_builddir)/lib/libvcmi.la @SDL_LIBS@ @BOOST_SYSTEM_LIB@ @BOOST_FILESYSTEM_LIB@ @BOOST_THREAD_LIB@ @BOOST_IOSTREAMS_LIB@
vcmiclient_CXXFLAGS = @CXXFLAGS@ @SDL_CXXFLAGS@
vcmiclient_LDFLAGS = -L$(top_builddir)/lib
vcmiclient_SOURCES = \
../AI_Base.h \
../AdventureMapButton.cpp \
../AdventureMapButton.h \
../CAdvmapInterface.cpp \
../CAdvmapInterface.h \
../CBattleInterface.cpp \
../CBattleInterface.h \
../CCallback.cpp \
../CCallback.h \
../CCastleInterface.cpp \
../CCastleInterface.h \
../CCursorHandler.cpp \
../CCursorHandler.h \
../CGameInfo.cpp \
../CGameInfo.h \
../CGameInterface.cpp \
../CGameInterface.h \
../CHeroWindow.cpp \
../CHeroWindow.h \
../CMT.cpp \
../CMessage.cpp \
../CMessage.h \
../CPlayerInterface.cpp \
../CPlayerInterface.h \
../CPreGame.cpp \
../CPreGame.h \
../CThreadHelper.cpp \
../CThreadHelper.h \
../SDL_Extensions.cpp \
../SDL_Extensions.h \
../SDL_framerate.cpp \
../SDL_framerate.h \
../StartInfo.h \
../global.h \
../hch/CAmbarCendamo.h \
../hch/CBuildingHandler.h \
../hch/CDefHandler.cpp \
../hch/CDefHandler.h \
../hch/CHeroHandler.h \
../hch/CMusicHandler.cpp \
../hch/CMusicHandler.h \
../hch/CObjectHandler.h \
../hch/CSndHandler.cpp \
../hch/CSndHandler.h \
../hch/CVideoHandler.h \
../int3.h \
../map.h \
../mapHandler.cpp \
../mapHandler.h \
../nodrze.h \
../stdafx.h \
../tchar_amigaos4.h \
../timeHandler.h \
./CBitmapHandler.cpp \
./CBitmapHandler.h \
./CConfigHandler.cpp \
./CConfigHandler.h \
./CCreatureAnimation.cpp \
./CCreatureAnimation.h \
./CSpellWindow.cpp \
./CSpellWindow.h \
./Client.cpp \
./Client.h \
./FunctionList.h \
./Graphics.cpp \
./Graphics.h \
./NetPacksClient.cpp