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