Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 6518 was 6455, checked in by bensch, 19 years ago

trunk: Simple water surface WE

File size: 1.0 KB
RevLine 
[3487]1MAINSRCDIR=../../..
[4564]2include $(MAINSRCDIR)/defs/include_paths.am
[3479]3
[6309]4noinst_LIBRARIES = libORXimporter.a libtc.a
[2755]5
[6022]6libORXimporter_a_SOURCES = model.cc \
[6010]7                           vertex_array_model.cc \
[6446]8                           grid.cc \
[6022]9                           static_model.cc \
[5463]10                           objModel.cc \
11                           primitive_model.cc \
12                           md2Model.cc \
13                           material.cc \
[5858]14                           texture.cc \
[6100]15                           texture_sequence.cc \
16                           height_map.cc
[2755]17
[6455]18libtc_a_SOURCES  = tc.cc
[4264]19
[4564]20
[6022]21noinst_HEADERS = model.h \
[6308]22                 tc.h \
[6010]23                 vertex_array_model.h \
[6446]24                 grid.h \
[6022]25                 static_model.h \
[4564]26                 objModel.h \
27                 primitive_model.h \
28                 md2Model.h \
29                 material.h \
30                 texture.h \
[5861]31                 texture_sequence.h \
[6100]32                 height_map.h \
[4564]33                 anorms.h \
[6446]34                 anormtab.h
Note: See TracBrowser for help on using the repository browser.