]> git.mxchange.org Git - simgear.git/blob - simgear/ephemeris/Makefile.am
Attached patches remove BORLANDC, and hence SG_MATH_EXCEPTION_CLASH and SG_INCOM
[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         moonpos.hxx \
12         neptune.hxx \
13         saturn.hxx \
14         star.hxx \
15         stardata.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         moonpos.cxx \
26         neptune.cxx \
27         pluto.hxx \
28         saturn.cxx \
29         star.cxx \
30         stardata.cxx \
31         uranus.cxx \
32         venus.cxx
33
34 INCLUDES = -I$(top_srcdir)