1998-06-12 01:01:14 +00:00
|
|
|
noinst_LIBRARIES = libAstro.a
|
1998-04-03 21:50:53 +00:00
|
|
|
|
1998-06-12 01:01:14 +00:00
|
|
|
libAstro_a_SOURCES = \
|
1998-09-15 04:26:07 +00:00
|
|
|
celestialBody.cxx celestialBody.hxx \
|
|
|
|
jupiter.cxx jupiter.hxx \
|
|
|
|
mars.cxx mars.hxx \
|
|
|
|
mercury.cxx mercury.hxx \
|
1998-04-22 13:21:26 +00:00
|
|
|
moon.cxx moon.hxx \
|
1998-09-15 04:26:07 +00:00
|
|
|
neptune.cxx neptune.hxx \
|
1998-09-24 15:25:22 +00:00
|
|
|
pluto.hxx \
|
1998-09-15 04:26:07 +00:00
|
|
|
saturn.cxx saturn.hxx \
|
1998-04-22 13:21:26 +00:00
|
|
|
sky.cxx sky.hxx \
|
1998-09-15 04:26:07 +00:00
|
|
|
solarsystem.cxx solarsystem.hxx \
|
|
|
|
star.cxx star.hxx \
|
1998-04-22 13:21:26 +00:00
|
|
|
stars.cxx stars.hxx \
|
1998-09-15 04:26:07 +00:00
|
|
|
uranus.cxx uranus.hxx \
|
|
|
|
venus.cxx venus.hxx
|
1998-04-03 21:50:53 +00:00
|
|
|
|
1998-04-14 02:23:04 +00:00
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|