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