Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/ai/Makefile.am @ 10376

Last change on this file since 10376 was 10376, checked in by patrick, 17 years ago

merged branche ai to trunk

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