Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

trunk: better make structure

File size: 901 bytes
Line 
1MAINSRCDIR=..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXlibs.a
5
6libORXlibs_a_SOURCES = \
7                coord/p_node.cc \
8                lang/base_object.cc \
9                lang/class_list.cc \
10                data/data_tank.cc \
11                util/substring.cc \
12                util/color.cc \
13                util/helper_functions.cc \
14                util/multi_type.cc \
15                util/executor/executor.cc
16
17noinst_HEADERS = \
18                coord/p_node.h \
19                lang/base_object.h \
20                data/data_tank.h \
21                graphics/render2D/element_2d.h \
22                graphics/render2D/render_2d.h \
23                lang/class_list.h \
24                util/substring.h \
25                util/array.h \
26                util/list.h \
27                util/t_stack.h \
28                util/color.h \
29                util/helper_functions.h \
30                util/multi_type.h \
31                util/executor/executor.h \
32                util/executor/executor_specials.h \
33                util/executor/functor_list.h \
34                util/count_pointer.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.