Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/shared_lib/src/lib/graphics/importer/Makefile.am @ 7178

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

orxonox/dylib: hmm… so everything seems to work again, only two libs arn't found yet

File size: 669 bytes
Line 
1MAINSRCDIR=../../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4pkglib_LTLIBRARIES = libORXimporter.la
5
6libORXimporter_la_SOURCES = \
7                model.cc \
8                tc.cc \
9                vertex_array_model.cc \
10                grid.cc \
11                static_model.cc \
12                objModel.cc \
13                primitive_model.cc \
14                md2Model.cc \
15                material.cc \
16                texture.cc \
17                texture_sequence.cc \
18                height_map.cc \
19                media_container.cc \
20                movie_player.cc
21
22noinst_HEADERS = \
23                model.h \
24                tc.h \
25                vertex_array_model.h \
26                grid.h \
27                static_model.h \
28                objModel.h \
29                primitive_model.h \
30                md2Model.h \
31                material.h \
32                texture.h \
33                texture_sequence.h \
34                height_map.h \
35                anorms.h \
36                anormtab.h \
37                media_container.h \
38                movie_player.h
Note: See TracBrowser for help on using the repository browser.