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, 18 years ago

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

File size: 1.7 KB
RevLine 
[3487]1MAINSRCDIR=../../..
[4564]2include $(MAINSRCDIR)/defs/include_paths.am
[3479]3
[6309]4noinst_LIBRARIES = libORXimporter.a libtc.a
[2755]5
[9869]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                \
[10033]26                obj/objModel.cc \
[9869]27                \
[10033]28                bsp/bsp_manager.cc \
29                bsp/bsp_file.cc \
30                bsp/bsp_tree_node.cc \
31                bsp/bsp_tree_leaf.cc \
32                \
[9869]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
[2755]43
[8186]44
45
[8363]46
[6455]47libtc_a_SOURCES  = tc.cc
[4264]48
[4564]49
[8186]50noinst_HEADERS = \
51                model.h \
[8490]52                interactive_model.h \
53                md_model_structure.cc \
[8186]54                tc.h \
55                vertex_array_model.h \
56                grid.h \
57                static_model.h \
[9869]58                static_model_data.h \
59                resource_obj.h \
[8186]60                primitive_model.h \
[8363]61                anorms.h \
62                anormtab.h \
63                height_map.h \
64                \
[8186]65                material.h \
66                texture.h \
[8363]67                texture_data.h \
[9869]68                resource_texture.h \
[8186]69                texture_sequence.h \
[8363]70                \
[8186]71                media_container.h \
72                movie_player.h\
73                \
[10033]74                bsp/bsp_manager.h \
75                bsp/bsp_file.h \
76                bsp/bsp_tree_node.h \
77                bsp/bsp_tree_leaf.h \
[8490]78                \
[10033]79                obj/objModel.h \
80                \
[8490]81                md2/md2Model.h \
[9869]82                md2/resource_md2.h \
[8490]83                \
84                md3/md3_model.h \
85                md3/md3_animation.h \
[8724]86                md3/md3_animation_cfg.h \
[8490]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.