source:
orxonox.OLD/trunk/src/lib/graphics/importer/Makefile.am
@
5759
Last change on this file since 5759 was 5463, checked in by bensch, 19 years ago | |
---|---|
File size: 627 bytes |
Rev | Line | |
---|---|---|
[3487] | 1 | MAINSRCDIR=../../.. |
[4564] | 2 | include $(MAINSRCDIR)/defs/include_paths.am |
[3479] | 3 | |
[5463] | 4 | noinst_LIBRARIES = libORXimporter.a |
[2755] | 5 | |
[5463] | 6 | libORXimporter_a_SOURCES = model.cc \ |
7 | objModel.cc \ | |
8 | primitive_model.cc \ | |
9 | md2Model.cc \ | |
10 | material.cc \ | |
11 | texture.cc | |
[2755] | 12 | |
[4264] | 13 | |
[4564] | 14 | |
15 | noinst_HEADERS = abstract_model.h \ | |
16 | model.h \ | |
17 | objModel.h \ | |
18 | primitive_model.h \ | |
19 | md2Model.h \ | |
20 | material.h \ | |
21 | texture.h \ | |
22 | anorms.h \ | |
23 | anormtab.h |
Note: See TracBrowser
for help on using the repository browser.