]> git.mxchange.org Git - simgear.git/blob - simgear/scene/tgdb/Makefile.am
OSG Reader and Writer for BTG files
[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
22 libsgtgdb_a_SOURCES = \
23         apt_signs.cxx \
24         obj.cxx \
25         pt_lights.cxx \
26         userdata.cxx \
27         SGOceanTile.cxx \
28         SGReaderWriterBTG.cxx \
29         SGVasiDrawable.cxx
30
31 INCLUDES = -I$(top_srcdir)