Line | |
---|
1 | MAINSRCDIR=../../.. |
---|
2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
3 | |
---|
4 | noinst_LIBRARIES = libORXimporter.a libtc.a |
---|
5 | |
---|
6 | libORXimporter_a_SOURCES = model.cc \ |
---|
7 | vertex_array_model.cc \ |
---|
8 | grid.cc \ |
---|
9 | static_model.cc \ |
---|
10 | objModel.cc \ |
---|
11 | primitive_model.cc \ |
---|
12 | md2Model.cc \ |
---|
13 | material.cc \ |
---|
14 | texture.cc \ |
---|
15 | texture_sequence.cc \ |
---|
16 | height_map.cc \ |
---|
17 | media_container.cc \ |
---|
18 | movie_player.cc \ |
---|
19 | bsp_tree_node.cc \ |
---|
20 | bsp_file.cc \ |
---|
21 | bsp_manager.cc |
---|
22 | |
---|
23 | libtc_a_SOURCES = tc.cc |
---|
24 | |
---|
25 | |
---|
26 | noinst_HEADERS = model.h \ |
---|
27 | tc.h \ |
---|
28 | vertex_array_model.h \ |
---|
29 | grid.h \ |
---|
30 | static_model.h \ |
---|
31 | objModel.h \ |
---|
32 | primitive_model.h \ |
---|
33 | md2Model.h \ |
---|
34 | material.h \ |
---|
35 | texture.h \ |
---|
36 | texture_sequence.h \ |
---|
37 | height_map.h \ |
---|
38 | anorms.h \ |
---|
39 | anormtab.h \ |
---|
40 | media_container.h \ |
---|
41 | movie_player.h \ |
---|
42 | bsp_tree_node.h \ |
---|
43 | bsp_file.h \ |
---|
44 | bsp_manager.h |
---|
Note: See
TracBrowser
for help on using the repository browser.