Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/bsp_model/src/lib/graphics/importer/Makefile.am @ 8357

Last change on this file since 8357 was 8351, checked in by patrick, 18 years ago

bsp: md3 more source files

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