Makefile.am 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. pkglib_LTLIBRARIES = libvcmi.la
  2. libvcmi_la_CXXFLAGS = @SDL_CXXFLAGS@
  3. libvcmi_la_SOURCES = \
  4. ../CConsoleHandler.cpp \
  5. ../CConsoleHandler.h \
  6. ../hch/CArtHandler.cpp \
  7. ../hch/CArtHandler.h \
  8. ../hch/CBuildingHandler.cpp \
  9. ../hch/CBuildingHandler.h \
  10. ../hch/CCreatureHandler.cpp \
  11. ../hch/CCreatureHandler.h \
  12. ../hch/CDefObjInfoHandler.cpp \
  13. ../hch/CDefObjInfoHandler.h \
  14. ../hch/CGeneralTextHandler.cpp \
  15. ../hch/CGeneralTextHandler.h \
  16. ../hch/CHeroHandler.cpp \
  17. ../hch/CHeroHandler.h \
  18. ../hch/CLodHandler.cpp \
  19. ../hch/CLodHandler.h \
  20. ../hch/CObjectHandler.cpp \
  21. ../hch/CObjectHandler.h \
  22. ../hch/CSpellHandler.cpp \
  23. ../hch/CSpellHandler.h \
  24. ../hch/CTownHandler.cpp \
  25. ../hch/CTownHandler.h \
  26. ../stdafx.cpp \
  27. BattleAction.h \
  28. CGameState.cpp \
  29. CGameState.h \
  30. CondSh.h \
  31. Connection.cpp \
  32. Connection.h \
  33. HeroBonus.h \
  34. IGameCallback.cpp \
  35. IGameCallback.h \
  36. Interprocess.h \
  37. NetPacks.h \
  38. NetPacksLib.cpp \
  39. RegisterTypes.cpp \
  40. RegisterTypes.h \
  41. StackFeature.h \
  42. VCMI_Lib.cpp \
  43. VCMI_Lib.h \
  44. map.cpp \
  45. map.h