Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

moved some of the importer sources, probably will need to rebuild the project

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                bsp/bsp_manager.cc \
29                bsp/bsp_file.cc \
30                bsp/bsp_tree_node.cc \
31                bsp/bsp_tree_leaf.cc \
32                \
33                md2/md2Model.cc \
34                md2/resource_md2.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                static_model_data.h \
59                resource_obj.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/bsp_manager.h \
75                bsp/bsp_file.h \
76                bsp/bsp_tree_node.h \
77                bsp/bsp_tree_leaf.h \
78                \
79                obj/objModel.h \
80                \
81                md2/md2Model.h \
82                md2/resource_md2.h \
83                \
84                md3/md3_model.h \
85                md3/md3_animation.h \
86                md3/md3_animation_cfg.h \
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.