Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/Makefile.am @ 9662

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

more renamings

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