source:
orxonox.OLD/trunk/src/lib/graphics/importer/Makefile.am
@
8427
Last change on this file since 8427 was 8363, checked in by bensch, 18 years ago | |
---|---|
File size: 1.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 \ |
[6010] | 7 | vertex_array_model.cc \ |
[6446] | 8 | grid.cc \ |
[6022] | 9 | static_model.cc \ |
[5463] | 10 | objModel.cc \ |
11 | primitive_model.cc \ | |
12 | md2Model.cc \ | |
[8363] | 13 | height_map.cc \ |
14 | bsp_manager.cc \ | |
15 | bsp_file.cc \ | |
16 | bsp_tree_node.cc \ | |
17 | bsp_tree_leaf.cc \ | |
18 | \ | |
[5463] | 19 | material.cc \ |
[5858] | 20 | texture.cc \ |
[8363] | 21 | texture_data.cc \ |
[6100] | 22 | texture_sequence.cc \ |
[6532] | 23 | media_container.cc \ |
[8363] | 24 | movie_player.cc |
[2755] | 25 | |
[8186] | 26 | |
27 | ||
[8363] | 28 | |
[6455] | 29 | libtc_a_SOURCES = tc.cc |
[4264] | 30 | |
[4564] | 31 | |
[8186] | 32 | noinst_HEADERS = \ |
33 | model.h \ | |
34 | tc.h \ | |
35 | vertex_array_model.h \ | |
36 | grid.h \ | |
37 | static_model.h \ | |
38 | objModel.h \ | |
39 | primitive_model.h \ | |
40 | md2Model.h \ | |
[8363] | 41 | anorms.h \ |
42 | anormtab.h \ | |
43 | height_map.h \ | |
44 | \ | |
[8186] | 45 | material.h \ |
46 | texture.h \ | |
[8363] | 47 | texture_data.h \ |
[8186] | 48 | texture_sequence.h \ |
[8363] | 49 | \ |
[8186] | 50 | media_container.h \ |
51 | movie_player.h\ | |
52 | \ | |
53 | bsp_manager.h \ | |
54 | bsp_file.h \ | |
55 | bsp_tree_node.h \ | |
56 | bsp_tree_leaf.h |
Note: See TracBrowser
for help on using the repository browser.