source:
orxonox.OLD/trunk/src/lib/graphics/importer/Makefile.am
@
5452
Last change on this file since 5452 was 5452, checked in by bensch, 19 years ago | |
---|---|
File size: 636 bytes |
Line | |
---|---|
1 | MAINSRCDIR=../../.. |
2 | include $(MAINSRCDIR)/defs/include_paths.am |
3 | |
4 | pkglib_LTLIBRARIES = libORXimporter.la |
5 | |
6 | libORXimporter_la_SOURCES = model.cc \ |
7 | objModel.cc \ |
8 | primitive_model.cc \ |
9 | md2Model.cc \ |
10 | material.cc \ |
11 | texture.cc |
12 | |
13 | |
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.