Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 6323 was 5939, checked in by hdavid, 18 years ago

branches/avi_file: created movie_player files

File size: 878 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                           media_container.cc \
14                           movie_player.cc
15
16
17
18noinst_HEADERS = abstract_model.h \
19                 model.h \
20                 objModel.h \
21                 primitive_model.h \
22                 md2Model.h \
23                 material.h \
24                 texture.h \
25                 texture_sequence.h \
26                 anorms.h \
27                 anormtab.h \
28                 media_container.h \
29                 movie_player.h
Note: See TracBrowser for help on using the repository browser.