source:
orxonox.OLD/trunk/src/lib/graphics/importer/Makefile.am
@
6809
Last change on this file since 6809 was 6532, checked in by bensch, 19 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 \ | |
18 | movie_player.cc | |
[2755] | 19 | |
[6455] | 20 | libtc_a_SOURCES = tc.cc |
[4264] | 21 | |
[4564] | 22 | |
[6022] | 23 | noinst_HEADERS = model.h \ |
[6308] | 24 | tc.h \ |
[6010] | 25 | vertex_array_model.h \ |
[6446] | 26 | grid.h \ |
[6022] | 27 | static_model.h \ |
[4564] | 28 | objModel.h \ |
29 | primitive_model.h \ | |
30 | md2Model.h \ | |
31 | material.h \ | |
32 | texture.h \ | |
[5861] | 33 | texture_sequence.h \ |
[6100] | 34 | height_map.h \ |
[4564] | 35 | anorms.h \ |
[6532] | 36 | anormtab.h \ |
37 | media_container.h \ | |
38 | movie_player.h |
Note: See TracBrowser
for help on using the repository browser.