#MAINSRCDIR=.. #include $(MAINSRCDIR)/defs/include_paths.am StoryEntities_SOURCES_ = \ story_entities/story_entity.cc \ story_entities/campaign.cc \ story_entities/campaign_data.cc \ story_entities/game_world.cc \ story_entities/game_world_data.cc \ story_entities/single_player_world.cc \ story_entities/single_player_world_data.cc \ story_entities/multi_player_world.cc \ story_entities/multi_player_world_data.cc \ story_entities/movie_loader.cc \ story_entities/simple_game_menu.cc \ \ story_entities/menu/game_menu.cc \ story_entities/menu/glgui_imagebutton.cc StoryEntities_HEADERS_ = \ story_entities/story_entity.h \ story_entities/story_def.h \ story_entities/campaign.h \ story_entities/campaign_data.h \ story_entities/game_world.h \ story_entities/game_world_data.h \ story_entities/single_player_world.h \ story_entities/single_player_world_data.h \ story_entities/multi_player_world.h \ story_entities/multi_player_world_data.h \ story_entities/movie_loader.h \ story_entities/simple_game_menu.h \ \ story_entities/menu/game_menu.h \ story_entities/menu/glgui_imagebutton.h