]> git.mxchange.org Git - flightgear.git/blob - src/Astro/Makefile.am
source tree reorganization prior to flightgear 0.7
[flightgear.git] / src / Astro / Makefile.am
1 noinst_LIBRARIES = libAstro.a
2
3 libAstro_a_SOURCES = \
4         celestialBody.cxx celestialBody.hxx \
5         jupiter.cxx jupiter.hxx \
6         mars.cxx mars.hxx \
7         mercury.cxx mercury.hxx \
8         moon.cxx moon.hxx \
9         neptune.cxx neptune.hxx \
10         pluto.hxx \
11         saturn.cxx saturn.hxx \
12         sky.cxx sky.hxx \
13         solarsystem.cxx solarsystem.hxx \
14         star.cxx star.hxx \
15         stars.cxx stars.hxx \
16         uranus.cxx uranus.hxx \
17         venus.cxx venus.hxx
18
19 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator