Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/christmas_branche/src/lib/graphics/importer/Makefile.am @ 6193

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

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

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