Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 6248 was 6100, checked in by bensch, 19 years ago

orxonox/trunk: copied the heightMap to the trunk, and adapted to partly new framework

File size: 923 bytes
RevLine 
[3487]1MAINSRCDIR=../../..
[4564]2include $(MAINSRCDIR)/defs/include_paths.am
[3479]3
[5463]4noinst_LIBRARIES = libORXimporter.a
[2755]5
[6022]6libORXimporter_a_SOURCES = model.cc \
[6010]7                           vertex_array_model.cc \
[6022]8                           static_model.cc \
[5463]9                           objModel.cc \
10                           primitive_model.cc \
11                           md2Model.cc \
12                           material.cc \
[5858]13                           texture.cc \
[6100]14                           texture_sequence.cc \
15                           height_map.cc
[2755]16
[4264]17
[4564]18
[6022]19noinst_HEADERS = model.h \
[6010]20                 vertex_array_model.h \
[6022]21                 static_model.h \
[4564]22                 objModel.h \
23                 primitive_model.h \
24                 md2Model.h \
25                 material.h \
26                 texture.h \
[5861]27                 texture_sequence.h \
[6100]28                 height_map.h \
[4564]29                 anorms.h \
30                 anormtab.h
Note: See TracBrowser for help on using the repository browser.