Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/ai/src/ai/Makefile.am @ 10249

Last change on this file since 10249 was 10244, checked in by tfahrni, 17 years ago

tired

File size: 529 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
18noinst_HEADERS =        \
19                        ai_engine.h \
20                        ai_module.h \
21                        ai_team.h \
22                        ai_team_member.h \
23                        movement_module.h \
24                        shooting_module.h \
25                        attack_module.h\
26                        swarm_module.h\
27                        swarm_wait.h\
28                        swarm_gorel.h
Note: See TracBrowser for help on using the repository browser.