Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: merged the NewModel branche back to the trunk.
merged with command
svn merge branches/newModel/ trunk/ -r 6016:HEAD
no conflicts

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