Makefile.am 1.7 KB

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