source:
orxonox.OLD/trunk/src/lib/graphics/importer/Makefile.am
@
6004
| Last change on this file since 6004 was 5861, checked in by bensch, 20 years ago | |
|---|---|
| File size: 714 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 \ | |
| [5858] | 11 | texture.cc \ |
| [5861] | 12 | texture_sequence.cc |
| [2755] | 13 | |
| [4264] | 14 | |
| [4564] | 15 | |
| 16 | noinst_HEADERS = abstract_model.h \ | |
| 17 | model.h \ | |
| 18 | objModel.h \ | |
| 19 | primitive_model.h \ | |
| 20 | md2Model.h \ | |
| 21 | material.h \ | |
| 22 | texture.h \ | |
| [5861] | 23 | texture_sequence.h \ |
| [4564] | 24 | anorms.h \ |
| 25 | anormtab.h |
Note: See TracBrowser
for help on using the repository browser.










