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 | |
---|
18 | libtc_a_SOURCES = tc.cc |
---|
19 | |
---|
20 | |
---|
21 | noinst_HEADERS = model.h \ |
---|
22 | tc.h \ |
---|
23 | vertex_array_model.h \ |
---|
24 | grid.h \ |
---|
25 | static_model.h \ |
---|
26 | objModel.h \ |
---|
27 | primitive_model.h \ |
---|
28 | md2Model.h \ |
---|
29 | material.h \ |
---|
30 | texture.h \ |
---|
31 | texture_sequence.h \ |
---|
32 | height_map.h \ |
---|
33 | anorms.h \ |
---|
34 | anormtab.h |
---|
Note: See
TracBrowser
for help on using the repository browser.