Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added new resource_texture class, that should be able to load Resourced Textures more easily than Texture

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