[6432] | 1 | #MAINSRCDIR=.. |
---|
| 2 | #include $(MAINSRCDIR)/defs/include_paths.am |
---|
[5349] | 3 | |
---|
[6432] | 4 | StoryEntities_SOURCES_ = \ |
---|
| 5 | story_entities/story_entity.cc \ |
---|
| 6 | story_entities/campaign.cc \ |
---|
| 7 | story_entities/campaign_data.cc \ |
---|
| 8 | story_entities/game_world.cc \ |
---|
| 9 | story_entities/game_world_data.cc \ |
---|
| 10 | story_entities/single_player_world.cc \ |
---|
| 11 | story_entities/single_player_world_data.cc \ |
---|
| 12 | story_entities/multi_player_world.cc \ |
---|
[6600] | 13 | story_entities/multi_player_world_data.cc \ |
---|
[6634] | 14 | story_entities/movie_loader.cc \ |
---|
[8717] | 15 | \ |
---|
| 16 | story_entities/menu/game_menu.cc \ |
---|
| 17 | story_entities/menu/glgui_imagebutton.cc |
---|
[5349] | 18 | |
---|
[6432] | 19 | StoryEntities_HEADERS_ = \ |
---|
| 20 | story_entities/story_entity.h \ |
---|
| 21 | story_entities/story_def.h \ |
---|
| 22 | story_entities/campaign.h \ |
---|
| 23 | story_entities/campaign_data.h \ |
---|
| 24 | story_entities/game_world.h \ |
---|
| 25 | story_entities/game_world_data.h \ |
---|
| 26 | story_entities/single_player_world.h \ |
---|
| 27 | story_entities/single_player_world_data.h \ |
---|
| 28 | story_entities/multi_player_world.h \ |
---|
[6600] | 29 | story_entities/multi_player_world_data.h \ |
---|
[6634] | 30 | story_entities/movie_loader.h \ |
---|
[8717] | 31 | \ |
---|
| 32 | story_entities/menu/game_menu.h \ |
---|
| 33 | story_entities/menu/glgui_imagebutton.h |
---|
| 34 | |
---|