source:
orxonox.OLD/trunk/src/lib/graphics/importer/Makefile.am
@
6347
Last change on this file since 6347 was 6309, checked in by bensch, 19 years ago | |
---|---|
File size: 966 bytes |
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 \ |
[6022] | 8 | static_model.cc \ |
[5463] | 9 | objModel.cc \ |
10 | primitive_model.cc \ | |
11 | md2Model.cc \ | |
12 | material.cc \ | |
[5858] | 13 | texture.cc \ |
[6100] | 14 | texture_sequence.cc \ |
15 | height_map.cc | |
[2755] | 16 | |
[6309] | 17 | libtc_a_SOURCES = tc.c |
[4264] | 18 | |
[4564] | 19 | |
[6022] | 20 | noinst_HEADERS = model.h \ |
[6308] | 21 | tc.h \ |
[6010] | 22 | vertex_array_model.h \ |
[6022] | 23 | static_model.h \ |
[4564] | 24 | objModel.h \ |
25 | primitive_model.h \ | |
26 | md2Model.h \ | |
27 | material.h \ | |
28 | texture.h \ | |
[5861] | 29 | texture_sequence.h \ |
[6100] | 30 | height_map.h \ |
[4564] | 31 | anorms.h \ |
[6308] | 32 | anormtab.h |
Note: See TracBrowser
for help on using the repository browser.