]> git.mxchange.org Git - simgear.git/blob - simgear/math/Makefile.am
Allow removing of the texture data after it is sent to OpenGL
[simgear.git] / simgear / math / Makefile.am
1 includedir = @includedir@/math
2
3 lib_LIBRARIES = libsgmath.a
4
5 include_HEADERS = \
6         interpolater.hxx \
7         leastsqs.hxx \
8         localconsts.hxx \
9         point3d.hxx \
10         polar3d.hxx \
11         sg_geodesy.hxx \
12         sg_memory.h \
13         sg_random.h \
14         sg_types.hxx \
15         vector.hxx \
16         fastmath.hxx
17
18 EXTRA_DIST = linintp2.h linintp2.inl sphrintp.h sphrintp.inl
19
20 libsgmath_a_SOURCES = \
21         interpolater.cxx \
22         leastsqs.cxx \
23         polar3d.cxx \
24         sg_geodesy.cxx \
25         sg_random.c \
26         vector.cxx \
27         fastmath.cxx
28
29 INCLUDES = -I$(top_srcdir)