Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added new_resource_manager

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                \
17                loading/resource_manager.cc \
18                loading/new_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                preferences.cc \
32                threading.cc \
33                timer.cc
34
35#               loading/dynamic_loader.cc
36
37
38noinst_HEADERS = \
39                substring.h \
40                multi_type.h \
41                color.h \
42                helper_functions.h \
43                \
44                \
45                executor/executor.h \
46                executor/executor_xml.h \
47                executor/executor_substring.h \
48                executor/executor_generic.h \
49                executor/executor_member.h \
50                executor/executor_const_member.h \
51                executor/executor_static.h \
52                \
53                executor/functor_list.h \
54                executor/functor_generic.h \
55                executor/functor_member.h \
56                executor/functor_const_member.h \
57                executor/functor_static.h \
58                \
59                \
60                filesys/file.h \
61                filesys/directory.h \
62                filesys/net_link.h \
63                \
64                preferences.h \
65                threading.h \
66                timer.h \
67                \
68                loading/resource_manager.h \
69                loading/new_resource_manager.h \
70                loading/resource.h \
71                loading/game_loader.h \
72                loading/load_param.h \
73                loading/load_param_xml.h \
74                loading/load_param_description.h \
75                loading/load_param_class_description.h \
76                loading/factory.h \
77                loading/fast_factory.h \
78                loading/dynamic_loader.h \
79                \
80                count_pointer.h \
81                list.h
Note: See TracBrowser for help on using the repository browser.