]> git.mxchange.org Git - simgear.git/blob - simgear/scene/sky/clouds3d/Makefile.am
Clouds3D crashes because there is no Light
[simgear.git] / simgear / scene / sky / clouds3d / Makefile.am
1 includedir = @includedir@/scene/sky/clouds3d
2
3 # enable the following line once extgl.c get's added to the distro
4 EXTRA_DIST = extgl.c extgl.h
5
6 if EXTGL_NEEDED
7   EXTGL_SOURCE = extgl.c extgl.h
8 else
9   EXTGL_SOURCE = 
10 endif
11
12 lib_LIBRARIES = libsgclouds3d.a
13
14 include_HEADERS = \
15         SkySceneLoader.hpp \
16         SkyUtil.hpp
17
18 libsgclouds3d_a_SOURCES = \
19         $(EXTGL_SOURCE) \
20         vec3fv.cpp vec3fv.hpp vec3f.hpp vec4f.hpp vec2f.hpp \
21         mat16fv.cpp mat16fv.hpp \
22         mat33.hpp mat33impl.hpp \
23         mat44.hpp mat44impl.hpp \
24         tri.cpp tri.hpp \
25         plane.cpp plane.hpp \
26         camera.cpp camera.hpp \
27         camutils.cpp camutils.hpp \
28         glut_shapes.c glut_shapes.h \
29         minmaxbox.cpp minmaxbox.hpp \
30         SkyAABBTree.hpp \
31         SkyArchive.cpp SkyArchive.hpp \
32         SkyBoundingVolume.hpp \
33         SkyBVTree.hpp SkyBVTreeSplitter.hpp \
34         SkyCloud.cpp SkyCloud.hpp \
35         SkyCloudParticle.hpp \
36         SkyContext.cpp SkyContext.hpp \
37         SkyDynamicTextureManager.cpp SkyDynamicTextureManager.hpp \
38         SkyLight.cpp SkyLight.hpp \
39         SkyMaterial.cpp SkyMaterial.hpp \
40         SkyMinMaxBox.cpp SkyMinMaxBox.hpp \
41         SkyRenderable.hpp \
42         SkyRenderableInstance.hpp \
43         SkyRenderableInstanceCloud.cpp SkyRenderableInstanceCloud.hpp \
44         SkyRenderableInstanceGeneric.hpp \
45         SkyRenderableInstanceGroup.cpp SkyRenderableInstanceGroup.hpp \
46         SkySceneLoader.cpp \
47         SkySceneManager.cpp SkySceneManager.hpp \
48         SkySingleton.hpp \
49         SkyTexture.hpp \
50         SkyTextureManager.cpp SkyTextureManager.hpp \
51         SkyTextureState.cpp SkyTextureState.hpp \
52         SkyUtil.cpp
53
54 INCLUDES = -I$(top_srcdir)