Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 10135 was 10135, checked in by tfahrni, 17 years ago
File size: 408 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_swarm.cc \
11                        ai_team_member.cc \
12                        movement_module.cc \
13                        shooting_module.cc
14
15noinst_HEADERS =        \
16                        ai_engine.h \
17                        ai_module.h \
18                        ai_team.h \
19                        ai_swarm.h \
20                        ai_team_member.h \
21                        movement_module.h \
22                        shooting_module.h
Note: See TracBrowser for help on using the repository browser.