Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

branches/avi_file: created media_container files

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