Makefile.am 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. ../CConsoleHandler.cpp \
  6. ../CConsoleHandler.h \
  7. ../hch/CArtHandler.cpp \
  8. ../hch/CArtHandler.h \
  9. ../hch/CBuildingHandler.cpp \
  10. ../hch/CBuildingHandler.h \
  11. ../hch/CCreatureHandler.cpp \
  12. ../hch/CCreatureHandler.h \
  13. ../hch/CDefObjInfoHandler.cpp \
  14. ../hch/CDefObjInfoHandler.h \
  15. ../hch/CGeneralTextHandler.cpp \
  16. ../hch/CGeneralTextHandler.h \
  17. ../hch/CHeroHandler.cpp \
  18. ../hch/CHeroHandler.h \
  19. ../hch/CLodHandler.cpp \
  20. ../hch/CLodHandler.h \
  21. ../hch/CObjectHandler.cpp \
  22. ../hch/CObjectHandler.h \
  23. ../hch/CSpellHandler.cpp \
  24. ../hch/CSpellHandler.h \
  25. ../hch/CTownHandler.cpp \
  26. ../hch/CTownHandler.h \
  27. ../stdafx.cpp \
  28. BattleAction.h \
  29. CGameState.cpp \
  30. CGameState.h \
  31. CondSh.h \
  32. Connection.cpp \
  33. Connection.h \
  34. HeroBonus.cpp \
  35. HeroBonus.h \
  36. IGameCallback.cpp \
  37. IGameCallback.h \
  38. Interprocess.h \
  39. NetPacks.h \
  40. NetPacksLib.cpp \
  41. RegisterTypes.cpp \
  42. RegisterTypes.h \
  43. StackFeature.h \
  44. VCMI_Lib.cpp \
  45. VCMI_Lib.h \
  46. map.cpp \
  47. map.h