Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: abstract model implementation in .cc

@patrick: do you aprove?

File size: 761 bytes
Line 
1MAINSRCDIR=../../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXimporter.a
5
6libORXimporter_a_SOURCES = abstract_model.cc \
7                           model.cc \
8                           objModel.cc \
9                           primitive_model.cc \
10                           md2Model.cc \
11                           material.cc \
12                           texture.cc \
13                           texture_sequence.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
Note: See TracBrowser for help on using the repository browser.