Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

trunk: splitted Texture and TextureData into two files.
Also fixed the Creator-Function for Textures with empty textures with size

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