Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

some movement

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