Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/height_map/src/lib/graphics/importer/Makefile.am @ 5942

Last change on this file since 5942 was 5940, checked in by bottac, 18 years ago
File size: 754 bytes
Line 
1MAINSRCDIR=../../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXimporter.a
5
6libORXimporter_a_SOURCES = model.cc \
7                           objModel.cc \
8                           primitive_model.cc \
9                           md2Model.cc \
10                           material.cc \
11                           texture.cc \
12                           texture_sequence.cc \
13                           height_map.cc
14
15
16
17noinst_HEADERS = abstract_model.h \
18                 model.h \
19                 objModel.h \
20                 primitive_model.h \
21                 md2Model.h \
22                 material.h \
23                 texture.h \
24                 texture_sequence.h \
25                 anorms.h \
26                 anormtab.h \
27                 height_map.h
Note: See TracBrowser for help on using the repository browser.