Rev | Line | |
---|
[10045] | 1 | MAINSRCDIR=.. |
---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
| 3 | |
---|
| 4 | noinst_LIBRARIES = libORXai.a |
---|
| 5 | |
---|
| 6 | libORXai_a_SOURCES = \ |
---|
| 7 | ai_engine.cc \ |
---|
| 8 | ai_module.cc \ |
---|
| 9 | ai_team.cc \ |
---|
| 10 | ai_team_member.cc \ |
---|
| 11 | movement_module.cc \ |
---|
[10226] | 12 | shooting_module.cc \ |
---|
[10244] | 13 | attack_module.cc\ |
---|
| 14 | swarm_module.cc\ |
---|
| 15 | swarm_wait.cc\ |
---|
[10266] | 16 | swarm_gorel.cc\ |
---|
| 17 | swarm_attack.cc |
---|
[10045] | 18 | |
---|
| 19 | noinst_HEADERS = \ |
---|
| 20 | ai_engine.h \ |
---|
| 21 | ai_module.h \ |
---|
| 22 | ai_team.h \ |
---|
| 23 | ai_team_member.h \ |
---|
| 24 | movement_module.h \ |
---|
[10226] | 25 | shooting_module.h \ |
---|
[10244] | 26 | attack_module.h\ |
---|
| 27 | swarm_module.h\ |
---|
| 28 | swarm_wait.h\ |
---|
[10266] | 29 | swarm_gorel.h\ |
---|
| 30 | swarm_attack.h |
---|
Note: See
TracBrowser
for help on using the repository browser.