Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: added grid class

File size: 1.0 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                           material.cc \
14                           texture.cc \
15                           texture_sequence.cc \
16                           height_map.cc
17
18libtc_a_SOURCES  = tc.c
19
20
21noinst_HEADERS = model.h \
22                 tc.h \
23                 vertex_array_model.h \
24                 grid.h \
25                 static_model.h \
26                 objModel.h \
27                 primitive_model.h \
28                 md2Model.h \
29                 material.h \
30                 texture.h \
31                 texture_sequence.h \
32                 height_map.h \
33                 anorms.h \
34                 anormtab.h
Note: See TracBrowser for help on using the repository browser.