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
RevLine 
[3487]1MAINSRCDIR=../../..
[4564]2include $(MAINSRCDIR)/defs/include_paths.am
[3479]3
[6309]4noinst_LIBRARIES = libORXimporter.a libtc.a
[2755]5
[9781]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 \
[9829]13                static_model_data.cc \
[9781]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 \
[9824]36                md2/resource_md2.cc \
[9781]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
[2755]45
[8186]46
47
[8363]48
[6455]49libtc_a_SOURCES  = tc.cc
[4264]50
[4564]51
[8186]52noinst_HEADERS = \
53                model.h \
[8490]54                interactive_model.h \
55                md_model_structure.cc \
[8186]56                tc.h \
57                vertex_array_model.h \
58                grid.h \
59                static_model.h \
[9829]60                static_model_data.h \
[8186]61                objModel.h \
62                primitive_model.h \
[8363]63                anorms.h \
64                anormtab.h \
65                height_map.h \
66                \
[8186]67                material.h \
68                texture.h \
[8363]69                texture_data.h \
[9781]70                resource_texture.h \
[8186]71                texture_sequence.h \
[8363]72                \
[8186]73                media_container.h \
74                movie_player.h\
75                \
76                bsp_manager.h \
77                bsp_file.h \
78                bsp_tree_node.h \
[8490]79                bsp_tree_leaf.h \
80                \
81                md2/md2Model.h \
[9824]82                md2/resource_md2.h \
[8490]83                \
84                md3/md3_model.h \
85                md3/md3_animation.h \
[8724]86                md3/md3_animation_cfg.h \
[8490]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.