Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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