]> git.mxchange.org Git - simgear.git/blob - simgear/ephemeris/Makefile.am
#includes based off of srcdir rather than builddir.
[simgear.git] / simgear / ephemeris / Makefile.am
1 includedir = @includedir@/ephemeris
2
3 lib_LIBRARIES = libsgephem.a
4
5 include_HEADERS = \
6         celestialBody.hxx \
7         ephemeris.hxx \
8         jupiter.hxx \
9         mars.hxx \
10         mercury.hxx \
11         moon.hxx \
12         neptune.hxx \
13         saturn.hxx \
14         star.hxx \
15         stars.hxx \
16         uranus.hxx \
17         venus.hxx
18
19 libsgephem_a_SOURCES = \
20         celestialBody.cxx \
21         ephemeris.cxx \
22         jupiter.cxx \
23         mars.cxx \
24         mercury.cxx \
25         moon.cxx \
26         neptune.cxx \
27         pluto.hxx \
28         saturn.cxx \
29         star.cxx \
30         stars.cxx \
31         uranus.cxx \
32         venus.cxx
33
34 INCLUDES += -I$(top_srcdir)