Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5968 was 5861, checked in by bensch, 19 years ago

trunk: renaming to TextureSequence

File size: 714 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 \
[5861]12                           texture_sequence.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 \
[5861]23                 texture_sequence.h \
[4564]24                 anorms.h \
25                 anormtab.h
Note: See TracBrowser for help on using the repository browser.