Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/avi_play/src/lib/graphics/importer/Makefile.am @ 5924

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

orxonox/branches/avi_play: merged the Trunk back into the branche avi_play again

merged with command svn merge ../trunk/ avi_play/ -r5845:HEAD
no conflicts

File size: 714 bytes
Line 
1MAINSRCDIR=../../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXimporter.a
5
6libORXimporter_a_SOURCES = model.cc \
7                           objModel.cc \
8                           primitive_model.cc \
9                           md2Model.cc \
10                           material.cc \
11                           texture.cc \
12                           texture_sequence.cc
13
14
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 \
23                 texture_sequence.h \
24                 anorms.h \
25                 anormtab.h
Note: See TracBrowser for help on using the repository browser.