Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 8349 was 8346, checked in by patrick, 19 years ago

bsp: the md2 model moved to subdir md2, mode md3 structural data

File size: 1.8 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
33
34
35libtc_a_SOURCES  = tc.cc
36
37
38noinst_HEADERS = \
39                model.h \
40                md_model_structure.cc \
41                tc.h \
42                vertex_array_model.h \
43                grid.h \
44                static_model.h \
45                objModel.h \
46                primitive_model.h \
47                material.h \
48                texture.h \
49                texture_sequence.h \
50                height_map.h \
51                anorms.h \
52                anormtab.h \
53                media_container.h \
54                movie_player.h\
55                \
56                bsp_manager.h \
57                bsp_file.h \
58                bsp_tree_node.h \
59                bsp_tree_leaf.h \
60                \
61                md2/md2Model.h \
62                \
63                md3/md3_model.h \
64                md3/md3_animation.h \
65                md3/md3_bone_frame.h \
66                md3/md3_mesh.h \
67                md3/md3_data.h
68
Note: See TracBrowser for help on using the repository browser.