Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: some new tc-stuff

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