Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

trunk: merged the branche bsp_model back here

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                           \
20                           bsp_manager.cc \
21                           bsp_file.cc \
22                           bsp_tree_node.cc \
23                           bsp_tree_leaf.cc
24
25
26
27libtc_a_SOURCES  = tc.cc
28
29
30noinst_HEADERS = \
31                model.h \
32                tc.h \
33                vertex_array_model.h \
34                grid.h \
35                static_model.h \
36                objModel.h \
37                primitive_model.h \
38                md2Model.h \
39                material.h \
40                texture.h \
41                texture_sequence.h \
42                height_map.h \
43                anorms.h \
44                anormtab.h \
45                media_container.h \
46                movie_player.h\
47                \
48                bsp_manager.h \
49                bsp_file.h \
50                bsp_tree_node.h \
51                bsp_tree_leaf.h
Note: See TracBrowser for help on using the repository browser.