Makefile.am 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. bin_PROGRAMS = vcmiclient
  2. vcmiclient_LDADD = $(top_builddir)/lib/libvcmi.la @SDL_LIBS@ @BOOST_SYSTEM_LIB@ @BOOST_FILESYSTEM_LIB@ @BOOST_THREAD_LIB@ @BOOST_IOSTREAMS_LIB@ @FFMPEG_LIBS@
  3. vcmiclient_CXXFLAGS = @CXXFLAGS@ @SDL_CXXFLAGS@
  4. vcmiclient_LDFLAGS = -L$(top_builddir)/lib
  5. vcmiclient_SOURCES = \
  6. ../AI_Base.h \
  7. ../CCallback.cpp \
  8. ../CCallback.h \
  9. ../CGameInterface.cpp \
  10. ../CGameInterface.h \
  11. ../CThreadHelper.cpp \
  12. ../CThreadHelper.h \
  13. ../StartInfo.h \
  14. ../global.h \
  15. ../hch/CAmbarCendamo.h \
  16. ../hch/CBuildingHandler.h \
  17. ../hch/CDefHandler.cpp \
  18. ../hch/CDefHandler.h \
  19. ../hch/CHeroHandler.h \
  20. ../hch/CMusicBase.h \
  21. ../hch/CMusicHandler.cpp \
  22. ../hch/CMusicHandler.h \
  23. ../hch/CObjectHandler.h \
  24. ../hch/CSndHandler.cpp \
  25. ../hch/CSndHandler.h \
  26. ../hch/CSoundBase.h \
  27. ../hch/CVideoHandler.cpp \
  28. ../hch/CVideoHandler.h \
  29. ../int3.h \
  30. ../mapHandler.cpp \
  31. ../mapHandler.h \
  32. ../nodrze.h \
  33. ../stdafx.h \
  34. ../tchar_amigaos4.h \
  35. ../timeHandler.h \
  36. AdventureMapButton.cpp \
  37. AdventureMapButton.h \
  38. CAdvmapInterface.cpp \
  39. CAdvmapInterface.h \
  40. CBattleInterface.cpp \
  41. CBattleInterface.h \
  42. CBitmapHandler.cpp \
  43. CBitmapHandler.h \
  44. CCastleInterface.cpp \
  45. CCastleInterface.h \
  46. CConfigHandler.cpp \
  47. CConfigHandler.h \
  48. CCreatureAnimation.cpp \
  49. CCreatureAnimation.h \
  50. CCursorHandler.cpp \
  51. CCursorHandler.h \
  52. CGameInfo.cpp \
  53. CGameInfo.h \
  54. CHeroWindow.cpp \
  55. CHeroWindow.h \
  56. CMT.cpp \
  57. CMessage.cpp \
  58. CMessage.h \
  59. CPlayerInterface.cpp \
  60. CPlayerInterface.h \
  61. CPreGame.cpp \
  62. CPreGame.h \
  63. CSpellWindow.cpp \
  64. CSpellWindow.h \
  65. Client.cpp \
  66. Client.h \
  67. FontBase.h \
  68. FunctionList.h \
  69. GUIBase.cpp \
  70. GUIBase.h \
  71. GUIClasses.cpp \
  72. GUIClasses.h \
  73. Graphics.cpp \
  74. Graphics.h \
  75. NetPacksClient.cpp \
  76. SDL_Extensions.cpp \
  77. SDL_Extensions.h \
  78. SDL_framerate.cpp \
  79. SDL_framerate.h