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