Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

merge

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