Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

trunk:fixed a runtime-bug

File size: 901 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                coord/p_node.cc \
10                util/substring.cc \
11                util/color.cc \
12                util/helper_functions.cc \
13                util/multi_type.cc \
14                util/executor/executor.cc \
15                data/data_tank.cc
16
17noinst_HEADERS = \
18                lang/base_object.h \
19                lang/class_list.h \
20                util/substring.h \
21                util/array.h \
22                util/list.h \
23                util/t_stack.h \
24                util/color.h \
25                util/helper_functions.h \
26                util/multi_type.h \
27                util/executor/executor.h \
28                util/executor/executor_specials.h \
29                util/executor/functor_list.h \
30                util/count_pointer.h \
31                coord/p_node.h \
32                data/data_tank.h \
33                graphics/render2D/element_2d.h \
34                graphics/render2D/render_2d.h
35
36SUBDIRS = \
37        math \
38        graphics \
39        sound \
40        event \
41        physics \
42        particles \
43        collision_detection \
44        network \
45        parser \
46        shell \
47        gui \
48        .
Note: See TracBrowser for help on using the repository browser.