Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

first try to make the MD2-model a Resource… it looks quite funny… seems like everything gets loaded, but totally wrong :)

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                objModel.cc \
14                primitive_model.cc \
15                height_map.cc \
16                bsp_manager.cc \
17                bsp_file.cc \
18                bsp_tree_node.cc \
19                bsp_tree_leaf.cc \
20                \
21                material.cc \
22                texture.cc \
23                texture_data.cc \
24                resource_texture.cc \
25                texture_sequence.cc \
26                media_container.cc \
27                movie_player.cc \
28                \
29                bsp_manager.cc \
30                bsp_file.cc \
31                bsp_tree_node.cc \
32                bsp_tree_leaf.cc \
33                \
34                md2/md2Model.cc \
35                md2/resource_md2.cc \
36                \
37                md3/md3_model.cc \
38                md3/md3_animation.cc \
39                md3/md3_animation_cfg.cc \
40                md3/md3_bone_frame.cc \
41                md3/md3_mesh.cc \
42                md3/md3_data.cc \
43                md3/md3_tag.cc
44
45
46
47
48libtc_a_SOURCES  = tc.cc
49
50
51noinst_HEADERS = \
52                model.h \
53                interactive_model.h \
54                md_model_structure.cc \
55                tc.h \
56                vertex_array_model.h \
57                grid.h \
58                static_model.h \
59                objModel.h \
60                primitive_model.h \
61                anorms.h \
62                anormtab.h \
63                height_map.h \
64                \
65                material.h \
66                texture.h \
67                texture_data.h \
68                resource_texture.h \
69                texture_sequence.h \
70                \
71                media_container.h \
72                movie_player.h\
73                \
74                bsp_manager.h \
75                bsp_file.h \
76                bsp_tree_node.h \
77                bsp_tree_leaf.h \
78                \
79                md2/md2Model.h \
80                md2/resource_md2.h \
81                \
82                md3/md3_model.h \
83                md3/md3_animation.h \
84                md3/md3_animation_cfg.h \
85                md3/md3_bone_frame.h \
86                md3/md3_mesh.h \
87                md3/md3_data.h \
88                md3/md3_tag.h
89
Note: See TracBrowser for help on using the repository browser.