Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/new_class_id/src/lib/Makefile.am @ 9699

Last change on this file since 9699 was 9699, checked in by bensch, 18 years ago

adapted script_engine

File size: 428 bytes
Line 
1MAINSRCDIR=..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXlibs.a
5
6libORXlibs_a_SOURCES = \
7                \
8                coord/p_node.cc \
9                \
10                data/data_tank.cc
11
12noinst_HEADERS = \
13                \
14                coord/p_node.h \
15                \
16                data/data_tank.h
17
18SUBDIRS = \
19        . \
20\
21                shell \
22        parser \
23        script_engine
24#\
25        math \
26        lang \
27        util \
28        graphics \
29        sound \
30        event \
31        physics \
32        particles \
33        collision_detection \
34        collision_reaction \
35        gui \
36        network
Note: See TracBrowser for help on using the repository browser.