Last change
on this file since 7215 was
7193,
checked in by bensch, 19 years ago
|
orxonox/trunk: new style for resources (prework/movement)
|
File size:
1.3 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 \ |
---|
| 25 | \ |
---|
[7163] | 26 | data/data_tank.cc |
---|
[5349] | 27 | |
---|
[7033] | 28 | noinst_HEADERS = \ |
---|
| 29 | lang/base_object.h \ |
---|
| 30 | lang/class_list.h \ |
---|
[7165] | 31 | \ |
---|
| 32 | coord/p_node.h \ |
---|
| 33 | \ |
---|
[7033] | 34 | util/substring.h \ |
---|
[7164] | 35 | util/multi_type.h \ |
---|
[7033] | 36 | util/color.h \ |
---|
| 37 | util/helper_functions.h \ |
---|
| 38 | util/executor/executor.h \ |
---|
| 39 | util/executor/executor_specials.h \ |
---|
| 40 | util/executor/functor_list.h \ |
---|
[7193] | 41 | \ |
---|
| 42 | util/loading/resource_manager.h \ |
---|
| 43 | util/loading/resource.h \ |
---|
| 44 | util/loading/game_loader.h \ |
---|
| 45 | util/loading/load_param.h \ |
---|
| 46 | util/loading/load_param_description.h \ |
---|
| 47 | util/loading/factory.h \ |
---|
| 48 | util/loading/dynamic_loader.h \ |
---|
| 49 | \ |
---|
[7163] | 50 | util/count_pointer.h \ |
---|
[7164] | 51 | util/list.h \ |
---|
[7165] | 52 | \ |
---|
[7193] | 53 | \ |
---|
[7165] | 54 | data/data_tank.h |
---|
[5349] | 55 | |
---|
[7033] | 56 | SUBDIRS = \ |
---|
| 57 | math \ |
---|
| 58 | graphics \ |
---|
| 59 | sound \ |
---|
| 60 | event \ |
---|
| 61 | physics \ |
---|
| 62 | particles \ |
---|
| 63 | collision_detection \ |
---|
| 64 | network \ |
---|
| 65 | parser \ |
---|
| 66 | shell \ |
---|
| 67 | gui \ |
---|
| 68 | . |
---|
Note: See
TracBrowser
for help on using the repository browser.