]> git.mxchange.org Git - simgear.git/blob - simgear/scene/tgdb/Makefile.am
7c0a7fa3243518102cbed1548701867c89fca99f
[simgear.git] / simgear / scene / tgdb / Makefile.am
1 includedir = @includedir@/scene/tgdb
2
3 lib_LIBRARIES = libsgtgdb.a
4
5 noinst_HEADERS =
6
7 include_HEADERS = \
8         apt_signs.hxx \
9         obj.hxx \
10         pt_lights.hxx \
11         userdata.hxx \
12         SGOceanTile.hxx \
13         SGVasiDrawable.hxx \
14         SGDirectionalLightBin.hxx \
15         SGLightBin.hxx \
16         SGOceanTile.hxx \
17         SGReaderWriterBTGOptions.hxx \
18         SGTexturedTriangleBin.hxx \
19         SGTriangleBin.hxx \
20         SGVertexArrayBin.hxx \
21         GroundLightManager.hxx \
22         ShaderGeometry.hxx
23
24 libsgtgdb_a_SOURCES = \
25         apt_signs.cxx \
26         obj.cxx \
27         pt_lights.cxx \
28         userdata.cxx \
29         SGOceanTile.cxx \
30         SGReaderWriterBTG.cxx \
31         SGVasiDrawable.cxx \
32         GroundLightManager.cxx \
33         ShaderGeometry.cxx \
34         TreeBin.cxx
35
36 INCLUDES = -I$(top_srcdir)