Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

trunk: static and const calls all work

File size: 1.5 KB
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                \
10                coord/p_node.cc \
11                \
12                util/substring.cc \
13                util/color.cc \
14                util/helper_functions.cc \
15                util/multi_type.cc \
16                util/executor/executor.cc \
17                \
18                util/loading/resource_manager.cc \
19                util/loading/resource.cc \
20                util/loading/game_loader.cc \
21                util/loading/load_param.cc \
22                util/loading/load_param_description.cc \
23                util/loading/factory.cc \
24                util/loading/dynamic_loader.cc \
25                util/preferences.cc \
26                util/threading.cc \
27                util/file.cc \
28                util/directory.cc \
29                \
30                data/data_tank.cc
31
32noinst_HEADERS = \
33                lang/base_object.h \
34                lang/class_list.h \
35                \
36                coord/p_node.h \
37                \
38                util/substring.h \
39                util/multi_type.h \
40                util/color.h \
41                util/helper_functions.h \
42                util/executor/executor.h \
43                util/executor/executor_functional.h \
44                util/executor/executor_specials.h \
45                util/executor/functor_list.h \
46                util/preferences.h \
47                util/threading.h \
48                util/file.h \
49                util/directory.h \
50                \
51                util/loading/resource_manager.h \
52                util/loading/resource.h \
53                util/loading/game_loader.h \
54                util/loading/load_param.h \
55                util/loading/load_param_description.h \
56                util/loading/factory.h \
57                util/loading/dynamic_loader.h \
58                \
59                util/count_pointer.h \
60                util/list.h \
61                \
62                \
63                data/data_tank.h
64
65SUBDIRS = \
66        . \
67        math \
68        graphics \
69        sound \
70        event \
71        physics \
72        particles \
73        collision_detection \
74        network \
75        parser \
76        shell \
77        gui
Note: See TracBrowser for help on using the repository browser.