]> git.mxchange.org Git - simgear.git/blob - simgear/scene/tgdb/Makefile.am
Also note the btg reader header in the build system.
[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         ReaderWriterSTG.hxx \
13         SGOceanTile.hxx \
14         SGVasiDrawable.hxx \
15         SGDirectionalLightBin.hxx \
16         SGLightBin.hxx \
17         SGOceanTile.hxx \
18         SGReaderWriterBTG.hxx \
19         SGReaderWriterBTGOptions.hxx \
20         SGTexturedTriangleBin.hxx \
21         SGTriangleBin.hxx \
22         SGVertexArrayBin.hxx \
23         GroundLightManager.hxx \
24         ShaderGeometry.hxx \
25         TileCache.hxx \
26         TileEntry.hxx
27
28 libsgtgdb_a_SOURCES = \
29         apt_signs.cxx \
30         obj.cxx \
31         pt_lights.cxx \
32         userdata.cxx \
33         ReaderWriterSTG.cxx \
34         SGOceanTile.cxx \
35         SGReaderWriterBTG.cxx SGReaderWriterBTG.hxx \
36         SGVasiDrawable.cxx \
37         GroundLightManager.cxx \
38         SGModelBin.hxx \
39         ShaderGeometry.cxx \
40         TileCache.cxx \
41         TileEntry.cxx \
42         TreeBin.cxx TreeBin.hxx
43
44 INCLUDES = -I$(top_srcdir)