Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: introducing multiframe-texture

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