|
Last change
on this file since 5803 was
5463,
checked in by bensch, 20 years ago
|
|
orxonox/trunk: removed LIBTOOL again
|
|
File size:
627 bytes
|
| Line | |
|---|
| 1 | MAINSRCDIR=../../.. |
|---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
|---|
| 3 | |
|---|
| 4 | noinst_LIBRARIES = libORXimporter.a |
|---|
| 5 | |
|---|
| 6 | libORXimporter_a_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.