Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/new_class_id/src/lib/util/Makefile.am @ 9861

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

Changed the ShellBuffer to DebugBuffer, as the dependency is only one way, and it makes no sense for the rest of Orxonox Modules to know the Shell

File size: 1.6 KB
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = \
5                libORXlibutil.a \
6                libORXexecutor.a
7
8libORXexecutor_a_SOURCES = \
9                executor/executor_substring.cc
10
11libORXlibutil_a_SOURCES = \
12                substring.cc \
13                color.cc \
14                helper_functions.cc \
15                multi_type.cc \
16                debug_buffer.cc \
17                \
18                loading/resource_manager.cc \
19                loading/resource.cc \
20                loading/game_loader.cc \
21                loading/load_param.cc \
22                loading/load_param_description.cc \
23                loading/load_param_class_description.cc \
24                loading/factory.cc \
25                loading/fast_factory.cc \
26                \
27                filesys/file.cc \
28                filesys/directory.cc \
29                filesys/net_link.cc \
30                \
31                threading.cc \
32                timer.cc
33
34#               loading/dynamic_loader.cc
35
36
37noinst_HEADERS = \
38                substring.h \
39                multi_type.h \
40                color.h \
41                helper_functions.h \
42                debug.h \
43                debug_buffer.h \
44                \
45                \
46                executor/executor.h \
47                executor/executor_xml.h \
48                executor/executor_substring.h \
49                executor/executor_generic.h \
50                executor/executor_member.h \
51                executor/executor_const_member.h \
52                executor/executor_static.h \
53                \
54                executor/functor_list.h \
55                executor/functor_generic.h \
56                executor/functor_member.h \
57                executor/functor_const_member.h \
58                executor/functor_static.h \
59                \
60                \
61                filesys/file.h \
62                filesys/directory.h \
63                filesys/net_link.h \
64                \
65                threading.h \
66                timer.h \
67                \
68                loading/resource_manager.h \
69                loading/resource.h \
70                loading/game_loader.h \
71                loading/load_param.h \
72                loading/load_param_xml.h \
73                loading/load_param_description.h \
74                loading/load_param_class_description.h \
75                loading/factory.h \
76                loading/fast_factory.h \
77                loading/dynamic_loader.h \
78                \
79                count_pointer.h \
80                list.h
Note: See TracBrowser for help on using the repository browser.