Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/graphics/importer/Makefile.am @ 6308

Last change on this file since 6308 was 6308, checked in by bensch, 18 years ago

orxonox/trunk: added tc a library to convert Vertice-Melanges into VertexArrayStrips. Also implemented it partly in the VertexArrayModel-class…. testing

File size: 947 bytes
Line 
1MAINSRCDIR=../../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXimporter.a
5
6libORXimporter_a_SOURCES = model.cc \
7                           tc.c \
8                           vertex_array_model.cc \
9                           static_model.cc \
10                           objModel.cc \
11                           primitive_model.cc \
12                           md2Model.cc \
13                           material.cc \
14                           texture.cc \
15                           texture_sequence.cc \
16                           height_map.cc
17
18
19
20noinst_HEADERS = model.h \
21                 tc.h \
22                 vertex_array_model.h \
23                 static_model.h \
24                 objModel.h \
25                 primitive_model.h \
26                 md2Model.h \
27                 material.h \
28                 texture.h \
29                 texture_sequence.h \
30                 height_map.h \
31                 anorms.h \
32                 anormtab.h
Note: See TracBrowser for help on using the repository browser.