]> git.mxchange.org Git - simgear.git/blob - simgear/scene/tgdb/Makefile.am
Replace SG_USE_STD() by using std::
[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         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 \
35         SGVasiDrawable.cxx \
36         GroundLightManager.cxx \
37         ShaderGeometry.cxx \
38         TileCache.cxx \
39         TileEntry.cxx \
40         TreeBin.cxx
41
42 INCLUDES = -I$(top_srcdir)