source:
orxonox.OLD/trunk/src/lib/Makefile.am
@
7489
Last change on this file since 7489 was 7422, checked in by bensch, 19 years ago | |
---|---|
File size: 1.4 KB |
Rev | Line | |
---|---|---|
[5349] | 1 | MAINSRCDIR=.. |
2 | include $(MAINSRCDIR)/defs/include_paths.am | |
3 | ||
[5463] | 4 | noinst_LIBRARIES = libORXlibs.a |
[5349] | 5 | |
[7033] | 6 | libORXlibs_a_SOURCES = \ |
7 | lang/base_object.cc \ | |
8 | lang/class_list.cc \ | |
[7165] | 9 | \ |
[7163] | 10 | coord/p_node.cc \ |
[7165] | 11 | \ |
[7033] | 12 | util/substring.cc \ |
13 | util/color.cc \ | |
14 | util/helper_functions.cc \ | |
15 | util/multi_type.cc \ | |
[7163] | 16 | util/executor/executor.cc \ |
[7165] | 17 | \ |
[7193] | 18 | util/loading/resource_manager.cc \ |
19 | util/loading/resource.cc \ | |
20 | util/loading/game_loader.cc \ | |
21 | util/loading/load_param.cc \ | |
22 | util/loading/load_param_description.cc \ | |
23 | util/loading/factory.cc \ | |
24 | util/loading/dynamic_loader.cc \ | |
[7256] | 25 | util/preferences.cc \ |
[7329] | 26 | util/threading.cc \ |
[7193] | 27 | \ |
[7163] | 28 | data/data_tank.cc |
[5349] | 29 | |
[7033] | 30 | noinst_HEADERS = \ |
31 | lang/base_object.h \ | |
32 | lang/class_list.h \ | |
[7165] | 33 | \ |
34 | coord/p_node.h \ | |
35 | \ | |
[7033] | 36 | util/substring.h \ |
[7164] | 37 | util/multi_type.h \ |
[7033] | 38 | util/color.h \ |
39 | util/helper_functions.h \ | |
40 | util/executor/executor.h \ | |
41 | util/executor/executor_specials.h \ | |
42 | util/executor/functor_list.h \ | |
[7256] | 43 | util/preferences.h \ |
[7329] | 44 | util/threading.h \ |
[7422] | 45 | util/osdir.h \ |
[7193] | 46 | \ |
47 | util/loading/resource_manager.h \ | |
48 | util/loading/resource.h \ | |
49 | util/loading/game_loader.h \ | |
50 | util/loading/load_param.h \ | |
51 | util/loading/load_param_description.h \ | |
52 | util/loading/factory.h \ | |
53 | util/loading/dynamic_loader.h \ | |
54 | \ | |
[7163] | 55 | util/count_pointer.h \ |
[7164] | 56 | util/list.h \ |
[7165] | 57 | \ |
[7193] | 58 | \ |
[7165] | 59 | data/data_tank.h |
[5349] | 60 | |
[7033] | 61 | SUBDIRS = \ |
[7221] | 62 | . \ |
[7033] | 63 | math \ |
64 | graphics \ | |
65 | sound \ | |
66 | event \ | |
67 | physics \ | |
68 | particles \ | |
69 | collision_detection \ | |
70 | network \ | |
71 | parser \ | |
72 | shell \ | |
[7221] | 73 | gui |
Note: See TracBrowser
for help on using the repository browser.