Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

merged the bsp branche back to trunk

File size: 2.2 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_bone_frame.cc \
37                           md3/md3_mesh.cc \
38                           md3/md3_data.cc \
39                           md3/md3_tag.cc
40
41
42
43
44libtc_a_SOURCES  = tc.cc
45
46
47noinst_HEADERS = \
48                model.h \
49                interactive_model.h \
50                md_model_structure.cc \
51                tc.h \
52                vertex_array_model.h \
53                grid.h \
54                static_model.h \
55                objModel.h \
56                primitive_model.h \
57                anorms.h \
58                anormtab.h \
59                height_map.h \
60                \
61                material.h \
62                texture.h \
63                texture_data.h \
64                texture_sequence.h \
65                \
66                media_container.h \
67                movie_player.h\
68                \
69                bsp_manager.h \
70                bsp_file.h \
71                bsp_tree_node.h \
72                bsp_tree_leaf.h \
73                \
74                md2/md2Model.h \
75                \
76                md3/md3_model.h \
77                md3/md3_animation.h \
78                md3/md3_bone_frame.h \
79                md3/md3_mesh.h \
80                md3/md3_data.h \
81                md3/md3_tag.h
82
Note: See TracBrowser for help on using the repository browser.