Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: merged the new_class_id branche back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/new_class_id trunk -r9683:HEAD
no conflicts… puh..

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