Line | |
---|
1 | MAINSRCDIR=../.. |
---|
2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
3 | |
---|
4 | noinst_LIBRARIES = \ |
---|
5 | libORXlibutil.a \ |
---|
6 | libORXexecutor.a |
---|
7 | |
---|
8 | libORXexecutor_a_SOURCES = \ |
---|
9 | executor/executor_substring.cc |
---|
10 | |
---|
11 | libORXlibutil_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 | |
---|
37 | noinst_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.