Line | |
---|
1 | MAINSRCDIR=.. |
---|
2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
3 | |
---|
4 | noinst_LIBRARIES = libORXlibs.a |
---|
5 | |
---|
6 | libORXlibs_a_SOURCES = \ |
---|
7 | coord/p_node.cc \ |
---|
8 | lang/base_object.cc \ |
---|
9 | lang/class_list.cc \ |
---|
10 | data/data_tank.cc \ |
---|
11 | util/substring.cc \ |
---|
12 | util/color.cc \ |
---|
13 | util/helper_functions.cc \ |
---|
14 | util/multi_type.cc \ |
---|
15 | util/executor/executor.cc |
---|
16 | |
---|
17 | noinst_HEADERS = \ |
---|
18 | coord/p_node.h \ |
---|
19 | lang/base_object.h \ |
---|
20 | data/data_tank.h \ |
---|
21 | graphics/render2D/element_2d.h \ |
---|
22 | graphics/render2D/render_2d.h \ |
---|
23 | lang/class_list.h \ |
---|
24 | util/substring.h \ |
---|
25 | util/array.h \ |
---|
26 | util/list.h \ |
---|
27 | util/t_stack.h \ |
---|
28 | util/color.h \ |
---|
29 | util/helper_functions.h \ |
---|
30 | util/multi_type.h \ |
---|
31 | util/executor/executor.h \ |
---|
32 | util/executor/executor_specials.h \ |
---|
33 | util/executor/functor_list.h \ |
---|
34 | util/count_pointer.h |
---|
35 | |
---|
36 | SUBDIRS = \ |
---|
37 | math \ |
---|
38 | graphics \ |
---|
39 | sound \ |
---|
40 | event \ |
---|
41 | physics \ |
---|
42 | particles \ |
---|
43 | collision_detection \ |
---|
44 | network \ |
---|
45 | parser \ |
---|
46 | shell \ |
---|
47 | gui \ |
---|
48 | . |
---|
Note: See
TracBrowser
for help on using the repository browser.