Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/mount_points/src/lib/graphics/importer/Makefile.am @ 10050

Last change on this file since 10050 was 10050, checked in by patrick, 17 years ago

added some files for ground working

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                resource_obj.cc \
15                primitive_model.cc \
16                height_map.cc \
17                \
18                material.cc \
19                texture.cc \
20                texture_data.cc \
21                resource_texture.cc \
22                texture_sequence.cc \
23                media_container.cc \
24                movie_player.cc \
25                \
26                obj/objModel.cc \
27                \
28                oif/object_information_file.cc \
29                \
30                bsp/bsp_manager.cc \
31                bsp/bsp_file.cc \
32                bsp/bsp_tree_node.cc \
33                bsp/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                resource_obj.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/bsp_manager.h \
77                bsp/bsp_file.h \
78                bsp/bsp_tree_node.h \
79                bsp/bsp_tree_leaf.h \
80                \
81                obj/objModel.h \
82                \
83                oif/object_information_file.h \
84                \
85                md2/md2Model.h \
86                md2/resource_md2.h \
87                \
88                md3/md3_model.h \
89                md3/md3_animation.h \
90                md3/md3_animation_cfg.h \
91                md3/md3_bone_frame.h \
92                md3/md3_mesh.h \
93                md3/md3_data.h \
94                md3/md3_tag.h
95
Note: See TracBrowser for help on using the repository browser.