Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/new_class_id/src/lib/graphics/importer/Makefile.am @ 9829

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

new static_model_data added

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