Line | |
---|
1 | MAINSRCDIR=../.. |
---|
2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
3 | |
---|
4 | noinst_LIBRARIES = libORXlibutil.a |
---|
5 | |
---|
6 | libORXlibutil_a_SOURCES = \ |
---|
7 | substring.cc \ |
---|
8 | color.cc \ |
---|
9 | helper_functions.cc \ |
---|
10 | multi_type.cc \ |
---|
11 | executor/executor.cc \ |
---|
12 | \ |
---|
13 | loading/resource_manager.cc \ |
---|
14 | loading/resource.cc \ |
---|
15 | loading/game_loader.cc \ |
---|
16 | loading/load_param.cc \ |
---|
17 | loading/load_param_description.cc \ |
---|
18 | loading/factory.cc \ |
---|
19 | loading/dynamic_loader.cc \ |
---|
20 | preferences.cc |
---|
21 | |
---|
22 | |
---|
23 | |
---|
24 | noinst_HEADERS = \ |
---|
25 | substring.h \ |
---|
26 | multi_type.h \ |
---|
27 | color.h \ |
---|
28 | helper_functions.h \ |
---|
29 | executor/executor.h \ |
---|
30 | executor/executor_specials.h \ |
---|
31 | executor/functor_list.h \ |
---|
32 | preferences.h \ |
---|
33 | \ |
---|
34 | loading/resource_manager.h \ |
---|
35 | loading/resource.h \ |
---|
36 | loading/game_loader.h \ |
---|
37 | loading/load_param.h \ |
---|
38 | loading/load_param_description.h \ |
---|
39 | loading/factory.h \ |
---|
40 | loading/dynamic_loader.h \ |
---|
41 | \ |
---|
42 | count_pointer.h \ |
---|
43 | list.h |
---|
44 | |
---|
Note: See
TracBrowser
for help on using the repository browser.