]> git.mxchange.org Git - simgear.git/blob - simgear/ephemeris/Makefile.am
More tweaks ...
[simgear.git] / simgear / ephemeris / Makefile.am
1 noinst_LIBRARIES = libEphemeris.a
2
3 libEphemeris_a_SOURCES = \
4         celestialBody.cxx celestialBody.hxx \
5         ephemeris.cxx ephemeris.hxx \
6         jupiter.cxx jupiter.hxx \
7         mars.cxx mars.hxx \
8         mercury.cxx mercury.hxx \
9         moon.cxx moon.hxx \
10         neptune.cxx neptune.hxx \
11         pluto.hxx \
12         saturn.cxx saturn.hxx \
13         star.cxx star.hxx \
14         stars.cxx stars.hxx \
15         uranus.cxx uranus.hxx \
16         venus.cxx venus.hxx
17
18 INCLUDES += -I$(top_builddir) -I$(top_builddir)/src