Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: merged branches/movie_play to the trunk. no conflicts, but a minor virtual function BUG

File size: 1.2 KB
Line 
1MAINSRCDIR=../../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXimporter.a libtc.a
5
6libORXimporter_a_SOURCES = model.cc \
7                           vertex_array_model.cc \
8                           grid.cc \
9                           static_model.cc \
10                           objModel.cc \
11                           primitive_model.cc \
12                           md2Model.cc \
13                           material.cc \
14                           texture.cc \
15                           texture_sequence.cc \
16                           height_map.cc \
17                           media_container.cc \
18                           movie_player.cc
19
20libtc_a_SOURCES  = tc.cc
21
22
23noinst_HEADERS = model.h \
24                 tc.h \
25                 vertex_array_model.h \
26                 grid.h \
27                 static_model.h \
28                 objModel.h \
29                 primitive_model.h \
30                 md2Model.h \
31                 material.h \
32                 texture.h \
33                 texture_sequence.h \
34                 height_map.h \
35                 anorms.h \
36                 anormtab.h \
37                 media_container.h \
38                 movie_player.h
Note: See TracBrowser for help on using the repository browser.