Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/bsp_model/src/lib/graphics/importer/Makefile.am @ 8456

Last change on this file since 8456 was 8439, checked in by patrick, 18 years ago

bsp: md3 model data read in as it seams correctly. no drawing yet! interactive model introduced

File size: 1.9 KB
Line 
1MAINSRCDIR=../../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXimporter.a libtc.a
5
6libORXimporter_a_SOURCES = model.cc \
7                           interactive_model.cc \
8                           md_model_structure.cc \
9                           vertex_array_model.cc \
10                           grid.cc \
11                           static_model.cc \
12                           objModel.cc \
13                           primitive_model.cc \
14                           material.cc \
15                           texture.cc \
16                           texture_sequence.cc \
17                           height_map.cc \
18                           media_container.cc \
19                           movie_player.cc \
20                           \
21                           bsp_manager.cc \
22                           bsp_file.cc \
23                           bsp_tree_node.cc \
24                           bsp_tree_leaf.cc \
25                           \
26                           md2/md2Model.cc \
27                           \
28                           md3/md3_model.cc \
29                           md3/md3_animation.cc \
30                           md3/md3_bone_frame.cc \
31                           md3/md3_mesh.cc \
32                           md3/md3_data.cc \
33                           md3/md3_tag.cc
34
35
36
37libtc_a_SOURCES  = tc.cc
38
39
40noinst_HEADERS = \
41                model.h \
42                interactive_model.h \
43                md_model_structure.cc \
44                tc.h \
45                vertex_array_model.h \
46                grid.h \
47                static_model.h \
48                objModel.h \
49                primitive_model.h \
50                material.h \
51                texture.h \
52                texture_sequence.h \
53                height_map.h \
54                anorms.h \
55                anormtab.h \
56                media_container.h \
57                movie_player.h\
58                \
59                bsp_manager.h \
60                bsp_file.h \
61                bsp_tree_node.h \
62                bsp_tree_leaf.h \
63                \
64                md2/md2Model.h \
65                \
66                md3/md3_model.h \
67                md3/md3_animation.h \
68                md3/md3_bone_frame.h \
69                md3/md3_mesh.h \
70                md3/md3_data.h \
71                md3/md3_tag.h
72
Note: See TracBrowser for help on using the repository browser.