Makefile.am 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. pkglib_LTLIBRARIES = libvcmi.la
  2. libvcmi_la_LIBADD = @BOOST_SYSTEM_LIB@ @BOOST_FILESYSTEM_LIB@ @BOOST_THREAD_LIB@ @BOOST_IOSTREAMS_LIB@ -lz -lpthread
  3. libvcmi_la_CXXFLAGS = @SDL_CXXFLAGS@
  4. libvcmi_la_SOURCES = \
  5. BattleAction.cpp \
  6. BattleAction.h \
  7. BattleState.cpp \
  8. BattleState.h \
  9. CArtHandler.cpp \
  10. CArtHandler.h \
  11. CBuildingHandler.cpp \
  12. CBuildingHandler.h \
  13. CCampaignHandler.cpp \
  14. CCampaignHandler.h \
  15. CCreatureHandler.cpp \
  16. CCreatureHandler.h \
  17. CCreatureSet.cpp \
  18. CCreatureSet.h \
  19. CDefObjInfoHandler.cpp \
  20. CDefObjInfoHandler.h \
  21. CGameState.cpp \
  22. CGameState.h \
  23. CGeneralTextHandler.cpp \
  24. CGeneralTextHandler.h \
  25. CHeroHandler.cpp \
  26. CHeroHandler.h \
  27. CLodHandler.cpp \
  28. CLodHandler.h \
  29. CMapInfo.cpp \
  30. CMapInfo.h \
  31. CObjectHandler.cpp \
  32. CObjectHandler.h \
  33. CondSh.h \
  34. Connection.cpp \
  35. Connection.h \
  36. ConstTransitivePtr.h \
  37. CSpellHandler.cpp \
  38. CSpellHandler.h \
  39. CTownHandler.cpp \
  40. CTownHandler.h \
  41. ERMParser.cpp \
  42. ERMParser.h \
  43. HeroBonus.cpp \
  44. HeroBonus.h \
  45. IGameCallback.cpp \
  46. IGameCallback.h \
  47. Interprocess.h \
  48. map.cpp \
  49. map.h \
  50. NetPacks.h \
  51. NetPacksLib.cpp \
  52. RegisterTypes.cpp \
  53. RegisterTypes.h \
  54. VCMIDirs.h \
  55. VCMI_Lib.cpp
  56. VCMI_Lib.h