New textured moon and rewritten/restructured Astro code contributed by Durk

Talsma.
This commit is contained in:
curt
2009-09-15 18:31:31 +02:00
committed by Tim Moore
parent 38631c9eb3
commit 001a2c89e7
33 changed files with 2142 additions and 1524 deletions
+10 -3
View File
@@ -1,11 +1,18 @@
noinst_LIBRARIES = libAstro.a
libAstro_a_SOURCES = \
celestialBody.cxx celestialBody.hxx \
jupiter.cxx jupiter.hxx \
mars.cxx mars.hxx \
mercury.cxx mercury.hxx \
moon.cxx moon.hxx \
orbits.cxx orbits.hxx \
planets.cxx planets.hxx \
neptune.cxx neptune.hxx \
saturn.cxx saturn.hxx \
sky.cxx sky.hxx \
solarsystem.cxx solarsystem.hxx \
star.cxx star.hxx \
stars.cxx stars.hxx \
sun.cxx sun.hxx
uranus.cxx uranus.hxx \
venus.cxx venus.hxx
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator