Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 7524 was 7352, checked in by bottac, 18 years ago

Branch bsp_model created.

File size: 1.3 KB
RevLine 
[3487]1MAINSRCDIR=../../..
[4564]2include $(MAINSRCDIR)/defs/include_paths.am
[3479]3
[6309]4noinst_LIBRARIES = libORXimporter.a libtc.a
[2755]5
[6022]6libORXimporter_a_SOURCES = model.cc \
[6010]7                           vertex_array_model.cc \
[6446]8                           grid.cc \
[6022]9                           static_model.cc \
[5463]10                           objModel.cc \
11                           primitive_model.cc \
12                           md2Model.cc \
13                           material.cc \
[5858]14                           texture.cc \
[6100]15                           texture_sequence.cc \
[6532]16                           height_map.cc \
17                           media_container.cc \
[7352]18                           movie_player.cc \
19                           bsp_tree_node.cc \
20                           bsp_file.cc \
21                           bsp_manager.cc
[2755]22
[6455]23libtc_a_SOURCES  = tc.cc
[4264]24
[4564]25
[6022]26noinst_HEADERS = model.h \
[6308]27                 tc.h \
[6010]28                 vertex_array_model.h \
[6446]29                 grid.h \
[6022]30                 static_model.h \
[4564]31                 objModel.h \
32                 primitive_model.h \
33                 md2Model.h \
34                 material.h \
35                 texture.h \
[5861]36                 texture_sequence.h \
[6100]37                 height_map.h \
[4564]38                 anorms.h \
[6532]39                 anormtab.h \
40                 media_container.h \
[7352]41                 movie_player.h \
42                 bsp_tree_node.h \
43                 bsp_file.h \
44                 bsp_manager.h   
Note: See TracBrowser for help on using the repository browser.