source:
orxonox.OLD/trunk/src/lib/graphics/importer/Makefile.am
@
9025
| Last change on this file since 9025 was 8724, checked in by bensch, 19 years ago | |
|---|---|
| File size: 2.3 KB | |
| Rev | Line | |
|---|---|---|
| [3487] | 1 | MAINSRCDIR=../../.. |
| [4564] | 2 | include $(MAINSRCDIR)/defs/include_paths.am |
| [3479] | 3 | |
| [6309] | 4 | noinst_LIBRARIES = libORXimporter.a libtc.a |
| [2755] | 5 | |
| [6022] | 6 | libORXimporter_a_SOURCES = model.cc \ |
| [8490] | 7 | interactive_model.cc \ |
| 8 | md_model_structure.cc \ | |
| [6010] | 9 | vertex_array_model.cc \ |
| [6446] | 10 | grid.cc \ |
| [6022] | 11 | static_model.cc \ |
| [5463] | 12 | objModel.cc \ |
| 13 | primitive_model.cc \ | |
| [8363] | 14 | height_map.cc \ |
| 15 | bsp_manager.cc \ | |
| 16 | bsp_file.cc \ | |
| 17 | bsp_tree_node.cc \ | |
| 18 | bsp_tree_leaf.cc \ | |
| 19 | \ | |
| [5463] | 20 | material.cc \ |
| [5858] | 21 | texture.cc \ |
| [8363] | 22 | texture_data.cc \ |
| [6100] | 23 | texture_sequence.cc \ |
| [6532] | 24 | media_container.cc \ |
| [8490] | 25 | movie_player.cc \ |
| 26 | \ | |
| 27 | bsp_manager.cc \ | |
| 28 | bsp_file.cc \ | |
| 29 | bsp_tree_node.cc \ | |
| 30 | bsp_tree_leaf.cc \ | |
| 31 | \ | |
| 32 | md2/md2Model.cc \ | |
| 33 | \ | |
| 34 | md3/md3_model.cc \ | |
| 35 | md3/md3_animation.cc \ | |
| [8724] | 36 | md3/md3_animation_cfg.cc \ |
| [8490] | 37 | md3/md3_bone_frame.cc \ |
| 38 | md3/md3_mesh.cc \ | |
| 39 | md3/md3_data.cc \ | |
| 40 | md3/md3_tag.cc | |
| [2755] | 41 | |
| [8186] | 42 | |
| 43 | ||
| [8363] | 44 | |
| [6455] | 45 | libtc_a_SOURCES = tc.cc |
| [4264] | 46 | |
| [4564] | 47 | |
| [8186] | 48 | noinst_HEADERS = \ |
| 49 | model.h \ | |
| [8490] | 50 | interactive_model.h \ |
| 51 | md_model_structure.cc \ | |
| [8186] | 52 | tc.h \ |
| 53 | vertex_array_model.h \ | |
| 54 | grid.h \ | |
| 55 | static_model.h \ | |
| 56 | objModel.h \ | |
| 57 | primitive_model.h \ | |
| [8363] | 58 | anorms.h \ |
| 59 | anormtab.h \ | |
| 60 | height_map.h \ | |
| 61 | \ | |
| [8186] | 62 | material.h \ |
| 63 | texture.h \ | |
| [8363] | 64 | texture_data.h \ |
| [8186] | 65 | texture_sequence.h \ |
| [8363] | 66 | \ |
| [8186] | 67 | media_container.h \ |
| 68 | movie_player.h\ | |
| 69 | \ | |
| 70 | bsp_manager.h \ | |
| 71 | bsp_file.h \ | |
| 72 | bsp_tree_node.h \ | |
| [8490] | 73 | bsp_tree_leaf.h \ |
| 74 | \ | |
| 75 | md2/md2Model.h \ | |
| 76 | \ | |
| 77 | md3/md3_model.h \ | |
| 78 | md3/md3_animation.h \ | |
| [8724] | 79 | md3/md3_animation_cfg.h \ |
| [8490] | 80 | md3/md3_bone_frame.h \ |
| 81 | md3/md3_mesh.h \ | |
| 82 | md3/md3_data.h \ | |
| 83 | md3/md3_tag.h | |
| 84 |
Note: See TracBrowser
for help on using the repository browser.










