Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/newModel/src/lib/graphics/importer/Makefile.am @ 6021

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

newModel new static_model class added

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