Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

merged the bsp-model-stuff back here

File size: 2.3 KB
Line 
1MAINSRCDIR=../../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXimporter.a libtc.a
5
6libORXimporter_a_SOURCES = model.cc \
7                           interactive_model.cc \
8                           md_model_structure.cc \
9                           vertex_array_model.cc \
10                           grid.cc \
11                           static_model.cc \
12                           objModel.cc \
13                           primitive_model.cc \
14                           height_map.cc \
15                           bsp_manager.cc \
16                           bsp_file.cc \
17                           bsp_tree_node.cc \
18                           bsp_tree_leaf.cc \
19                           \
20                           material.cc \
21                           texture.cc \
22                           texture_data.cc \
23                           texture_sequence.cc \
24                           media_container.cc \
25                           movie_player.cc \
26                           \
27                           bsp_manager.cc \
28                           bsp_file.cc \
29                           bsp_tree_node.cc \
30                           bsp_tree_leaf.cc \
31                           \
32                           md2/md2Model.cc \
33                           \
34                           md3/md3_model.cc \
35                           md3/md3_animation.cc \
36                           md3/md3_animation_cfg.cc \
37                           md3/md3_bone_frame.cc \
38                           md3/md3_mesh.cc \
39                           md3/md3_data.cc \
40                           md3/md3_tag.cc
41
42
43
44
45libtc_a_SOURCES  = tc.cc
46
47
48noinst_HEADERS = \
49                model.h \
50                interactive_model.h \
51                md_model_structure.cc \
52                tc.h \
53                vertex_array_model.h \
54                grid.h \
55                static_model.h \
56                objModel.h \
57                primitive_model.h \
58                anorms.h \
59                anormtab.h \
60                height_map.h \
61                \
62                material.h \
63                texture.h \
64                texture_data.h \
65                texture_sequence.h \
66                \
67                media_container.h \
68                movie_player.h\
69                \
70                bsp_manager.h \
71                bsp_file.h \
72                bsp_tree_node.h \
73                bsp_tree_leaf.h \
74                \
75                md2/md2Model.h \
76                \
77                md3/md3_model.h \
78                md3/md3_animation.h \
79                md3/md3_animation_cfg.h \
80                md3/md3_bone_frame.h \
81                md3/md3_mesh.h \
82                md3/md3_data.h \
83                md3/md3_tag.h
84
Note: See TracBrowser for help on using the repository browser.